Skip to content

Instantly share code, notes, and snippets.

@eurobob
eurobob / MarchingCubesParams.h
Created August 8, 2025 16:38 — forked from Matt54/MarchingCubesParams.h
Marching Cubes Metaballs in RealityKit (Metal + LowLevelMesh)
#ifndef MarchingCubesParams_h
#define MarchingCubesParams_h
#include <simd/simd.h>
struct MarchingCubesParams {
simd_uint3 cells;
simd_float3 origin;
simd_float3 cellSize;
float isoLevel;
simd_float3 centerA;
@eurobob
eurobob / thirty-days-of-metal.md
Created December 27, 2024 03:03 — forked from ole/thirty-days-of-metal.md
Warren Moore – Thirty Days of Metal