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.
tags
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.
A Rust ray tracer following Ray Tracing in One Weekend.
A group of Rust terminal rendering experiments, including an ASCII raycaster and a spinning 3D cube.