- University: UTBM
- Unit value: IN55 (Image synthesis)
- Semester: Spring 2018
Construction and render of a 3D parametric object with OpenGL.
Dependencies are embedded with the project except for GLEW and GLFW on GNU/Linux systems where they must be installed by the user.
To build the project you need a C++17 compliant compiler.
A CMakeLists.txt is available, see Running CMake for more information.
On linux, a common CMake use is:
$ mkdir build
$ cd build
$ cmake ..
$ make
On Windows, there is batch files available to configure Visual Studio project in the ide
folder.
The folder report-fr/ contain the LaTeX sources of the french report and presentation of the project.
This work is under the MIT License