Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 832 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 832 Bytes

wasm_sdl2_lua

WebAssembly (Emscripten) lua language with SDL2 implemented functions.

Note: This project is currently for testing purpose and to show you how SDL2 can simply be used with lua on web.

Licenses

This project is licensed under MIT License

This is a modified version of wasm_lua by Sandy Carter.

SDL graphics and ideas are inspired of sdl-canvas-wasm by Tim Hutton.

This project uses CodeMirror, licensed under MIT License for the live view's editing purposes.