Author Topic: [FF7]Snowboard minigame and Emscripten  (Read 79 times)

ergonomy_joe

  • *
  • Posts: 26
    • View Profile
[FF7]Snowboard minigame and Emscripten
« on: Today at 08:39:36 »
I'm trying to port one of the mini-game from FF7, the snowboard "simulator", to Emscripten. For those who do not know what it is, it is a compiler that translates C or C++ source code to javascript, so that the resulting code can be executed directly in your, or my, favorite browser.

I had some hard time with OpenGL ES. There is no sound yet. The framerate is a little low but ... here it is :
https://ibb.co/Kxjk5t40

I seem to have a problem with the Z-order, I am trying to fix that for now.
I hope I can make a playable demo soon.