Godot Rust extension to create a network of railroad tracks.
Find a file
2025-01-30 01:18:36 -05:00
src Added better error checking and tests for appropriate failures. 2025-01-20 13:50:07 -05:00
.gitignore initial commit 2024-07-08 21:02:50 -04:00
Cargo.toml initial commit 2024-07-08 21:02:50 -04:00
README.md Added intro text to README. 2025-01-30 01:18:36 -05:00

Rail Network

This Rust library defines the mechanics behind a railroad network as a Godot extension. While the Godot extension API is a required as a dependency, the unit tests can be run without needing to import this library into Godot itself.