Skip to content
Dimitar Garkov edited this page Mar 1, 2021 · 11 revisions

Develop on and for VANTED

This wiki is intented to be a source for developers for the VANTED platform.

To get more information about what VANTED is, visit the project website.

To develop and change the VANTED source code or develop new add-ons, follow the guides and tutorials in this wiki.

Checklist before you start coding

  • Make sure you have at least Java 8 JDK installed. If not, download the latest Java JDK here: link.
  • To work with GIT on Windows you either install GIT-bash: link (for command line users), or use SourceTree: link, a very nice graphical tool to work with GIT repositories.
  • Install Eclipse: link.
  • Set up Code Formatting.

Once you have installed all the necessary tools, you could read the following pages for more information:

The source code is hosted here on GitHub: link as a GIT repository. The project is developed using Eclipse and as such it is already setup for Eclipse.

Happy Coding!