2025-12-15 19:56:18 -05:00
2025-12-15 19:56:18 -05:00
2025-11-23 03:32:14 -05:00
2025-12-15 19:56:18 -05:00
2024-01-09 08:29:46 -05:00
2025-02-17 02:41:21 -05:00
2025-12-15 19:56:18 -05:00
2025-12-15 19:56:18 -05:00
2024-07-02 02:01:28 -04:00
2025-07-06 03:59:51 -04:00
2024-01-09 08:29:46 -05:00
2025-02-17 02:33:51 -05:00
2024-08-12 15:09:36 -04:00
2025-02-13 15:17:05 -05:00

Titor rendering engine.

  • Written with c++23
  • Vulkan Rendering API
  • Uses Tracy profiling tool.

TODO:


1. Components

1.1 Models

  • Polish model loading
  • Add in editor model viewer (Render models as preview image)

2. Performance

  • GPU object culling
  • Better object storage tree

3. SLANG (CURRENT)

  • Convert all shaders to slang
  • Figure out SubpassInput grouping, If it's even possible(?)
  • Finish slang compilation
  • Implement reflection testing
  • Implement reflection assertions (Assert classes are expected sizes)

4. Physics

  • Implement common physics functions
  • Implement CPU raycasts
  • Implement physics tick system
  • Physics components
  • Editor viewers for physics

5. Cameras

  • Verify multi-camera works
  • Implement multi-camera viewer in editor
  • Implement editor camera spawner

6. Editor

  • Implement object spawner
  • Implement component modification for objects
  • Figure out how glTF does components saving/loading. If it even does?

Long term plans:

  • Nanite-like implementation.
  • Explicit and strict VRAM targets for certain settings.
  • Explicit model loading control. ( Allows for better control of model loading )
  • Scripts ( Eventually )
  • Multicore focus.

Building

  • Install vulkan sdk with vulkan 1.4 at minimum
  • Clone w/ submodules
  • cmake -DCMAKE_BUILD_TYPE=Debug -B build
  • cmake --build build -j<THREAD_COUNT>
Description
No description provided
Readme 687 MiB
Languages
C++ 84.7%
C 14.9%
CMake 0.4%