Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanchas116/sketch-glass
Simple & fast realtime online whiteboard powered by WebGL and Google Drive
https://github.com/seanchas116/sketch-glass
Last synced: 4 days ago
JSON representation
Simple & fast realtime online whiteboard powered by WebGL and Google Drive
- Host: GitHub
- URL: https://github.com/seanchas116/sketch-glass
- Owner: seanchas116
- License: mit
- Created: 2015-02-09T14:13:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T04:12:15.000Z (about 7 years ago)
- Last Synced: 2024-04-14T03:13:59.303Z (7 months ago)
- Language: TypeScript
- Homepage: http://seanchas116.github.io/sketch-glass/
- Size: 12.1 MB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sketch-glass
========Realtime online whiteboard (work in progress)
## What
* WebGL-based fast drawing, scaling, translating
* Accessible from any devices
* Mobile devices (touch, pen)
* Desktop devices (graphics tablets)
* Collaborate with other users## Run
```
npm install -g gulp
npm install
gulp
```