from-scratch
is a project to build a game fully from scratch, using only X11 and OpenGL.
No libraries other than x11 and OpenGL are allowed.
Currently, it supports loading and (sort of) rendering any .obj
file, when exported triangulated and with vertices in
order.
Linux + X11 only.
make
to compile./bin/from-scratch
to run