hello-3d
hello-3d copied to clipboard
Hello 3D in Zig
Hello 3D in Zig

Install dependencies
Install Zig master
Windows
Requires vcpkg package manager
> vcpkg install sdl2:x64-windows libepoxy:x64-windows
macOS
Requires Homebrew
$ brew install sdl2 libepoxy
Ubuntu Linux
$ sudo apt install libsdl2-dev libepoxy-dev
Get the source
$ git clone --recursive https://github.com/fabioarnold/hello-3d
Build and run
$ cd hello-3d
$ zig build run