What is RCX?
RCX stands for Reactive Canvas XML (like how JSX stands for JavaScript XML).
A reactive JSX-based library for drawing stuff to HTML5 canvas.
The interface is very much like if Vue and React had a baby (but it only rendered to canvas).
I've taken my favorite bits from both and created a library that allows you to build canvas things in roughly the same way you'd build a standard React or Vue app (with components and hooks).
Can be used within existing React/Vue apps or websites.
Hoping to build a native renderer so this can be used to make Android/iOS apps.