Commit graph

17 commits

Author SHA1 Message Date
Mark Mankarious
cdaaea4c3e refactor: propagates all naming of groups to rectangles 2023-08-18 12:07:15 +01:00
Mark Mankarious
486ac09e61 chore: updates README with link to Github repo 2023-07-29 10:20:26 +01:00
Mark Mankarious
fbf6fc6081 chore: updates README with Codesandbox instructions 2023-07-29 10:17:33 +01:00
Euan M
f027170b0e
chore: updates README with ways of working 2023-07-29 08:02:17 +01:00
Mark Mankarious
773473b58e
refactor: integrates the renderer with react
Migrates away from using a standalone renderer and mobx for plumbing.  Previously there was a lot of manual syncing needed between the React UI and the Renderer, which added a lot of overhead and complexity. 

Scene state is now held in a store (facilitated by Zustand).  This acts as a single source of truth shared over the renderer and the UI, and both react to changes on the store.
2023-07-20 16:45:54 +01:00
Mark Mankarious
606219e3c1 chore: updates README 2023-07-04 19:43:09 +01:00
Mark Mankarious
409691e69c chore: updates README 2023-04-04 08:47:34 +01:00
Mark Mankarious
4d64495e0f chore: updates README 2023-04-04 01:35:32 +01:00
Mark Mankarious
c2cd64d2f2 chore: updates README with first contributions guide 2023-03-29 23:23:26 +01:00
Mark Mankarious
54ce783dcf chore: updates README with CI status badge 2023-03-29 23:02:30 +01:00
Mark Mankarious
5dbeb973b0 feat: renders a basic node to scene 2023-03-28 23:09:59 +01:00
Mark Mankarious
5e1bff091d chore: updates README 2023-03-23 22:39:13 +00:00
Mark Mankarious
255a8247d7 chore: updates README 2023-03-23 22:36:34 +00:00
Mark Mankarious
5874aae6b2 chore: updates README with roadmap 2023-03-22 21:10:13 +00:00
Mark Mankarious
e152f731e2 chore: updates readme 2023-03-16 23:19:31 +00:00
Mark Mankarious
54d14bdf9a Adds README 2023-03-08 20:33:47 +00:00
Mark Mankarious
80d6d8c525 Initial commit 2023-03-08 20:29:13 +00:00