route-graphics 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+
2
+ ## What is RouteGraphics
3
+
4
+ RouteGraphics is a rendering interface for 2d visuals and audio. Originally developed to power RouteVN.
5
+
6
+ The input is a declarative JSON Object
7
+ The output is pixels drawn in a canvas
8
+
9
+ The implementation uses PixiJS
10
+