tags

Graphics

C++ · OpenGL · graphics

Basic OpenGL Renderer

A C/C++ OpenGL renderer experiment with textured elements, renderable entities, and batch rendering. The README notes rendering 100,000 textured quads with animated colors at 30+ FPS on an M1 Pro MacBook Pro.

Rust · graphics · ray tracing

Rust ray tracer

A Rust ray tracer following Ray Tracing in One Weekend.

Rust · terminal · graphics

Terminal graphics experiments

A group of Rust terminal rendering experiments, including an ASCII raycaster and a spinning 3D cube.