This is a simple mithril app that provides a skeleton for creating characters from sets of images. Not currently sure how far I'll go with it, but it isn't to difficult to keep running.
The point of this is to explore components in mithril, you can see in pretty much any index.js
that all code has been kept pretty small by component-izing everything.
Everything should just work if you npm install
then npm run start
, which will start a watch job that builds everything with webpack. Open up index.html
in a browser to view results.