Skip to content

CU-Production/FlyCube-Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlyCube-Demos

FlyCube Demos

FlyCube

A very good High-level graphics api.

Download FlyCude src and copy to 3rdparty.

01 - triangle

01 - triangle

02 - texture & sampler

02 - texture & sampler

model & texture is under 3rdparty/FlyCube/assets

03 - MultiPass renderer

03 - MultiPass renderer

04 - Compute shader

04 - Compute shader

05 - DXR

05 - DXR

06 - Meshshader

06 - Meshshader

07 - VariableRateShading

07 - VariableRateShading

left: ShadingRate::k1x1

right: ShadingRate::k4x4

08 - ImGui

08 - ImGui

09 - DispatchIndirect

09 - DispatchIndirect

10 - DrawIndirect

10 - DrawIndirect

11 - MiniPathTracer

11 - MiniPathTracer

A mini pathtracer using CS with RayQuery(inline raytracing)

13 - ComputeParticles

13 - ComputeParticles

14 - PureCSPathTracer

14 - PureCSPathTracer

16 - RayMarching

16 - RayMarching

17 - VolumeTexture

17 - VolumeTexture

17.2 - Volume with noise & gamma

17.2 - Volume with noise & gamma

18 - Font rendering using IMGUI

18 - Font rendering using IMGUI

18.2 - Fontstash

18.2 - Fontstash

19 - CS Skinning

19 - CS Skinning

20 - GPU Cloth simulation

20 - GPU Cloth simulation