Skip to content

fabioarnold/hello-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello 3D in Zig

Preview

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

About

Hello 3D in Zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published