Go to file
austin 03d583ee85
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
metadata calculation on c side of fluidsim
2024-11-30 19:52:10 -05:00
.vscode metadata calculation on c side of fluidsim 2024-11-30 19:52:10 -05:00
assets fluid work 2024-11-29 21:19:59 -05:00
docs more fluid dimensions work 2024-11-30 17:25:26 -05:00
saves/testscene1 remove save 2024-11-29 17:40:51 -05:00
src metadata calculation on c side of fluidsim 2024-11-30 19:52:10 -05:00
test/java/renderer/ui voxel weight change 2024-11-22 20:42:14 -05:00
.gitignore Migrate C code 2024-11-30 14:32:35 -05:00
.gitmodules Migrate C code 2024-11-30 14:32:35 -05:00
build.sh cleaning up top level folder 2024-11-23 14:49:57 -05:00
buildNumber.properties metadata calculation on c side of fluidsim 2024-11-30 19:52:10 -05:00
DEPENDENCIES.md cleaning up top level folder 2024-11-23 14:49:57 -05:00
Jenkinsfile fae flag for test debug step 2024-09-04 18:41:47 -04:00
pom.xml integrate fluid lib build into main build 2024-11-30 14:56:01 -05:00
README.md Migrate C code 2024-11-30 14:32:35 -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