o
odin.langpkg.dev
packages / library / lagerhalle

lagerhalle

056c031library

Past coding shenanigans

GPL-3.0 · updated 3 years ago

lagerhalle

Stuff I don't want to delete

Folders Image Description
C_VulkanTutorial Vulkan-Tutorial.com in pure C
Odin_FloatingIslands 2D floating island generation based on a height-line and voronoi ground
Odin_RayGravity simple ray-singularity-interaction, currently only rotating the ray direction around the center depending on the dinstance of the nearest point on the ray. Nothing fancy, but still pretty
Odin_RAytracing testing an idea about accellerating ray-particle-intersection by sorting the particles in x, y and z respectively
Odin_Script - Trying out writing an interpreter
Odin_SparceVoxelOctree Novel idea on ray-voxel-intersection by looking at the angle between the two. Couldn't find any comparable approaches, probably because it is stupid not as good as I originally thought
Odin_swizzle - rgba and xyzw swizzle library written just for fun. Odin now has built in swizzle procedures.
Odin_VulkanTutorial - Vulkan-Tutorial.com in pure Odin. Don't know how far I got