Skip to content

The Kyoka Suigetsu Project is a collection of modular and reusable renderer specific functionalities

License

Notifications You must be signed in to change notification settings

SajeevanJSPY/kyoka_suigetsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KYOKA SUIGETSU (KSU)

quickstart

setup the VULKAN_SDK environment path variable

set VULKAN_SDK=/usr/path/to/VULKAN_SDK
cmake -B build
cd build
./bin/tensa_zangetsu

Folder Structure

|
|_ kanzen_saimin    (graphics renderer)
|_ tensa_zangetsu   (game engine)
|_ platform         (os specific)
|_ core

NOTE: only /core and /kanzen_saimin functionalities exposes to the main projects

platform support: linux, windows compiler:

  • linux - gcc, clang
  • windows - MSVC, clang

About

The Kyoka Suigetsu Project is a collection of modular and reusable renderer specific functionalities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published