A Blockly-based Spring Boot-enabled IDE
- You may need to install PygameZero on your machine
- The Chiby server can automatically initialize the folder
~/chiby-home
in your user home. By default, it does not attempt to create the folder, but you can set the property upon run :
java -jar chiby-ide.jar --chiby.ide.initialize-home=true
- The codebase uses Lombok, in Eclipse, you may need to set it up accordingly to avoid compilation errors.