Files
modeling-app/README.md

27 lines
944 B
Markdown
Raw Normal View History

2023-01-12 11:49:01 +11:00
## Kurt demo project
2022-11-12 13:11:54 +11:00
2023-01-12 11:55:58 +11:00
live at https://untitled-lang-git-main-kittycad.vercel.app/
2023-01-12 11:49:01 +11:00
Not sure what to call this, it's both a language/interpreter and a UI that uses the language as the source of truth model the user build with direct-manipulation with the UI.
2022-11-12 13:11:54 +11:00
2023-01-12 11:49:01 +11:00
It might make sense to split this repo up at some point, but not the lang and the UI are all togther in a react app
2022-11-12 13:11:54 +11:00
2023-01-12 11:49:01 +11:00
Originally Presented on 10/01/2023
2022-11-12 13:11:54 +11:00
2023-01-22 07:46:53 +11:00
[Video](./larger-assets/2023-01-10/GMT20230110-193153_Recording_1920x1026.mp4)
[demo-slides.pdf](https://github.com/KittyCAD/Eng/files/10398178/demo.pdf)
2023-01-12 11:49:01 +11:00
## To run, it's the usual
2022-11-12 13:11:54 +11:00
2023-01-12 11:49:01 +11:00
```
yarn install
yarn start
```
2022-11-12 13:11:54 +11:00
2023-01-12 11:49:01 +11:00
and `yarn test` for . . . tests
2022-11-12 13:11:54 +11:00
2023-01-12 11:49:01 +11:00
<img width="1232" alt="image" src="https://user-images.githubusercontent.com/29681384/211947063-46164bb4-7bdd-45cb-9a76-2f40c71a24aa.png">
2022-11-12 13:11:54 +11:00
2023-01-12 11:49:01 +11:00
<img width="1232" alt="image (1)" src="https://user-images.githubusercontent.com/29681384/211947073-e76b4933-bef5-4636-bc4d-e930ac8e290f.png">