[Pharo-users] Chip-8

2016-11-16 Thread olivier auverlot
Hi, I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo? http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/ http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/ Best regards

Re: [Pharo-users] Chip-8

2016-11-16 Thread Julien Delplanque
Wow it would be a fun project! I know there was GameBoy [1] emulator but I don't know if it is still working. Julien Links: [1]: http://smalltalkhub.com/#!/~jeanbaptistearnaud/GameBoyEmulator On 16/11/16 11:21, olivier auverlot wrote: Hi, I just read an fun article about Chip-8. Someone

[Pharo-users] Chip8

2016-11-16 Thread stepharo
I would like to know if one of you implemented chip8 in Pharo? http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/ https://github.com/miguelduarte42/Jhip8

Re: [Pharo-users] Chip-8

2016-11-16 Thread stepharo
Le 16/11/16 à 11:40, Julien Delplanque a écrit : Wow it would be a fun project! Yes I want to play with that :) I know there was GameBoy [1] emulator but I don't know if it is still working. Julien Links: [1]: http://smalltalkhub.com/#!/~jeanbaptistearnaud/GameBoyEmulator On 16/11/1

Re: [Pharo-users] Chip-8

2016-11-16 Thread Dimitris Chloupis
very interesting article thanks for sharing. I was actually wondering about bytecodes and emulation lately with my shared memory bridge. I will definitely keep this around as a guide. On Wed, Nov 16, 2016 at 12:22 PM olivier auverlot < olivier.auver...@gmail.com> wrote: > Hi, > > I just read an f

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-16 Thread Jupiter Jones
Hey Stephane, >> It would be nice to see Pillar return to being a cross platform project as >> well. One of the beautiful things about Seaside/Magritte/Pier was it’s >> compatibility across many dialects of Smalltalk. The “develop in Pharo and >> deploy in GemStone” was a big draw for me :) One

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-16 Thread stepharo
It would be nice to see Pillar return to being a cross platform project as well. One of the beautiful things about Seaside/Magritte/Pier was it’s compatibility across many dialects of Smalltalk. The “develop in Pharo and deploy in GemStone” was a big draw for me :) One of my clients uses VW so

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-16 Thread stepharo
For me, Pillar was a package in Pier, and Pier was a tool that I used for all my presentations, prototyping, and small or short-lived community and not-for-profit projects. I do not get why you cannot use Pharo for that. Le 17/11/16 à 02:04, Jupiter Jones a écrit : Hey Stephane, It

Re: [Pharo-users] QCMagritte question- does it have undo?

2016-11-16 Thread stepharo
Paul there is an undo framework inside Pharo I imagine that you can use it to build your ideas. Stef Le 11/11/16 à 18:31, Paul DeBruicker a écrit : Thanks Norbert. I'm not sure of the feasibility/value but I think it would be nice to be able to undo back to a clean slate and redo all the way