Skip to content

hitomi-team/quanta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quanta Engine

Overview

Third-Party Libraries and Dependencies

Compilation

Ninja build tool recommended

This section is a WIP, but essentially:

git clone https://github.com/hitomi-team/quanta
cd quanta
cmake .
For DXC-DXIL: python3 tools/gen-shader-dxc-dxil.py
For DXC-SPIRV: python3 tools/gen-shader-dxc-spirv.py
For GLSLC-SPIRV: python3 tools/gen-shader-glslc-spirv.py
python3 tools/build-data-pack.py -o .

Project Structure

├── data: Default game assets
├── include: Include headers
├── shaders: Shader sources
├── src: Game engine source code
└── tools: Tools for the game engine

License

BSD-2-Clause License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published