Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.35 KB

File metadata and controls

58 lines (34 loc) · 1.35 KB

UTBM_IN55_ParametricObjectsConstruction

Information

School project

  • University: UTBM
  • Unit value: IN55 (Image synthesis)
  • Semester: Spring 2018

Authors / students

Subject

Construction and render of a 3D parametric object with OpenGL.

Preview

preview

Dependencies

Dependencies are embedded with the project except for GLEW and GLFW on GNU/Linux systems where they must be installed by the user.

Compilation

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.

Report

The folder report-fr/ contain the LaTeX sources of the french report and presentation of the project.

Copyright

This work is under the MIT License

Read the license file