https://github.com/p-obrthr/web-ray
multiplayer raylib c++ to wasm & websocket
https://github.com/p-obrthr/web-ray
cpp emscripten javascript mutliplayer raylib raylib-cpp wasm webassembly websocket
Last synced: about 1 month ago
JSON representation
multiplayer raylib c++ to wasm & websocket
- Host: GitHub
- URL: https://github.com/p-obrthr/web-ray
- Owner: p-obrthr
- Created: 2025-02-22T14:17:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T10:28:25.000Z (over 1 year ago)
- Last Synced: 2025-03-04T08:18:08.083Z (over 1 year ago)
- Topics: cpp, emscripten, javascript, mutliplayer, raylib, raylib-cpp, wasm, webassembly, websocket
- Language: C++
- Homepage:
- Size: 787 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WebRay
WebRay is an experimental project that works with Raylib in C++, compiles via Emscripten to Webassembly for browser execution, and provides multiplayer client communication through a JavaScript WebSocket server.
To setup and compile, you need to have Raylib and Emscripten installed, bind libraries, and ensure the correct paths are set.
A sample approach is provided in the Makefile.
For more detailed instructions, refer to the following resources:
- [Raylib](https://www.raylib.com)
- [Raylib GitHub](https://github.com/raysan5/raylib)
- [Emscripten](https://emscripten.org)