A minimal code editor built in Java using Gradle and Swing. Future plans include integrating Ollama for real-time, cursor-like code correction.
Retrocode is a lightweight, Java-based code editor crafted with simplicity and efficiency in mind. Built with Gradle and Swing, the current version delivers basic editing functionality. The roadmap includes integrating Ollama to enable intelligent, cursor-like code corrections—aiming to create a smarter editing experience right at your fingertips.
- Java-based UI via Swing
- Built and managed with Gradle
- Cross-platform support via Java runtime
- Clean and minimal interface—no distractions
- Intended future feature: Ollama integration for context-aware code corrections
- Java Development Kit (JDK) (version 11 or higher recommended)
- Gradle (or use the included Gradle Wrapper)
- Git (optional, for cloning the repo)
git clone https://github.com/Kevalexe/Retrocode.git
cd Retrocode
./gradlew build