COMS W4995 Design Using C++ Group Project
Nathan Cuevas, Emily Rhyu, and Jackson Welles
MiniGL is a C++ graphics library built on top of the existing OpenGL API that provides an expressive interface for graphics.
Design Document
Manual
Tutorial
Presentation Slides
GLFW : https://www.glfw.org/
GLEW : https://sourceforge.net/projects/glew/postdownload
GLM : https://github.com/g-truc/glm
Run:
sudo apt install libglfw3-dev libglm-dev libglew-dev
Interactive Fluid Sim
fluids.mov
Conway's Game of Life