cmdfx 0.1.0
Lightweight game engine for your terminal
Loading...
Searching...
No Matches
cmdfx.h
1#pragma once
2
3#include "cmdfx/canvas.h"
4#include "cmdfx/events.h"
5#include "cmdfx/sprites.h"
6#include "cmdfx/builder.h"
7#include "cmdfx/screen.h"
8#include "cmdfx/util.h"
9
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.
Events API for CmdFX.
Screen API for controlling other things around the terminal.
Sprites API for CmdFX.
Cross-Platform Utilities for CmdFX.