https://github.com/robloach/libretrojs
https://github.com/robloach/libretrojs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robloach/libretrojs
- Owner: RobLoach
- Created: 2020-06-04T05:37:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T05:31:11.000Z (about 6 years ago)
- Last Synced: 2025-03-30T18:02:02.625Z (about 1 year ago)
- Language: C++
- Size: 239 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libretro.js
An attempt to get a minimalistic [Emscripten](https://emscripten.org/)-based [libretro](https://www.libretro.com/) frontend working.
## Dependencies
- [Emscripten](https://emscripten.org/docs/getting_started/downloads.html)
## Build
```
git clone https://github.com/RobLoach/libretrojs.git
cd libretrojs
emmake make
```
This will build out to the `web` directory. You can start a server hosted on the web directory through Node.js by running...
```
emmake make start
```