re

The main package of RE ENGINE FX.

Includes Core, Scene, Input, ECS, Tweens, Logger, and some utilities.

Core is the most important place to start, as it provides access to all key features.

Modules

audio
module re.audio
Undocumented in source.
content
module re.content

content/asset loader and manager

core
module re.core

globally available game core, providing access to most key game services and scene control

ecs
module re.ecs

engine entity component system

gfx
module re.gfx

graphics and renderables

input
module re.input

engine input features

math
module re.math

engine math utilities

ng
module re.ng
phys
module re.phys
time
module re.time

game time

util
module re.util

Public Imports

re.core
public import re.core;
Undocumented in source.
re.ng.scene
public import re.ng.scene;
Undocumented in source.
re.input
public import re.input;
Undocumented in source.
re.ecs
public import re.ecs;
Undocumented in source.
re.util.logger
public import re.util.logger;
Undocumented in source.
re.util.rng
public import re.util.rng;
Undocumented in source.
re.util.tweens.ease
public import re.util.tweens.ease;
Undocumented in source.
re.util.tweens.tween
public import re.util.tweens.tween;
Undocumented in source.

Meta