cmdfx 0.2.0
Lightweight game engine for your terminal
Loading...
Searching...
No Matches
cmdfx.h
Go to the documentation of this file.
1
9#pragma once
10
11// Core Library
12
13#include "cmdfx/core/canvas.h"
14#include "cmdfx/core/events.h"
15#include "cmdfx/core/sprites.h"
16#include "cmdfx/core/builder.h"
17#include "cmdfx/core/screen.h"
18#include "cmdfx/core/util.h"
19#include "cmdfx/core/device.h"
20#include "cmdfx/core/costumes.h"
21#include "cmdfx/core/scenes.h"
22
25
26// Physics Engine
27
29#include "cmdfx/physics/force.h"
30#include "cmdfx/physics/mass.h"
31#include "cmdfx/physics/util.h"
Animation Extensions for canvas.h.
Animation Extensions for sprites.h.
Builder API for building 2D Character Arrays.
Canvas API for drawing shapes and text on the terminal.
Cross-Platform Utilities for CmdFX.
Sprite Costumes API for managing sprite states.
Device command functions.
Global physics engine declarations.
Events API for CmdFX.
Force-related physics declarations.
Mass-related physics declarations.
Velocity and Acceleration functions.
Physics utilities for cmdfx.
Scenes API for CmdFX.
Screen API for controlling other things around the terminal.
Sprites API for CmdFX.