Initial public source release

Split reusable rendering and format support into vectorail-core and vectorail-gc.
This commit is contained in:
2026-08-02 17:05:27 +02:00
commit 831d96e562
109 changed files with 20558 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Contributing
Bug reports and focused patches are welcome. For hardware-specific issues,
include the platform, firmware or CFW version, song and difficulty, and steps
that reproduce the problem.
Do not submit copyrighted game assets, executables, keys, firmware dumps or
data extracted from a copy you are not authorized to inspect. Research notes
should describe observable formats and behavior without embedding original
assets. New code must be compatible with the repository's MIT license.
Keep reusable rendering/platform primitives in `vectorail-core`, format-only
parsing in `vectorail-gc`, and game behavior in OpenRoller.