Jump to content

Source Code


Tannin42

Recommended Posts

The source code for Vortex is now fully open sourced and available on github.

To make contributions easier it has been split into several parts.
Please note: If you want to build the entire application you only need the main repository, it will include everything else as dependencies or git submodules.
If you just want to work on an extension you only need that one repository.


The main repository is at Nexus-Mods/Vortex

Another important repo is Nexus-Mods/vortex-api. Any extension being developed should include it as a module to get "intellisense" during development.

Basic game support is implemented through extensions. These, rather simple extensions, are bundled in https://github.com/Nexus-Mods/vortex-games

Other features are implemented as extensions which are all kept in separate repositories so you can fork and develop on them individually:

An extension can be built individually and plugged into an official Vortex release, there is usually no need to build the main application to write an extension.

And finally there are a bunch of libraries that are not Vortex specific but were developed in this context

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...