Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackmann/zig-sdl-3d-renderer
https://github.com/blackmann/zig-sdl-3d-renderer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackmann/zig-sdl-3d-renderer
- Owner: blackmann
- Created: 2022-10-06T11:18:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T21:56:15.000Z (over 2 years ago)
- Last Synced: 2024-10-15T03:05:23.802Z (3 months ago)
- Language: Zig
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDL 3D renderer
This renderer is written in [Zig](https://ziglang.org) using the SDL C library.
## Run
1. Make sure you have `zig` installed by building from [source](https://github.com/ziglang/zig) or downloading from https://ziglang.org/download/
2. Clone project
3. Run
```sh
zig build run
```