From 8d3df4d86ce863ba2d59fde05bbecf47ba8b548f Mon Sep 17 00:00:00 2001 From: rexim Date: Sun, 4 Feb 2024 03:28:33 +0700 Subject: [PATCH] Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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/ +```