lotus_engine 0.3.0

Lotus is a game engine with the main focus of being easy-to-use and straight forward on developing 2D games.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Gamepad input recognition and treatments.
pub mod gamepad_input;

/// Gamepad instance management.
pub mod gamepad_instance;

/// Axis state management.
pub mod axis_state;

/// Joystick input recognition and treatments.
pub mod joystick;