Search found 3 matches
- Wed Jun 21, 2017 1:08 am
- Forum: Development of Ren'Py
- Topic: RenPy in the browser... with PYGJS?
- Replies: 5
- Views: 3159
Re: RenPy in the browser... with PYGJS?
It's not EXACTLY pygame, unfortunately. If you wanted to run a pygame construction in my browser version you DO have to re-program or restructure things a bit. Unfortunately, pygame.event.wait() was one of those large difficulties that I couldn't exactly overcome in the land of JavaScript. In the in...
- Tue Jun 20, 2017 5:24 pm
- Forum: Development of Ren'Py
- Topic: RenPy in the browser... with PYGJS?
- Replies: 5
- Views: 3159
Re: RenPy in the browser... with PYGJS?
Ren'Py also uses C (well actually Cython) Is there any way to emulate Cython code in a web browser? C-Extensions? I am unfamiliar with these, but, it wouldn't be necessarily impossible to port C code to JavaScript code. Basically provide JavaScript objects that potentially did the same thing as wha...
- Tue Jun 20, 2017 1:55 am
- Forum: Development of Ren'Py
- Topic: RenPy in the browser... with PYGJS?
- Replies: 5
- Views: 3159
RenPy in the browser... with PYGJS?
I have developed a rough draft of something I call PYGJS, basically it's Pygame in the Browser. I know RenPy is based on Python and as I understood it at one point or another (though I may be wrong) it used pygame as one of it's libraries. Using Brython (Python in the browser) from http://brython.in...