All Projects → pkrasicki → SyncPaint

pkrasicki / SyncPaint

Licence: GPL-3.0 License
A web app for synchronized group drawing. Draw together with other people in real time.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to SyncPaint

Excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
Stars: ✭ 25,509 (+60635.71%)
Mutual labels:  drawing, collaboration, whiteboard
Anondraw
Source code of anondraw.com. An artistic collaboration tool with an infinite canvas.
Stars: ✭ 43 (+2.38%)
Mutual labels:  drawing, collaboration, webapp
Nibriboard
🖼 An infinite whiteboard for those big ideas. Currently unstable and in alpha.
Stars: ✭ 15 (-64.29%)
Mutual labels:  collaboration, whiteboard
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+128.57%)
Mutual labels:  web-application, webapp
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (-45.24%)
Mutual labels:  web-application, webapp
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (+19.05%)
Mutual labels:  drawing, web-application
YoutubeWithFriends
main repo for youtube-with-friends
Stars: ✭ 12 (-71.43%)
Mutual labels:  socket-io, collaboration
Drawing
Drawing and fill color
Stars: ✭ 37 (-11.9%)
Mutual labels:  drawing, drawing-app
AsyPad
A simple drawing tool that can convert diagrams into Asymptote code.
Stars: ✭ 18 (-57.14%)
Mutual labels:  drawing, drawing-app
pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (+7.14%)
Mutual labels:  drawing, drawing-app
performance-timeline
Performance Timeline
Stars: ✭ 102 (+142.86%)
Mutual labels:  web-application, webapp
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+6297.62%)
Mutual labels:  drawing, collaboration
Drawpile
A collaborative drawing program
Stars: ✭ 671 (+1497.62%)
Mutual labels:  drawing, collaboration
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+14119.05%)
Mutual labels:  drawing, web-application
drawa-android
🎨 Drawing application for Android made easy
Stars: ✭ 16 (-61.9%)
Mutual labels:  drawing, drawing-app
ludigraphix.github.io
Documentation for Ludigraphix
Stars: ✭ 21 (-50%)
Mutual labels:  drawing, drawing-app
Ihealth app
App front-end of iHealth project ( a medical WebApp based on mui )
Stars: ✭ 41 (-2.38%)
Mutual labels:  socket-io, webapp
desert
A fast (?) random sampling drawing library
Stars: ✭ 61 (+45.24%)
Mutual labels:  drawing, drawing-app
grafx2
Mirror of GrafX2. Official repo is on gitlab.
Stars: ✭ 108 (+157.14%)
Mutual labels:  drawing, drawing-app
hr-time
High Resolution Time
Stars: ✭ 43 (+2.38%)
Mutual labels:  web-application, webapp

SyncPaint Logo

SyncPaint allows multiple users to draw on one canvas at the same time. You can draw together with other people simply by sharing the link to your room.

Version Open issues Open issues License Website

screenshot

Dependencies

Build from source

npm install
npm run build

For a production build use npm run build-prod.

Run

Run node app.js to start the app. Then navigate to http://localhost:3000.

Live version is available at: syncpaint.com.

Build and run with Docker

docker build . -t syncpaint:latest
docker run -p 3000:3000 syncpaint:latest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].