Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Srekel/zag
Game dev project written in Zig and C
https://github.com/Srekel/zag
Last synced: 30 days ago
JSON representation
Game dev project written in Zig and C
- Host: GitHub
- URL: https://github.com/Srekel/zag
- Owner: Srekel
- License: other
- Created: 2019-10-16T18:10:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T14:55:13.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T23:24:08.041Z (4 months ago)
- Language: Zig
- Homepage:
- Size: 30.3 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-zig - Srekel/zag
README
# Zag
Game... engine... project... playground...?
Written in Zig and C.
## How to build and run
First clone the repo including all submodules:
git clone --recurse-submodules https://github.com/Srekel/zag.git
Ensure you have zig on your PATH.
zig build
(If you have Windows, you can also run
build.bat
)Then, if you have Windows,
run.bat
Otherwise, find the executable and run it.
## Dependencies
* Zig
* Sokol
* cimgui + Dear ImGui## License
Unless noted otherwise (e.g. in a comment or in a LICENSE file), pick your license: Public Domain or MIT.