mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 03:16:23 -06:00
Mark working Linux build, add links to workflow files in README
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
A [demo](https://xevion.github.io/rust-sdl2-emscripten/) project to explore Rust + SDL2 + Emscripten.
|
A [demo](https://xevion.github.io/rust-sdl2-emscripten/) project to explore Rust + SDL2 + Emscripten.
|
||||||
|
|
||||||
- Cross-platform build scripts with GitHub Actions for Windows, Linux, and Web Assembly.
|
- Cross-platform build scripts with GitHub Actions for Windows, Linux, and Web Assembly.
|
||||||
|
- Includes special packaging for Windows for DLLs
|
||||||
- All SDL2 extensions enabled (Image, Mixer, TTF, GFX) and used in the project.
|
- All SDL2 extensions enabled (Image, Mixer, TTF, GFX) and used in the project.
|
||||||
- Emscripten: Asyncify for the game loop, Javascript Interop, `extern` functions & hooks.
|
- Emscripten: Asyncify for the game loop, Javascript Interop, `extern` functions & hooks.
|
||||||
|
|
||||||
@@ -12,9 +13,9 @@ A [demo](https://xevion.github.io/rust-sdl2-emscripten/) project to explore Rust
|
|||||||
- [X] Asyncify
|
- [X] Asyncify
|
||||||
- [ ] `emscripten_set_main_loop`
|
- [ ] `emscripten_set_main_loop`
|
||||||
- [ ] Automatic Builds
|
- [ ] Automatic Builds
|
||||||
- [X] Web Assembly (Emscripten)
|
- [X] [Web Assembly](./.github/workflows/wasm.yaml) (Emscripten)
|
||||||
- [ ] Windows
|
- [ ] [Windows](./.github/workflows/windows.yaml)
|
||||||
- [ ] Linux
|
- [X] [Linux](./.github/workflows/linux.yaml)
|
||||||
- [ ] MacOS
|
- [ ] MacOS
|
||||||
- [X] SDL2 Extensions
|
- [X] SDL2 Extensions
|
||||||
- [X] Image
|
- [X] Image
|
||||||
|
|||||||
Reference in New Issue
Block a user