Skip to content

Source code for the titleless game I was making in C++.

Notifications You must be signed in to change notification settings

AmelieHeinrich/GameProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Project

How to run

xmake f --mode=release
xmake
xmake run

ONLY AVAILABLE ON WINDOWS.

The plan

  • RHI
    • VULKAN BACKEND lol
  • Rendering
    • Environment map renderer
    • Forward(+?) Renderer
    • Transparent objects renderer
    • Shadows
    • Auto exposure in color correction shader
    • Anti-aliasing (FXAA)
    • Ambient occlusion (SSAO? HBAO? GTAO?)
    • Bloom
    • Contrast adaptive sharpness
    • 2D (UI, sprites)
    • Blit on back buffer
    • Debug UI
  • Map system
  • Physics
  • Scripting
  • Polish, publish on windows
  • Reimplement engine backend on different platforms if needed