Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 3, 2024
1 parent d300c4e commit 8d3df4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
$ <browser> http://localhost:6969/
```

0 comments on commit 8d3df4d

Please sign in to comment.