Go to file
austin 9c6333108d
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
increase memory budget
2025-03-30 16:44:56 -04:00
.vscode increase memory budget 2025-03-30 16:44:56 -04:00
assets small grass value tweak 2025-03-28 10:22:42 -04:00
docs increase memory budget 2025-03-30 16:44:56 -04:00
saves/testscene1 remove save 2024-11-29 17:40:51 -05:00
src increase memory budget 2025-03-30 16:44:56 -04:00
test/java/renderer/ui refactor native test code location 2024-12-06 13:21:25 -05:00
.gitignore fix single player loading 2024-12-03 16:14:07 -05:00
.gitmodules moving native code around 2024-12-03 12:38:40 -05:00
build.sh integrate cmake + ninja 2024-12-01 23:45:29 -05:00
buildNumber.properties optimizations 2025-03-28 20:36:26 -04:00
CMakeLists.txt refactor native test code location 2024-12-06 13:21:25 -05:00
CMakePresets.json update cmakepresets 2024-12-02 19:20:38 -05:00
DEPENDENCIES.md cleaning up top level folder 2024-11-23 14:49:57 -05:00
Jenkinsfile fix testing 2024-12-04 19:30:35 -05:00
pom.xml bump ode4j version 2024-12-03 21:59:59 -05:00
README.md integrate cmake + ninja 2024-12-01 23:45:29 -05:00
template.json cleaning up top level folder 2024-11-23 14:49:57 -05:00
tsconfig.json scripting work 2024-07-10 15:27:05 -04:00

Storm Engine

A multiplayer-focused game engine

Building

Cloning

When cloning the repo, make sure to grab all submodules with git clone --recurse-submodules git@git.austinwhoover.com:studiorailgun/Renderer.git

Windows

  1. Install
  1. From choco install
  1. Run build.sh

The build will be in <Project Directory>/build

Alternate Build Profiles

Several build profiles are defined in maven to support different functions

  • fast - Only runs the fast unit tests
  • integration - Runs the integration tests
  • integrationDebug - Runs the integration tests with the memory-debug jar linked

Documentation

Building

The documentation uses Doxygen to build.

On windows, it's recommended to use Doxywizard to build the documentation.

To build

  • Open the file <Project Directory>/docs/Doxyfile
  • Navigate to the Run tab
  • Click Run doxygen
  • Click Show HTML output