Explaination

The setup process can be followed from the main.c file

It can be described as follow:

  1. The world needs to be init
  2. The obj file can be loaded as a new mesh in the world (see Preprocessing Process)
  3. The camera is created and added to the world
  4. The window is setup using app_params
  5. The main loop is launched