Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blackmann/zig-sdl-3d-renderer


https://github.com/blackmann/zig-sdl-3d-renderer

Last synced: about 2 months ago
JSON representation

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
```