Re: [Pharo-users] [Raspberry Pi] Accessing GPIO pins on Raspberry Pi?

2016-06-14 Thread jean baptiste arnaud
Wiring pi imply that you configure a little bit GPIO also. Small manipulation that I do not remember really well. You can check http://wiringpi.com/reference/setup/ If I remember well, you need also i2c. I now that you need to setup it before using GPIO. The code was proof of concept and early bi

Re: [Pharo-users] [Raspberry Pi] Accessing GPIO pins on Raspberry Pi?

2016-05-27 Thread jean baptiste arnaud
The raspberry pi slave seems to be disconnected so do not know the status: Library: https://ci.inria.fr/pharo-contribution/job/WiringPi-ARM-AutomatedBuild/ Pharo code ( probably on Pharo 3 or 4). http://smalltalkhub.com/#!/~jeanbaptistearnaud/WiringPi -- Message d'origine -- De : "sergi

Re: [Pharo-users] crashed image ?

2015-10-20 Thread Jean Baptiste Arnaud
ow with the old changes replay. > What would be easy to do (that nobody did) is to prompt the user for another > image/change and read from there. > > > Le 20/10/15 14:45, Jean Baptiste Arnaud a écrit : >> A question pop in my head ? >> Epicea will help me to recover

Re: [Pharo-users] crashed image ?

2015-10-20 Thread Jean Baptiste Arnaud
A question pop in my head ? Epicea will help me to recover change from my old.changes ? If not can have a link to Oz or something. > On 20 Oct 2015, at 08:19, Marcus Denker wrote: > > >> On 20 Oct 2015, at 12:59, Jean Baptiste Arnaud > <mailto:jbaptiste.arn...@gmail.com>

Re: [Pharo-users] crashed image ?

2015-10-20 Thread Jean Baptiste Arnaud
> On 20 Oct 2015, at 05:03, Nicolai Hess wrote: > > > > 2015-10-20 7:27 GMT+02:00 Marcus Denker <mailto:marcus.den...@inria.fr>>: > > > On 20 Oct 2015, at 00:26, Jean Baptiste Arnaud > <mailto:jbaptiste.arn...@gmail.com>> wrote: > > >

[Pharo-users] crashed image ?

2015-10-19 Thread Jean Baptiste Arnaud
Hi, maybe a useful question :-) I crashed a image :-) And I ask myself: - There are a more advance (thinking bout maybe epicea) change browser ? Because a list of 1293801283 changes and just 1 options select all (which is broken you should use shortcut) will not really helpme -

[Pharo-users] Android VM update

2014-10-06 Thread Jean Baptiste Arnaud
Hi, I just comeback from holiday, and I realise that I do not have done a announcement yet. Now the prototype of the Pharo Android VM work. - Event is managed - Resolution up to 1080p is managed. - Most of the plugins seems worked. - File plugin allow you to browse

Re: [Pharo-users] 3D with Pharo and OpenGL ?

2014-05-28 Thread Jean Baptiste Arnaud
OK, I've found the R3StateTracker and am working from that. > > > > -- > View this message in context: > http://forum.world.st/3D-with-Pharo-and-OpenGL-tp4760029p4760466.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > B

Re: [Pharo-users] 3D with Pharo and OpenGL ?

2014-05-26 Thread Jean Baptiste Arnaud
s>>on: > > Advice? Thanks. > > > > > -- > View this message in context: > http://forum.world.st/3D-with-Pharo-and-OpenGL-tp4760029p4760343.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] 3D with Pharo and OpenGL ?

2014-05-23 Thread Jean Baptiste Arnaud
; implement 3D drawing with Pharo. Does a demo already available on Pharo 3.0 ? > > > > I aim to code my own demo and for example begin with a 3D drawing of the > earth (earth texture and arcball camera). > > > > Thanks. > > > > Judith > > [@@ THALES GROUP INTERNAL @@] > > > > Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] 3D with Pharo and OpenGL ?

2014-05-23 Thread Jean Baptiste Arnaud
shows the capacity to > implement 3D drawing with Pharo. Does a demo already available on Pharo 3.0 ? > > > > I aim to code my own demo and for example begin with a 3D drawing of the > earth (earth texture and arcball camera). > > > > Thanks. > > > > Judith > > [@@ THALES GROUP INTERNAL @@] > > > > Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] free learnig book

