SpaceSketch
build a 3D scene, light it, read the code
A browser-native 3D geometry studio that writes Umfeld C++ for you. Add 3D primitives —
box, sphere, cylinder, cone, plane — position and rotate them in 3D space, set ambient
and directional lighting, wireframe modes, and colors. The matching application.cpp
updates live beside it, complete with P3D, lights(), pushMatrix(), translate(),
rotateY(), and shape calls. Copy the code, or download application.cpp +
CMakeLists.txt as a ready-to-build sketch folder. No WASM here — it runs as
plain JavaScript with WebGL.