4 Commits

Author SHA1 Message Date
Eric Ratliff
b1593a4f87 Fixed more bugs 2026-01-21 08:58:23 -06:00
Eric Ratliff
e0c5884fff Fixed small windows bugs 2026-01-21 08:08:21 -06:00
Eric Ratliff
63827dba58 Windows support included 2026-01-21 08:00:25 -06:00
Eric Ratliff
81452a8670 Initial release: FTC Project Generator
Generate clean, testable FTC robot projects with proper separation from SDK bloat.

Features:
- Composite build setup - one shared SDK, multiple clean projects
- Subsystem pattern with hardware interfaces for easy testing
- JUnit scaffolding - tests run on PC without robot
- Minimal project structure (~50KB vs 200MB SDK)
- Support for multiple FTC SDK versions

Philosophy: Your code should be YOUR code. SDK is just a dependency.

Built by Nexus Workshops for FTC teams tired of fighting the standard structure.

License: MIT
2026-01-13 23:58:43 -06:00