2014-04-06 Thread Jean Baptiste Arnaud
Steph keeps some treasure: http://stephane.ducasse.free.fr/FreeBooks.html On 07 Apr 2014, at 08:43, Roelof Wobben wrote: > Hello, > > I wonder if there is a free book with a lot of exercises so I can practice > and learn a lot about Smalltalk. > > Roelof > >

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
r_multisample as supported, but the FBO created is not > complete. I modified the creation code to use only 1 sample for multisampling > and its works. > Using those hacks makes it work under a 64 bits Linux. Still, whenever I run > an example, I'm getting a top level window that do

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
Good news everyone: bug fixed and integrated in 3,0 573 I am open for new feedback. On Nov 14, 2013, at 2:56 PM, Igor Stasenko wrote: > > > > On 14 November 2013 14:25, Jean Baptiste Arnaud > wrote: > Yes the fix is not integrated yet. > NBWndClassEx sho

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
e integrated in NativeBoost. > Indeed, I just tried now with Ricky, and version 3.0 of NBOpenGL crashes the > VM (on Win 7) when doing: > GLTTRenderingDemo new openInWorld. > > Could you point us to the NativeBoost fix to see if it works? > > Doru > > > On Thu,

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
Should work after integration. Configuration updated. Need fix review for integration in nativeBoost, will do that with igor this afternoon. On Nov 14, 2013, at 12:58 PM, Jean Baptiste Arnaud wrote: > ok I have openGL work on my windows 7 machine. > I will update the configuration.

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-14 Thread Jean Baptiste Arnaud
wrote: >>>>> Richard >>>>> >>>>> you should have a look at ROASSAL 3d because ronie improved the shadder >>>>> part (no more assembler) >>>>> and his code should be split in two and one part should go to NBOpenGL. >>>>> Now he is experiencing some problem with NBOpenGL on windows as you. >>>>> >>>>> NativeBoost does not work on 64 bits. Yet but igor is really busy >>>>> finishing the texteditor (and I can tell you that >>>>> he does not have fun there). >>>>> >>>>> So it is important that you help because we are FULL >>>>> and sorry about that but really FULL. >>>>> >>>>> Ronie will visit us in January and share an office with igor. >>>>> >>>>> Stef >>>>> >>>>> >>>>> > Hi >>>>> > >>>>> > CodeCity, the project I am working on is based on NBOpenGL. >>>>> > I'd like to start working on it using Pharo 3, but it seems that >>>>> > NBOpenGL does not work yet with Pharo 3.0. >>>>> > >>>>> > I downloaded from jenkins the latest image with Pharo 3 and tried to >>>>> > execute the following code on Windows 7, 64 bits: >>>>> > >>>>> > GLTTRenderingDemo new openInWorld. >>>>> > >>>>> > but I get a 'No suitable implementation found for initializing OpenGL >>>>> > context for your platform'. >>>>> > It seems that NBGLContextDriver does not have a subclass for Windows >>>>> > 64bits. Did I omit something? >>>>> > >>>>> > Cheers >>>>> > Ricky >>>>> > >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> www.tudorgirba.com >>>>> >>>>> "Every thing has its own flow" >>>>> >>>> >>>> >>>> >>>> >>>> -- >>>> Best regards, >>>> Igor Stasenko. >>> >>> Best Regards >>> Jean Baptiste Arnaud >>> jbaptiste.arn...@gmail.com >>> >>> >>> >>> >>> >>> >>> >> >> > Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com

Re: [Pharo-users] NBOpenGL on Pharo 3.0

2013-11-13 Thread Jean Baptiste Arnaud
king on it using Pharo 3, but it seems that NBOpenGL >> > does not work yet with Pharo 3.0. >> > >> > I downloaded from jenkins the latest image with Pharo 3 and tried to >> > execute the following code on Windows 7, 64 bits: >> > >> > GLTTRenderingDemo new openInWorld. >> > >> > but I get a 'No suitable implementation found for initializing OpenGL >> > context for your platform'. >> > It seems that NBGLContextDriver does not have a subclass for Windows >> > 64bits. Did I omit something? >> > >> > Cheers >> > Ricky >> > >> >> >> >> >> >> -- >> www.tudorgirba.com >> >> "Every thing has its own flow" >> > > > > > -- > Best regards, > Igor Stasenko. Best Regards Jean Baptiste Arnaud jbaptiste.arn...@gmail.com