Skip to content

andywhite37/virdomort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virdomort

Virtual entity rendering/diffing/patching implementation for Haxe.

Project goal

Provide an implementation of virtual "DOM" (or other entity) creation, diffing, and patching for a variety of rendering targets, including the browser DOM, SVG, Canvas (?), etc.

Basically, rather than drawing to a rendering target directly, the end user will create virtual entity trees, and the framework will either render new "real" entities, or diff and patch existing rendered entities.

TODO

  • diff/patch algorithm for virtual nodes
  • benchmarking
  • more examples (DOM, SVG, canvas?, pixi.js?, etc.)

Examples

See: Basic example

About

Virtual DOM implementation for Haxe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages