Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
decaratively -> declaratively
  • Loading branch information
eltociear authored and MattFerraro committed May 24, 2024
1 parent a9fc641 commit 6fbb1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The boundary representation engine under the hood is [truck](https://github.com/

Leveraging truck, I wrote a small rust library called [cadmium](https://github.com/CADmium-Co/CADmium/tree/main/packages/cadmium) which provides structs for projects, workspaces, sketches, extrusions, and constraints. My goal is that this rust library provides all the same functionality as the UI for anyone who prefers code-first CAD. This library is able to save and load projects to disk as json. I have also built a set of javascript bindings so that the whole thing can be compiled to wasm and run in a browser.

The UI is built with [SvelteKit](https://kit.svelte.dev/) and [Tailwind](https://tailwindcss.com/). It is [hosted here](https://cadmium-co.github.io/CADmium/) on github pages. I use [three.js](https://threejs.org/) for rendering, which in this case uses WebGL under the hood. I use [Threlte](https://github.com/threlte/threlte) to manage the scene graph decaratively.
The UI is built with [SvelteKit](https://kit.svelte.dev/) and [Tailwind](https://tailwindcss.com/). It is [hosted here](https://cadmium-co.github.io/CADmium/) on github pages. I use [three.js](https://threejs.org/) for rendering, which in this case uses WebGL under the hood. I use [Threlte](https://github.com/threlte/threlte) to manage the scene graph declaratively.

## License

Expand Down

0 comments on commit 6fbb1c8

Please sign in to comment.