etermory / ShapeUp-public

A 3D Modeler Made in a Week

Home Page:https://danielchasehooper.com/posts/shapeup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShapeUp

A 3D Modeling tool using constructive solid geometry. More information about the project on my website

This was written for the 2023 Wheel reinvention Jam. As such, the project is not maintained. This repo exists just because a few people said they were interested in looking at the code for educational purposes. If you have an issue building, I'll take a PR for that, otherwise I'm not accepting bug reports or new features.

This repo is a santitized copy of the original with commit history removed. I was never planning on doing a public release of this code, and I don't feel like auditing/changing the original repo's commit history for code/comments that shouldn't be public.

Building

for macOS run make
for web: run ./webbuild.sh
for windows: PRs welcome

About

A 3D Modeler Made in a Week

https://danielchasehooper.com/posts/shapeup/

License:MIT License


Languages

Language:C 98.9%Language:GLSL 0.7%Language:Makefile 0.2%Language:HTML 0.2%Language:Objective-C 0.1%Language:Shell 0.0%