WelderFoundation / WelderEngineRevamp

Major overhaul of the Zero Engine and renaming to Welder.
Other
54 stars 13 forks source link
2d 3d cross-platform digipen engine framework game game-development game-engine game-framework gameengine gameframework zeroengine zilch zilchscript

Welder Engine

The Welder Engine is a cross platform game engine that can be used to make simulations of any kind. Projects range from simple prototypes to professional 2D and 3D games, simple physics or graphics demonstrations to robust, realistic simulations.

Editor

Features

Editor

Architecture

Component-based architecture applied across the engine in the form of :

Graphics

Physics

Audio

Zilch

Building

Building on Windows:

git clone https://github.com/WelderFoundation/WelderEngineRevamp.git
cd WelderEngineRevamp
git submodule update --init --recursive
npm install

# Specify builder if not using the default. Ex: --builder="Visual Studio 17 2022"
node index.js cmake

.\Build\<target>\Welder.sln