You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assignments given in CG course during spring 2023. I tried a bunch of new C++ things for these assignments. But due to small deadlines the code isnt good and I couldn't do all the things I wanted to do. 3 assignments in different branches.
# in project root
cmake -S . -B build
make -C build
./build/app
Note: FreeType is required for rendering text.
Screenshots
About
Assignments given in CG course during spring 2023. I tried a bunch of new C++ things for these assignments. But due to small deadlines the code isnt good and I couldn't do all the things I wanted to do. 3 assignments in different branches.