Skip to content

deek121477/pixelvibe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Join the chat at https://gitter.im/FOSS-Cell-GECPKD/pixelvibe

pixelvibe

This project is a pixel-art maker which has the following features :

  • Scalable size of the board according to the user preference .
  • Wide range of colors for making your art beutiful.
  • Eraser for editing the errors.
  • Ability to import images from the local machine and convert into pixel-art format.
  • Ability to save work so that the user can continue whenever he wishes.

setup

Clone the repo

You need to make a local clone of this repo, so that you can work from your local machine.

git clone https://github.com/FOSS-Cell-GECPKD/pixelvibe.git

Create your own branch

git checkout -b new_branch

Add Scripts related to your respective issues

git add . 

Add a commit message

git commit -m "Added your message"

Push changes

git push -u origin <name_of_your_branch>

What is a pull-request?

When you open a pull request, you're proposing your changes and requesting that someone review and pull in your contribution and merge them into their branch. Pull requests show diffs, or differences, of the content from both branches.

About

This a Pixel-art maker with add-on features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.8%
  • HTML 26.8%
  • JavaScript 15.4%