Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: ergonomy_joe on 2025-09-30 08:39:36

Title: [FF7]Snowboard minigame and Emscripten
Post by: ergonomy_joe on 2025-09-30 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 (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.