mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
1.6 KiB
1.6 KiB
Nibriboard
An infinite whiteboard for recording those big ideas.
Credits
- Main code - Starbeamrainbowlabs
- Client-Side Libraries:
- favicon-notification
- event-emitter-es6 - For ES6 class event generation and consumption
- color - For colour generation and manipulation
- cuid - For Id generation (Also available for .NET - todo look into using that here too)
- fps-indicator - The fps graph in the top right
- pan-zoom - Handles panning & zooming delta calculations
- keycode - Key code -> key name translation
- acorn - Syntax checking etc. during
npm build .
- browserify - Building and packing the client-sided js into a single bundle
- rollupify - Adds support for es6 modules to browserify, and removes unused code from the final bundle
- Images:
- Future reference: Libraries I am considering
- Paper.js - Client-side rendering
- IotWeb - Underlying HTTP / WebSocket server