Skip to content

hdombach/kaleidoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaleidoscope

Compiling For Release

conan install . --output-folder=build --build=missing
cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Release
cmake --build build

Compiling For Debug

conan install . --output-folder=build --build=missing --profile=debug
cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug
cmake --build build

Overview

This will be the successor of Fractal Renderer (https://github.com/hdombach/Fractal-Renderer/tree/main). The goal is to include more tools like the ability to load textures and meshes instead of just using SDF's and procedural textures.

Currently, I'm still building up framework based on the vulkan tutorial. I just got a viewport working correctly in ImGui. Screenshot 2023-06-15 at 2 18 58 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages