diff --git a/README.md b/README.md new file mode 100644 index 0000000..20fd036 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Raylib.js + +Alternative implementation of [Raylib](https://github.com/raysan5/raylib) API entirely in JavaScript so you can use it from WebAssembly. Intended as a simplier Web version of Raylib that does not require Emscripten. **Not fully implemented yet!** + +## Quick Start + +```console +$ make +$ python3 -m http.server 6969 +$ http://localhost:6969/ +```