Skip to content

IDE for easy development of Java-based desktop apps/games

License

Notifications You must be signed in to change notification settings

TheAkiChan/RontoLang-IDE

Repository files navigation

RontoLang-IDE

To create a project, edit the text field labeled 'Project Name' and press the 'Open Project' button. To create a new code file, edit the text field labeled 'Code File Name' and press the 'Add' button. Use the 'Add Image/Font/Sound/Music' buttons to add resources to your project.

A simple 'Hello, World' example:

static main(){
  console.visible = true;
  console.output += "Hello, World!";
}

About

IDE for easy development of Java-based desktop apps/games

Resources

License

Stars

Watchers

Forks

Packages

No packages published