Skip to content

Fuerth-ORG/Extended-C-Module

Repository files navigation

Extended-Cpp-Module

A library to extend the Cpp functionalities. It is intended to provide simple use of larger systems, such as creating windows and integrating graphic APIs. It uses some open source libraries and encapsulates them in its own code.

Libraries

Library Main header Description
ecm.dll ecm.h Provides the basic types and functions.
ecm.math.lib ecm_math.hpp Provides mathematic functions.
ecm.algorithm.dll ecm_algorithm.hpp Provides some algorithms.
ecm.window.dll ecm_window.hpp Provides types and functions for managing windows and their events.
ecm.graphics.dll ecm_graphics.hpp Provides the basic types and functions for the graphics system.

Dependencies

Library Internal dependencies 3rd party dependencies
ecm.dll - -
ecm.math.lib ecm.dll -
ecm.algorithm.dll ecm.dll -
ecm.window.dll ecm.dll sdl2.dll
ecm.graphics.dll ecm.dll sdl2.dll, glad.dll

Back to top