Antara Gaming ModulesΒΆ

Modules TablesΒΆ

Name

Description

Dependencies

Header-Only

Contains Script

Authors

Contributors

antara::config

Modules containing game configuration and utilities to load configuration

nlohmann_json

🚫

🚫

Roman Sztergbaum

antara::core

Modules containing core utilities such as assets path, safe headers, etc…

EnTT
refl-cpp

🚫

🚫

Roman Sztergbaum

antara::input

Modules containing enums representing keyboard, mouse, etc…

🚫

βœ…

🚫

Roman Sztergbaum

antara::event

Module Containing all the common events that’s will be used in games such as (key_pressed, key_release, etc…)

EnTT
doom_meta
refl-cpp
antara::input antara::core

🚫

🚫

Roman Sztergbaum

antara::timer

Module allowing us the manipulation of the game frame or retrieve the fixed delta time

🚫

🚫

🚫

Roman Sztergbaum

antara::ecs

Module allowing us the manipulations of systems such as adding, updating, disabling, or removing systems (Contains a system manager, and system abtract class)

EnTT
strong_type
expected
range_v3
doom_meta antara::timer antara::event antara::core

🚫

🚫

Roman Sztergbaum

antara::scenes

Module allowing us the manipulation of scenes, possibility of adding, removing and changing a scene (Contains a Scene System Manager and an Abstract Scene class)

antara::ecs

🚫

🚫

Roman Sztergbaum

antara::world

Module allowing the creation of application just by inheriting a simple class, contains all the necessary for the development of your video game

antara::config antara::core antara::ecs

🚫

🚫

Roman Sztergbaum

antara::lua

System allowing the manipulation of lua scripts, attaching script to entities, creating of lua scripted systems.

Lua
sol2
antara::ecs antara::core

🚫

βœ…

Roman Sztergbaum

antara::box2d

System allowing us to use box2d physics library and some usefull wrapper.

Box2D
antara::ecs antara::timer antara::core

🚫

🚫

Roman Sztergbaum Tolga Ay

antara::sfml

Systems Wrapping sfml stuffs such as audio, drawing loop, input

SFML
antara::config antara::ecs antara::scenes optional(antara::lua)

🚫

🚫

Roman Sztergbaum Tolga Ay