Phantom is a 3D game engine written in Rust!
To run the visual editor for Phantom, run this command in the root directory:
cargo run --release --bin editor
# If scaling is incorrect:
# WINIT_X11_SCALE_FACTOR=1.0 cargo run --release --bin editor
Phantom is a 3D game engine written in Rust!
To run the visual editor for Phantom, run this command in the root directory:
cargo run --release --bin editor
# If scaling is incorrect:
# WINIT_X11_SCALE_FACTOR=1.0 cargo run --release --bin editor