Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread stepharo
Le 20/4/15 17:56, Alexandre Bergel a écrit : I see the point, but SDL seems to be pretty stable isn’t it? This has nothing to do with stability of SDL. It has to do with layering software. Only two versions are reported on their website (1.2 and 2.0). Maybe it would be better to directly ta

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Matthieu Lacaton
Hello, Okay for me the problem was indeed that I had 64bits librairies. After recompiling them for 32bits it worked fine. Also when I use any of Esteban's examples even after I close the window I still have a SDL2 event loop processs active in the process browser. And sometimes (but i have not be

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Sean P. DeNigris
Sean P. DeNigris wrote > VM latest That's odd... I opened the image with the latest VM and still got "Error: Failed to find SDL2 library" even though I can see libSDL2-2.0.0.dylib in the Plugins folder - Cheers, Sean -- View this message in context: http://forum.world.st/SDL2-and-fork-tp48

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Sean P. DeNigris
EstebanLM wrote > I just committed my prototype/experiment for windows with OSWindow, SDL2 > and Athens. I got an error because my VM (via Launcher 0.2.4 - I can't upgrade due to a previously-reported error) doesn't have SDL2. I guess Launcher is using stable from 9/2014. How stable is VM latest?

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Nicolai Hess
2015-04-20 14:20 GMT+02:00 Esteban Lorenzano : > Hi, > > I just committed my prototype/experiment for windows with OSWindow, SDL2 > and Athens. > to check them: > > Gofer it > smalltalkhubUser: 'Pharo' project: 'OSWindow'; > package: 'OSWindow-Core'; > package: 'OSWindow-SDL2'; > package: 'OSWindo

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Nicolai Hess
2015-04-20 16:56 GMT+02:00 Alexandre Bergel : > I see the point, but SDL seems to be pretty stable isn’t it? > Only two versions are reported on their website (1.2 and 2.0). Maybe it > would be better to directly talk to SDL. Just wondering... > > Alexandre > If you use SDL directly -> you will h

Re: [Pharo-users] [ANN] ArchLinux pharo-vm / pharo-launcher packages

2015-04-20 Thread Laurent
Fixed. Laurent Le lun. 20 avril 2015 à 14:25, Markus Schlager a écrit : Hi Laurent, There's again a 404 file not found with PharoLauncher-user-stable-2015.04.18.zip. Markus ==> Erstelle Paket: pharo-launcher 4.0-1 (Mo 20. Apr 14:19:39 CES

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Nicolai Hess
2015-04-20 13:55 GMT+02:00 Nicolai Hess : > > > 2015-04-20 13:13 GMT+02:00 : > >> Hello, >> >> We don’t lose all keystroke events, but they are replaced by keydown >> events. >> > > Yes, KeyDown/KeyUp are working and instead of a keystroke event another > keydown is sent. > This is strange, I don'

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Alexandre Bergel
I see the point, but SDL seems to be pretty stable isn’t it? Only two versions are reported on their website (1.2 and 2.0). Maybe it would be better to directly talk to SDL. Just wondering... Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^

Re: [Pharo-users] [ANN] ArchLinux pharo-vm / pharo-launcher packages

2015-04-20 Thread Markus Schlager
Hi Laurent, There's again a 404 file not found with PharoLauncher-user-stable-2015.04.18.zip. Markus ==> Erstelle Paket: pharo-launcher 4.0-1 (Mo 20. Apr 14:19:39 CEST 2015) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeit

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Esteban Lorenzano
Hi, I just committed my prototype/experiment for windows with OSWindow, SDL2 and Athens. to check them: Gofer it smalltalkhubUser: 'Pharo' project: 'OSWindow'; package: 'OSWindow-Core'; package: 'OSWindow-SDL2'; package: 'OSWindow-SDL2-Canvases';

Re: [Pharo-users] Pillar used directly from Pharo

2015-04-20 Thread Damien Cassou
Hi Jan, the following complements Cyril's answers. You can have a look at all the unit-tests, they do a lot of things like what you want. Jan Valášek writes: > header := pillarHeaderObject new. //creating pillar objects directly header := PRHeader new level: 2; add: (PRText content: 'foo'); y

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Nicolai Hess
2015-04-20 13:13 GMT+02:00 : > Hello, > > We don’t lose all keystroke events, but they are replaced by keydown > events. > Yes, KeyDown/KeyUp are working and instead of a keystroke event another keydown is sent. This is strange, I don't know exactly how the SDL event processing can influence the

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread merwanouddane
Hello, We don’t lose all keystroke events, but they are replaced by keydown events. Merwan De : Nicolai Hess Envoyé : ‎lundi‎ ‎20‎ ‎avril‎ ‎2015 ‎09‎:‎36 À : Any question about pharo is welcome; Esteban Lorenzano 2015-04-20 8:38 GMT+02:00 Matthieu Lacaton : Hello, Tha

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Nicolai Hess
2015-04-20 8:38 GMT+02:00 Matthieu Lacaton : > Hello, > > Thanks for your answers ! I have multiple remarks here : > > On my computer (which is probably not the fastest I must admit) running it > with a fork slows the whole operating system. > What you could do, add a wait time in your event pro

Re: [Pharo-users] Polygons + Skybox in woden?

2015-04-20 Thread Yuriy Tymchuk
Thanks Ronie! Cool stuff. > On 20 Apr 2015, at 07:56, Ronie Salgado wrote: > > I have just added a simple skybox support. Check the modified > WDFPSSimpleExample6 as for how to use it. > > > > > > To embed the images, I am using the following utility in the playground: > > WDExamplesData

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Nicolai Hess
2015-04-20 8:38 GMT+02:00 Matthieu Lacaton : > Hello, > > Thanks for your answers ! I have multiple remarks here : > > 1) I know that SDL2 should not be used "as is" in Pharo and I should use > OSWindow instead, that's why I won't use SDL2 directly anymore. > On windows there is currently an issu

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread Nicolai Hess
2015-04-20 8:38 GMT+02:00 Matthieu Lacaton : > Hello, > ... > Could it be that I compiled it for 64bits (my ubuntu is 64 bits) and Pharo > does not support it so I should recompile it for 32 bits ? > Yes. > > Thanks you all ! > > Matthieu > > > 2015-04-20 1:57 GMT+02:00 Alexandre Bergel : > >>

Re: [Pharo-users] SDL2 and fork

2015-04-20 Thread stepharo
Alex Just to make sure we are clear on this: pay attention NOBODY should directly use SDL. OSWindow is the API, SDL is a BACKEND. Athens is the API, CAIRO a BACKEND Stef Le 20/4/15 02:57, Alexandre Bergel a écrit : Hi Matthieu, This is important: Binding SDL with Pharo will help R

[Pharo-users] fluid dynamics fully in Pharo :)

2015-04-20 Thread stepharo
HoneyGinger is a fluid dynamics and visualization library which can simulate moves of liquid caused by obstacles and visualize refraction by estimating angles of water surface from distribution of pressure. https://www.youtube.com/watch?v=jl6OSWUXh14 Thanks Oda for this great demo.

Re: [Pharo-users] [Bulk] Looking for Magritte example: MAAddress, MAPerson...

2015-04-20 Thread stepharo
Thanks yanni! Le 19/4/15 20:34, Yanni Chiu a écrit : On Apr 19, 2015, at 6:59 AM, p...@highoctane.be wrote: Good CRUD ability is what most people are looking for in web frameworks and we are a bit lagging here. I extracted out an example store, from the work I’ve been doing, to put toget