More media

This commit is contained in:
2024-10-28 01:24:07 +02:00
parent 3d8aa9e608
commit 1ac313ddc4
12 changed files with 213 additions and 14 deletions

View File

@@ -0,0 +1,26 @@
+++
title="ShapeUp"
mediatype="demo"
conference="Handmade Seattle 2023"
[[videos]]
title="ShapeUp"
embed="https://player.vimeo.com/video/887510278?h=396e2ab923"
service="vimeo"
download_link="https://vimeo.com/887510278/396e2ab923"
[[videos]]
title="ShapeUp - Q&A"
embed="https://player.vimeo.com/video/889290506?h=e5a560faba"
service="vimeo"
download_link="https://vimeo.com/889290506/e5a560faba"
[[speakers]]
name="Daniel Hooper"
bio=""
image=""
+++
#### Create 3D models by adding and subtracting shapes, instead of dealing with vertices and faces.
Traditional 3D programs are staggeringly complex and difficult to learn. I wanted to see what it would be like to use constructive solid geometry (CSG) to remove the need for the user to understand vertices, faces, and all the various operations you can do to them. By placing shapes in space, you can create both organic and mechanical shapes, the way a child might play with blocks.