Snowapril

Results 3 repositories owned by Snowapril

Procedural-Terrain-Estimator

35
Stars
7
Forks
Watchers

Generate Height map with Generator (OpenGL and imgui) and Construct Splat Map with generated height map using Algorithm(DPS, BFS, Gradient Descent ... etc) . At Renderer, with height map and blend map...

String-Obfuscator-In-Compile-Time

116
Stars
29
Forks
Watchers

C++ Header only string obfuscator library using metaprogramming. Affine Cipher technique is used for encryption and decryption.

vk_voxel_cone_tracing

20
Stars
6
Forks
Watchers

Vulkan voxel cone tracing renderer based on SVO(sparse voxel octree) and Clipmap