Saturn Engine Save

A C++20 vulkan game engine

Project README

Saturn

License Repo Size Repo Size Trello

Saturn is primarily an early-stage game engine for Windows.
Currently Saturn is built in Vulkan, in the furture we want to support other APIs.

Getting Started

Visual Studio 2022 is recommended, Saturn is officially untested on other development environments whilst we focus on a Windows build.

Start by cloning the repository with git clone --recursive https://github.com/BEASTSM96/Saturn-Engine.

If the repository was cloned non-recursively previously, use git submodule update --init to clone the necessary submodules.

Buiding

In order to start building you will need Premake

Download

Learn More

You may have to add the premake executable to you PATH environment varible.

Generating the project files (Windows)

To generate the project files, you can just run the premake executable that you downloaded, if you already have premake installed make sure it can support generating Visual Studio 2022 project files so v5.0.0-beta1 onwards.

So for generating the project files on Visual Studio 2022 you'd do premake5.exe vs2022

Compiling the engine

To compile the engine simply open the newly generated project files and build the solution.

Features

  • Core
    • Custom Title bar
    • Event System
    • Input
    • Window
    • Asset Manager
    • Projects
    • ECS (entt)
  • Renderer
    • Core Renderer
    • PBR
    • Shadows
    • Material
    • Bloom
    • Soft shadows
    • SSAO, HBAO+, GTAO, VXAO
    • Instanced Rendering
    • Skybox
    • Text rendering
  • Scripting (C++)
    • Core scripting
    • Core build tool
    • Scriptable Components
    • Public property viewer in the editor
    • General Game API and framework
  • Physics
    • Core PhysX API
    • Mesh Colliders
    • Cooking of mesh colldiers
    • Joints
    • Ragdolls
  • Audio
    • Initial Audio API
    • Initial Play/Stop
    • Sound Assets
Open Source Agenda is not affiliated with "Saturn Engine" Project. README Source: BEASTSM96/Saturn-Engine
Stars
64
Open Issues
0
Last Commit
1 week ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating