cyclimse / zig-opengl-experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig OpenGL experiments

Some small experiments in Zig and OpengGL that you may find interesting. In my opinion, Zig is a great langage for game programming. It's pretty fast but also very flexible.

Demos

Ulum spirals

Inspired by the Coding Train (episode 167).

Particles

particles.mp4

A simple particle simulation using instance rendering and spatial hashing.

Running

You will need libepoxy and glfw on your system.

zig build particles

About


Languages

Language:C 89.0%Language:Zig 10.8%Language:GLSL 0.2%