Working progress to upgrade the previous Snail engine.
The glm library is not used anymore and all vector-matrix operations are made by the program itself. It was also removed the BasicBlock class, that class was a very bad design decision. Also, many other design patterns were used to improve the quality of life.
For scene and resource loading I am using now the .json format since it is way more readable, and known by most people.