2022-01-16 15:33:03 +01:00
|
|
|
![jsEmu48 Sources](logo.png)
|
2018-02-02 12:16:29 +01:00
|
|
|
# jsEmu48
|
|
|
|
SDL Emscripten compatible Fork version of HPEMU by Daniel Nilsson
|
2018-02-02 12:38:34 +01:00
|
|
|
|
2022-01-16 16:03:05 +01:00
|
|
|
Demo: http://jadegame.com/jsemu48/
|
2018-02-02 12:38:34 +01:00
|
|
|
|
|
|
|
|
2022-03-24 16:46:46 +01:00
|
|
|
* Dependencies: SDL2 + TTF + IMAGE
|
2018-02-03 18:00:26 +01:00
|
|
|
https://www.libsdl.org/projects/SDL_ttf/
|
|
|
|
https://www.libsdl.org/download-2.0.php
|
|
|
|
https://www.libsdl.org/projects/SDL_image/
|
|
|
|
|
2022-03-24 16:46:46 +01:00
|
|
|
* Install Emscripten
|
2022-03-25 10:33:22 +01:00
|
|
|
`git clone https://github.com/emscripten-core/emsdk`
|
|
|
|
`cd emsdk`
|
|
|
|
`./emsdk install latest`
|
|
|
|
`./emsdk activate latest`
|
|
|
|
`source ./emsdk_env.sh`
|
2022-01-11 16:42:07 +01:00
|
|
|
|
2022-03-24 16:46:46 +01:00
|
|
|
* Compile js version
|
2022-03-25 10:33:22 +01:00
|
|
|
`make js`
|
2018-02-03 18:00:26 +01:00
|
|
|
|
2022-03-24 16:46:46 +01:00
|
|
|
* Serve js version locally (needs ruby)
|
2022-03-25 10:33:22 +01:00
|
|
|
`make js-serve`
|
2022-03-24 16:46:46 +01:00
|
|
|
Visit http://localhost:9999/
|
2018-02-02 12:38:34 +01:00
|
|
|
|
2022-03-24 16:46:46 +01:00
|
|
|
* To build the desktop version
|
2022-03-25 10:33:22 +01:00
|
|
|
`make`
|
2018-02-02 12:38:34 +01:00
|
|
|
|
|
|
|
|
2018-02-03 18:00:26 +01:00
|
|
|
CREDITS
|
|
|
|
|
2018-02-02 12:45:43 +01:00
|
|
|
HP EMU 0.9
|
|
|
|
https://sourceforge.net/projects/hpemu/files/hpemu/
|
|
|
|
|
|
|
|
|
2018-02-03 17:46:49 +01:00
|
|
|
Visit my HP48 page : http://jadegame.com/games/hp48
|