Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme with mvp goals #55

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,26 @@ Github project for tracking progress is [here](https://github.com/orgs/CADmium-C
- [ ] Integrate that new solver into sketch.rs
- [ ] Ability to create a sketch on the face of a solid
- [ ] Ability to create and modify constraints in the UI
- [ ] Entities: line, rect, circle, arc, 2D fillet
- [ ] Constraints: horiz, vert, parallel, perp, length, radius, coincident, maybe a few others
- [ ] Extrusion
- [ ] Configure an extrusion to create new solid or subtract from existing solid
- [ ] Modes: New, Add, Cut
- [ ] Control: depth, offset
- [ ] Ability to extrude multiple faces (from one sketch) at a time while not extruding every face in the sketch
- [ ] Revolution
- [ ] Same as Extrusions
- [ ] Boolean
- [ ] Union, Intersection, Subtraction
- [ ] Project
- [x] Ability to rename the project
- [ ] Ability to delete steps
- [ ] bind ctrl + s to .cadmium export, and ctrl + o to .cadmium import
- [ ] Units
- [ ] Make it clear that the whole file uses millimeter units
- [ ] Files
- [ ] Save and load CADmium files
- [ ] Export as STEP, OBJ, STL, SVG, DXF
- [ ] Marketing
- [ ] Youtube video demonstrating how to make:
- [ ] A simple cube
Expand Down
Loading