Skip to content

Collabrative painting app built with macroquad & websockets

License

Notifications You must be signed in to change notification settings

ateschan/paint-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paint-party Cargo Build & Test GitHub commits since latest release

Installation

  1. Download the latest release at https://github.com/ateschan/paint-party/releases
  2. Place the binary in source folder root

Compile from source

Prerequisites

You need rust installed, follow directions on https://rustup.rs/

Linux

If you are using linux you will require additional dependencies

# ubuntu system dependencies
apt install pkg-config libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev

# fedora system dependencies
dnf install libX11-devel libXi-devel mesa-libGL-devel alsa-lib-devel

# arch linux system dependencies
 pacman -S pkg-config libx11 libxi mesa-libgl alsa-lib

Windows

Openssl is a required dependency of quad-net, to compile on windows you need openssl installed

choco install openssl

Usage

  1. Enter the designated server in main menu
  2. Enter the correspnding password in toolbar, if there is none set skip this step
  3. Select a canvas or "room" by entering a number between 0 and 9999
  4. Select a color and start painting!

Roadmap

  • Eraser tool
  • Particles
  • Hotkey support
  • Undo
  • Chat
  • Graceful (ish) error handling
  • Chromatic Modulator
  • Size Oscillator
  • Tail
  • Spitter
  • Magnet
  • Tractor Beam
  • Blast
  • Orbit
  • Trig Tool

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPLv2 License. See LICENSE.txt for more information.