What do you mean by standalone? A situation where you are hosting all of the necessary code to interpret and display what's made with the product? As in, an open sourced version of the graph editor and runtime (GEAR)?
Yeah, basically. Like how processing.js has a small runtime engine that can run processing documents, but you don't need the whole code for the entire authoring environment. Like CSS animations, but what you've got is more than those can really handle.
The exported code can be compacted, that's fine.
End goal is that I'd love the ability to save and export my creations and self-host them outside of your tool.
It'd be great if the animation worked with CSS3 in addition to or instead of canvas. I'd love to use some of this on my site without requiring a whole embed.
Comments
What do you mean by standalone? A situation where you are hosting all of the necessary code to interpret and display what's made with the product? As in, an open sourced version of the graph editor and runtime (GEAR)?
Yeah, basically. Like how processing.js has a small runtime engine that can run processing documents, but you don't need the whole code for the entire authoring environment. Like CSS animations, but what you've got is more than those can really handle.
The exported code can be compacted, that's fine.
End goal is that I'd love the ability to save and export my creations and self-host them outside of your tool.
It'd be great if the animation worked with CSS3 in addition to or instead of canvas. I'd love to use some of this on my site without requiring a whole embed.