csci5607/assignment-2a
2023-04-09 00:21:23 -05:00
..
examples works 2023-04-09 00:21:23 -05:00
ext Homework 2 builds 2023-04-03 02:56:41 -05:00
src works 2023-04-09 00:21:23 -05:00
.clang-format a 2023-04-08 20:40:50 -05:00
.gitignore add make shit 2023-04-08 23:48:40 -05:00
CMakeLists.txt reset unfortunately (sad) 2023-04-08 16:53:37 -05:00
compile_commands.json get the build process working 2023-04-03 22:02:17 -05:00
default.nix Work on assignment 2a 2023-04-04 02:22:46 -05:00
Makefile works 2023-04-09 00:21:23 -05:00
README.md works 2023-04-09 00:21:23 -05:00

Assignment 2A

Compiles but does not run on CSE labs machines due to OpenGL 3.2 missing.

Try with examples/test.obj, run the program with

cmake -B build
make -C build
./build/HW2a examples/test.obj

This test has a few triangles in it. Other obj files should work in theory