Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smokku/mlge
My Little Game Engine
https://github.com/smokku/mlge
gameengine javascript zig
Last synced: 17 days ago
JSON representation
My Little Game Engine
- Host: GitHub
- URL: https://github.com/smokku/mlge
- Owner: smokku
- Created: 2023-03-07T19:15:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T11:22:11.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T18:13:17.822Z (21 days ago)
- Topics: gameengine, javascript, zig
- Language: C++
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Little Game Engine
## Preparation
This project makes use of git submodules, so you need to `git clone --recursive`.
## Building
[`zig`][1] v. 0.11 required.
zig build
[1]: https://ziglang.org
## Running
Server
zig build server
Client
zig build client