Commit Graph

71 Commits

Author SHA1 Message Date
a01a409b97 feat: move registry and runtime into separate packages
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m32s
2024-05-05 15:11:53 +02:00
4c235fe24a feat: clean up
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m44s
2024-05-02 20:57:20 +02:00
26d3f6a2f1 fix: gravity node
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m35s
2024-05-02 18:49:08 +02:00
dca4469f55 feat: make cargo workspace publishable 2024-05-02 14:23:20 +02:00
ff6d57d96c feat: make cargo workspace publishable 2024-05-02 14:21:54 +02:00
38fc17f747 feat: make cargo workspace publishable
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 42s
2024-05-02 14:19:48 +02:00
bcec0b45ab feat: make cargo workspace publishable
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 43s
2024-05-02 14:15:20 +02:00
8345e8ca8d feat: add license, docs
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
2024-05-02 14:02:23 +02:00
5fe0c8a795 feat: add rotate node
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m54s
2024-05-02 03:37:30 +02:00
d9afec5bf6 feat: add benchmark settings panel
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m59s
2024-05-01 23:05:04 +02:00
8bf2958e1d fix: build erorr
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m48s
2024-04-30 14:25:26 +02:00
c5a270f67a feat: migrate to svelte 5
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m15s
2024-04-30 14:20:12 +02:00
eafc9c99c8 feat: add octaves to noise node
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m8s
2024-04-30 13:15:56 +02:00
98a4e6e34d feat: improve help view
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m24s
2024-04-26 19:04:54 +02:00
2f0022f912 feat: refactor performance collection
Some checks failed
Deploy to GitHub Pages / build_site (push) Has been cancelled
2024-04-26 17:57:32 +02:00
10e99754d0 feat: some stuff
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m21s
2024-04-26 16:09:00 +02:00
cafe9bff84 feat: add help view
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m20s
2024-04-26 15:30:52 +02:00
d06b33f508 feat: add icons
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m55s
2024-04-26 01:13:08 +02:00
66ae9e6c72 feat: added default project
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m48s
2024-04-25 17:13:08 +02:00
c1e6d141bf feat: add gravity node
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m52s
2024-04-25 13:15:24 +02:00
c28ef550a9 feat: refactor how frontend was structured
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m16s
2024-04-25 01:53:20 +02:00
f51f61df17 feat: add simple performance tracker
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m23s
2024-04-25 00:02:02 +02:00
2de2560a57 feat: implement branch node (almost finsihed) 2024-04-24 22:16:15 +02:00
4db1cc7d4f feat: add path_geometry data
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m21s
2024-04-24 19:11:00 +02:00
2e726a65f8 fix(app): build script
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 3m11s
2024-04-24 03:12:13 +02:00
d82b798897 feat: add readme 2024-04-24 02:01:20 +02:00
f0ccbf808e feat: load props from node store 2024-04-24 01:40:04 +02:00
f1e537d596 feat: improve theme color consistency 2024-04-24 00:37:43 +02:00
070a5b52d0 fix: random node now works as expected 2024-04-23 20:35:56 +02:00
198a868fc6 feat: add active node settings 2024-04-23 19:14:27 +02:00
6ea4afa012 feat: yyyess, got extrude_path working 2024-04-23 17:26:05 +02:00
98cf2e8369 feat: improve get_args functions 2024-04-23 03:41:28 +02:00
c87d4b8dda feat: style checkboxes better 2024-04-22 22:27:21 +02:00
1de0094c85 feat: add snapToGrid and showGrid settings 2024-04-22 16:52:52 +02:00
ad197db873 feat: make node definitions type safe with zod 2024-04-22 00:33:04 +02:00
4c7c4cac2c feat: some shut 2024-04-20 04:08:30 +02:00
78c88e4d66 feat: node store interface 2024-04-20 02:41:18 +02:00
f1fcf78f6c feat: style settings better 2024-04-19 20:30:51 +02:00
c62cfbf75e feat: add outline to themes 2024-04-19 02:36:11 +02:00
d8ada83db3 feat: add theming support 2024-04-19 01:27:11 +02:00
a15a54c61e fix: some test 2024-04-18 18:44:34 +02:00
36faeae886 feat: implement settings 2024-04-18 18:39:24 +02:00
e7f43020dc feat: add validation to include_definition macro 2024-04-18 15:40:41 +02:00
c33e2642e1 feat: improve zoom performance by adding a tiny rand offset to nodes 2024-04-18 14:10:08 +02:00
32426ac045 feat: add vec3 to stem 2024-04-18 13:16:33 +02:00
815152d23c feat: add slider element 2024-04-18 11:06:45 +02:00
c3691e7169 fix: some test 2024-04-18 00:21:01 +02:00
2edd22136f feat: yaaay first stem 2024-04-18 00:02:50 +02:00
1da13523ea feat: some stuff 2024-04-17 16:39:56 +02:00
7579c6c00b feat: add box node 2024-04-17 15:34:28 +02:00