1
SFML projects / Veritas Framework
« on: June 19, 2014, 04:41:37 pm »
Hello everyone! Although this project is not directly related to sfml, I thought that it may be useful to the community.
Veritas is a C++ framework that I have been working on for some time and it's design is
based on the entity-component-system software architecture pattern.
It's goal is to provide a flexible core that allows for fast implementation of features while keeping maintenance to the minimum.
Although the framework is by no means completed yet (the messaging system is not yet completed and the code needs some polishing), for those interested the source can be found at GitHub.
Also, since this is my first serious project (and the first time I'm using GitHub), any feedback is largely appreciated!
Documentation and examples should be finished within a few weeks due to the exams not having finished yet.
Veritas is a C++ framework that I have been working on for some time and it's design is
based on the entity-component-system software architecture pattern.
It's goal is to provide a flexible core that allows for fast implementation of features while keeping maintenance to the minimum.
Although the framework is by no means completed yet (the messaging system is not yet completed and the code needs some polishing), for those interested the source can be found at GitHub.
Also, since this is my first serious project (and the first time I'm using GitHub), any feedback is largely appreciated!
Documentation and examples should be finished within a few weeks due to the exams not having finished yet.