mhalber / zig_d3d11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig D3D11 Triangle

This repository is simply a classic "Hello, Triangle" program, written in Zig, using Win32 bindings by Johnatan Marler, which allow for quite a seamless integration with Win32. Fun!

The code is highly inspired by the minimal d3d11 by d7samurai, but we just draw a simple triangle ;)

To build

Ensure that you have aforementioned Win32 bindings in the same folder to which you clone this repo. Then run zig build and it should just work!

About


Languages

Language:Zig 100.0%