plutonium_engine 0.7.0

Pure Rust Graphics Engine
Documentation
1
2
3
4
5
# Coordinates and DPI

- Logical pixels; origin at top-left, +x right, +y down.
- DPI scaling handled inside the engine. Provide logical positions; the engine applies device scale.
- Camera operates in logical space. UI layout should run before camera transforms.