Godot Rust extension to create a network of railroad tracks.
Find a file
2025-04-16 23:05:23 -04:00
src Changed segment container from Vec to HashMap. 2025-04-16 23:05:23 -04: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.