Skip to content

mandersson1024/runstop-game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUNSTOP Game Engine

runstop_demo_scene

This project is for my own enjoyment and education. Anyone who sees this is welcome to have a look, though. If you want to build it you will have to figure out how to link the assimp lib, which is not included because of file size restrictions on GitHub.

The code runs on Windows using DX11. I'm deliberately ignoring portability to be able to spend more time on the core concepts of the engine.

Overview

  • Language and Platform
    • C++20
    • Win32
    • DirectX 11
  • Project Structure
    • Engine (static lib)
    • Editor (application)
  • Features
    • Renderer
      • Physically-Based Rendering
      • Skybox/radiance/irradiance
      • Shadow map (one direct light source, hard shadows)
    • Resource System
      • Multi-threaded asset loading
      • Asset hot reload in editor
    • Other
      • Raycasting

About

My hobby game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages