mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
No description
* improve flake - make clang-format work (I think) - remove some clutter - fix version in derivation - fix clangd * address nix ci taking 10 minutes to build uni was rigth about the purge feature, it worked for other stuff tho :( * fix up comments * add an option for quad versions and remove msitools from deps * add cmake fmt to tree fmt * update build instructions * note about compat flag |
||
|---|---|---|
| .github | ||
| primedev | ||
| .clang-format | ||
| .cmake-format.json | ||
| .editorconfig | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| BUILD.md | ||
| CMakeLists.txt | ||
| CMakeSettings.json | ||
| Dockerfile | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| STANDARDS.md | ||
NorthstarLauncher
Launcher used to modify Titanfall 2 to allow Northstar mods and custom content to be loaded.
Build
Check BUILD.md for instructions on how to compile, you can also download binaries built by GitHub Actions.
Format
For project coding standards check out STANDARDS.md.
This project uses clang-format, make sure you run clang-format -i --style=file --exclude=primedev/include primedev/*.cpp primedev/*.h when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.