Skip to content

Maxodie/SimpleWorldBuilder

Repository files navigation

SimpleWorldBuilder

Build

cmake build options : GIT_SUBMODULE CMAKE_EXPORT_COMPILE_COMMANDS COMPILE_CONFIG_BUILD

cmake presets : debug release


Setup project submodules if cmake doesn't work

git submodule update --init --recursive

build editor exemple

mkdir build

cmake --preset=debug
mingw32-make -C ./build -j8

Since there is no way to build the 'game' in the editor you can use -DCOMPILE_CONFIG_BUILD=True to build the 'game' executable (it will recompile the engine)

build game exemple

mkdir build

cmake --preset=debug -DCOMPILE_CONFIG_BUILD=True
mingw32-make -C ./build -j8

You can open the proj file in the SimpleWorldBuilder/DefaultRessources/SandboxGame folder as an exemple project

Precompiled macros

if you are in editor build : WB_EDITOR

if you are in game build : WB_BUILD

Overview

Overview

Create / Open project

Overview Overview

About

this project has no intention to be fully usable, it's mostly to try things and learn stuff like resource management, game build system, vim macro friendly editor, project management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors