An infinite canvas for your filesystem.
- All canvas state is stored in
.CS_Storefiles. To send a canvas to someone, simply zip the directory and email it over. - Human-readable format for
.CS_Storewhich can be manually edited with any text editor. - Size-as-context: When an element is added to the canvas, it's a fixed size in pixel width. To add a small comment, zoom-in to the context it concerns.
- Audio as region: Sound files are played when visible in the canvas. Drop a file in to function as a soundtrack for a region of space.
- Export to an .html with image files in a zip.
- Make sure you have the packages in
requirements.txtinstalled - Add
displayto your path or move it to a bin in your path. - Run
display!
- Watch for changes to the
.CS_Storefor live updates from text editor - Store text as
.txtfiles, rather than in.CS_Storedirectly - Export button to generate
.zip - Fix jittering on zoom-in on Safari