Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielchasehooper/ShapeUp-public
A 3D Modeler Made in a Week
https://github.com/danielchasehooper/ShapeUp-public
c graphics raymarching
Last synced: about 1 month ago
JSON representation
A 3D Modeler Made in a Week
- Host: GitHub
- URL: https://github.com/danielchasehooper/ShapeUp-public
- Owner: danielchasehooper
- License: mit
- Archived: true
- Created: 2024-05-02T19:42:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T13:17:40.000Z (8 months ago)
- Last Synced: 2024-08-04T10:02:08.335Z (5 months ago)
- Topics: c, graphics, raymarching
- Language: C
- Homepage: https://danielchasehooper.com/posts/shapeup/
- Size: 2.07 MB
- Stars: 560
- Watchers: 7
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShapeUp
A 3D Modeling tool using constructive solid geometry. More information about the project [on my website](https://danielchasehooper.com/posts/shapeup/). 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: 😢