Skip to content

Commit

Permalink
further tweaks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFerraro committed May 25, 2024
1 parent ce53502 commit b7f3b96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project aims to create a new CAD program from scratch. It is small, it runs in a web browser, and the source code is available for free here on Github.

Legacy CAD programs have taken many thousands of years of collective engineering time to get where they are so this program will never be able to compete on breadth of features. But CADmium is intended to capture 80% of the most common CAD use cases while doing less than 10% of the work. For now we are targetting the home hobbyist who just wants to design a widget for their 3D printer, not a company that wants to design a car or airplane, though that will come later.
Legacy CAD programs have taken many thousands of years of collective engineering time to get where they are so this program will never be able to compete on breadth of features. But CADmium is intended to capture 80% of the most common CAD use cases while doing less than 10% of the work. For now we are targeting the home hobbyist who just wants to design a widget for their 3D printer, not a company that wants to design a car or airplane, although that will come later.

If you're looking for:

Expand All @@ -21,7 +21,7 @@ Then this project may be for you!

After that we will do a few more demo (V0.0.*) releases, aggregating features until it feels pretty usable.

**Alpha:** When it feels like we've reached an MVP that people might actually want to use, it's time to release an Alpha version (V0.1.0) and actively solicit feedback from users. We'll use that feedback to make more and more improvements, re-inventing things if necessary to achieve a great workflow.
**Alpha:** When it feels like we've reached an MVP that people might actually want to use, it's time to release an Alpha version (V0.1.0) and actively solicit feedback from users. We'll use that feedback to make more improvements, re-inventing things if necessary to achieve a great workflow.

Beyond that, we'll see!

Expand Down Expand Up @@ -111,7 +111,7 @@ We are actively seeking contributors! Please join the [Discord](https://discord.
Most especially, we need help in the following areas:

**Design:** The tool must look and feel good and we are not designers. We would love contributions in the form of:
- Advice, mockups, or tailwindcss examples of how to make different elements look and behave better.
- Advice, mockups, or tailwindcss examples of how to make different elements look and behave better
- In particular, help picking a color palette that works well and is unique
- Help figuring out how to implement dark mode

Expand All @@ -135,7 +135,7 @@ Github project for tracking progress is [here](https://github.com/orgs/CADmium-C
- [ ] Ability to create a sketch on the face of a solid
- [ ] Ability to create and modify constraints in the UI
- [ ] Extrusion
- [ ] Configure an extrusion to or create new solid or subtract from existing solid
- [ ] Configure an extrusion to create new solid or subtract from existing solid
- [ ] Project
- [ ] Ability to rename the project
- [ ] Ability to delete steps
Expand Down

0 comments on commit b7f3b96

Please sign in to comment.