Skip to content

UTBM - IN55 school project, construction and render of 3D parametric object with OpenGL

License

Notifications You must be signed in to change notification settings

pinam45/UTBM_IN55_ParametricObjectsConstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UTBM - IN55 school project, construction and render of 3D parametric object with OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published