Skip to content
Florian Zilkenat edited this page Nov 22, 2020 · 1 revision

About Project Barghos

Project Barghos is a set of multiple smaller libraries providing utilities and structures covering diverse general-use aswell as scientific applications. Its goal is to heavily reduce boilerplate code, provide a common api that is used across all barghos subprojects and is easily extendable and also provide easier and more intuitive ways to work with familiar structures like mathematical vectors to write cleaner code and still maintain a good performance.

The project originally started as "utilslib" and is till today maintained along the development of the CodeRed Game Engine. Therefore the biggest part of the libraries are focused on common problems you could run into while developing a game engine. But there are plans to extend the libraries with physics, financial calculations and AI and deep learning.

Project Barghos Core Library

This part of Project Barghos contains a lot of basic structures and the entire basic api used across all barghos subprojects. It is therefore required by every barghos subproject.

Clone this wiki locally