Skip to content

A working renderer written as part of school project, though much of the code needs a complete rewrite to be ready for any kind of serious work. It remains here as a testament to the large scale of the work, written by myself and by a fellow student.

Notifications You must be signed in to change notification settings

shastro/Old-OpenGL-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 389 Project

Elias Flores, Skyler Hughes, Wesly Pick-Roth


Dependencies

Build instructions

To generate gnu makefile:

premake5 gmake

To build (with -j# to multithread compilation):

make -j3

To run:

./bin/museum

About

A working renderer written as part of school project, though much of the code needs a complete rewrite to be ready for any kind of serious work. It remains here as a testament to the large scale of the work, written by myself and by a fellow student.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages