ନ୍ୟୁଜ୍

This was created for my Intro Computer Graphics course using C++ and GLFW. The program allows the user to create continuous bezier curves. Due to it being for a school assignment, it is not the most ...
The assignment is split into an engine half and an app half. The engine half handles the window, rendering, and input management. The app half contains all the parts of the assignment. The spline, the ...