From now on, import symbols from other packages when it makes sense.
This let us recompile initialize/finalize/update functions during runtime without having to register them once again.
The game module contains for now a internal loop to allow the game to always update at 16ms and a simple scene graph to place object in a 3d world. A camera class is defined to be able to view the world.