Go to file
Daniel Hooper 994ef04d0b
Update README.md
2024-05-07 09:17:40 -04:00
example files Initial Commit 2024-05-02 16:00:21 -04:00
lib Initial Commit 2024-05-02 16:00:21 -04:00
src Initial Commit 2024-05-02 16:00:21 -04:00
.gitignore Initial Commit 2024-05-02 16:00:21 -04:00
LICENSE Initial commit 2024-05-02 15:42:48 -04:00
Makefile Initial Commit 2024-05-02 16:00:21 -04:00
Makefile.Web Initial Commit 2024-05-02 16:00:21 -04:00
README.md Update README.md 2024-05-07 09:17:40 -04:00
webbuild.sh Initial Commit 2024-05-02 16:00:21 -04:00

README.md

ShapeUp

A 3D Modeling tool using constructive solid geometry. More information about the project on my website. 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.

This project is not maintained. This repo exists just because a few people said they were interested in looking at the code for educational purposes. I'm not accepting bug reports, feature requests, or PRs.

Building

for macOS run make
for web: run ./webbuild.sh
for windows: 😢