Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed Jan 18, 2023
1 parent f146eb5 commit 2933c2f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ Chili3D is a fast, web-based 3D CAD program that works in any modern browser. Bu

Chili3D is still in the very early stages of development. APIs can and will change (now is the time to make suggestions!). Important features are missing. Documentation is sparse. Please don't build any serious projects in Chili3D unless you are prepared to be broken by API changes constantly.

## Features

### Snap and tracking

Can snap to circle center, endpoint, midpoint, intersection and perpendicular point. Tracks the x, y and z axes as well as any polar axis in the working plane.
![snap](screenshots/snap.gif)

### Group

![group](screenshots/group.gif)

### Properties

![group](screenshots/property.gif)

### Undo redo

![undo](screenshots/undo.gif)

### Multilingual

Support for both English and Simplified Chinese languages.

## How to Use

This project requires Node.js to be installed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": [
"*.{ts,js,css,json,md}": [
"prettier --write"
]
},
Expand Down
Binary file added screenshots/group.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/property.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/snap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/undo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2933c2f

Please sign in to comment.