Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PixelCraft: A Pixel Art Editor

A Pixel Art Editor
Collective - Host: opensource - https://opencollective.com/pixelcraft - Code: https://github.com/rgab1508/PixelCraft

Merge pull request #63 from ArunBohra12/master

๐Ÿ› Fix the error when undo and redo

github.com/rgab1508/PixelCraft - 2aa82632c960fb78ee488b156838fb0386cecfc3 authored almost 2 years ago by Abhishek Chaudhary <[email protected]>
๐Ÿ› Fix the error when undo and redo

github.com/rgab1508/PixelCraft - 2d0f262390dd7bad7d18fb9158ea603c0d99c79b authored almost 2 years ago by Arun Bohra <[email protected]>
Merge pull request #61 from rgab1508/prettier

Prettier Format

github.com/rgab1508/PixelCraft - b55796a3c9cbdb4a9d1e3543fc5c71b6a7a55fc5 authored over 2 years ago by Abhishek Chaudhary <[email protected]>
Prettier Format

github.com/rgab1508/PixelCraft - 16f5262d1cf241d7ec25ec54355fe8fe507beefa authored over 2 years ago by theabbie <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 461c562f339a4d92f70e0446bf6190091b452b08 authored over 2 years ago by Gabriel <[email protected]>
added color palette settings popup; export colors feature donr

github.com/rgab1508/PixelCraft - 842fa3be6304c9df3a0f2e31c73ea2801b119a5d authored over 2 years ago by Gabriel Rajendran <[email protected]>
minor bug fix

github.com/rgab1508/PixelCraft - 92749a42d8cf92954923acdae91b11a7b445a183 authored over 2 years ago by Gabriel Rajendran <[email protected]>
added indicator for selected color & grid layout for mobile view fix

github.com/rgab1508/PixelCraft - b5315c7806480b6da930a15a2756b2b54db0bbde authored over 2 years ago by Gabriel Rajendran <[email protected]>
fixed issue with pen active even after canvas not in focus, added grid layout for color palette

github.com/rgab1508/PixelCraft - 0989355032b09525e8334d66cb368917c3af0b3d authored over 2 years ago by Gabriel Rajendran <[email protected]>
Merge pull request #42 from mrfoogles/encode_menu_btn

Encode โ˜ฐ to &#9776 to fix bug with webapp

github.com/rgab1508/PixelCraft - 797a187f6496dcd71ae4fef651529bcf4f6bdaa6 authored over 2 years ago by Gabriel <[email protected]>
Update README.MD

github.com/rgab1508/PixelCraft - 45bfc5c820eb0a5f0e6dd62afd97c7ce66a76929 authored over 2 years ago by Gabriel <[email protected]>
Merge pull request #44 from eagleloid/saveGif-validation

:bug: saveGIF breaks app fix

github.com/rgab1508/PixelCraft - 8ab0e21ad9ac00f9eff7525e8d339b430ef6bf05 authored over 2 years ago by Gabriel <[email protected]>
Merge pull request #59 from kt3k/fix-manifest-paths

fix: use relative paths in manifest.json

github.com/rgab1508/PixelCraft - 3b0822da081a1702c384dc9196747f3f7fc44cf0 authored almost 3 years ago by Gabriel <[email protected]>
fix: use relative paths in manifest.json

github.com/rgab1508/PixelCraft - 9d39cbe1b1a2fac2e78a071cb0ba438b0c12ec5c authored almost 3 years ago by Yoshiya Hinosawa <[email protected]>
Merge pull request #58 from kt3k/show-hide-install-btn

fix: show install pwa btn only when it's installable

github.com/rgab1508/PixelCraft - 4a6b8c0d6324b4c0c3c9a0bc13d7269b118a772d authored almost 3 years ago by Abhishek Chaudhary <[email protected]>
fix: show install pwa btn only when it's installable

github.com/rgab1508/PixelCraft - eb1e4b378ce1c96007d8449bbe7e361ef501fb7f authored almost 3 years ago by Yoshiya Hinosawa <[email protected]>
Merge pull request #41 from mrfoogles/fix_mottled_lines

Fix mottled transparent lines

github.com/rgab1508/PixelCraft - acd7bb19ed9d6de7ceae381bc5944d7b451e628f authored about 3 years ago by Gabriel <[email protected]>
Merge pull request #56 from emarino135/master

Resolved Mirror Issue

> looks good

github.com/rgab1508/PixelCraft - 417b66635275cf262cec6a81477bfad73a9ea266 authored about 3 years ago by Gabriel <[email protected]>
Resolved Mirror Issue

Error caused by old canvas not being destroyed by Garbage Collections after being dereferenced.
...

github.com/rgab1508/PixelCraft - 542a1543c418ed1a3c5f42d68a11b16d029c51fb authored about 3 years ago by E <[email protected]>
Merge pull request #55 from theabbie/dev

Tools And Palette

github.com/rgab1508/PixelCraft - 974fa466ba32f95ceb377dd50c43dd010b9d9d4e authored over 3 years ago by Abhishek Chaudhary <[email protected]>
React Version Initialized

github.com/rgab1508/PixelCraft - 1711442cde2fad4d05b2f58ddd2d6688e7cc254b authored over 3 years ago by theabbie <[email protected]>
:bug: saveGIF breaks app fix

added override to gif.js script to fix bug that breaks the app after using "saveGIF" once.

Also...

github.com/rgab1508/PixelCraft - 0f0fcab5ecd4b26ed3accf2c42880b114ecf5076 authored almost 4 years ago by eagleloid <[email protected]>
Encode โ˜ฐ to &#9776

I hosted the repo locally, and the menu bar showed up as รข~(degrees symbol)

github.com/rgab1508/PixelCraft - c32ea230abad4d1a5bd6afa1b0245fa3621459b4 authored almost 4 years ago by Mrfoogles <[email protected]>
Pen now does not re-draw on a point until it has drawn on another point

This fixes the weird mottled lines you get whenever you draw transparent with the pen.
This also...

github.com/rgab1508/PixelCraft - 243ca0abcdffcc9d2f0693eb975abe63415b7b4a authored almost 4 years ago by Mrfoogles <[email protected]>
Add "equals" method to Point class

github.com/rgab1508/PixelCraft - f16a83442a8036737a17bf35ea78bd29d1e2135f authored almost 4 years ago by Mrfoogles <[email protected]>
Merge pull request #34 from rgab1508/add-license-1

Added Open-source License

github.com/rgab1508/PixelCraft - cf69d934483dbd06e8b4e7b8dd7190823fb8f9f1 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Added Open-source License

github.com/rgab1508/PixelCraft - d2e830c67a1cc85fa0f557e87ce9624f48c6849d authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #33 from rgab1508/theabbie-patch-2

Added Link to Repo in the app

github.com/rgab1508/PixelCraft - 3d335b4061edebe5731d9500f138eca67db22d66 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - ad27dddb2337ab74bdb8f73d688bbcfa6e3f4308 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #31 from rgab1508/swipe-erase

now can use swipe gesture or mousemove to erase

github.com/rgab1508/PixelCraft - 95e4a2b62507b5af1d49e52c7a0f3b296dc7671e authored about 4 years ago by Abhishek Chaudhary <[email protected]>
now can use swipe gesture or mousemove to erase

github.com/rgab1508/PixelCraft - e62f36d109de37309cdd1ada9ed1212699ff9b72 authored about 4 years ago by Gabriel Rajendran <[email protected]>
Merge pull request #30 from theabbie/master

Added Metadata and sharper pixel CSS Property

github.com/rgab1508/PixelCraft - be5a827ce850be646e729988cfa6b8d8a6297159 authored about 4 years ago by Gabriel <[email protected]>
Added Favicon

github.com/rgab1508/PixelCraft - dd03ba461dc0d6ee6a672c2e6595bff04f699e09 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Added Metadata and sharper pixel CSS Property

github.com/rgab1508/PixelCraft - c8c90b35747680a005a4467a0211381f68646cab authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #1 from rgab1508/master

Merge pull request #28 from theabbie/master

github.com/rgab1508/PixelCraft - f9eaa2480c2bd00f63b63cf7e8946208697cd797 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #28 from theabbie/master

Creating Documentation

github.com/rgab1508/PixelCraft - b081f6033661e9d273674b09faaf726465fea9b9 authored about 4 years ago by Gabriel Rajendran <[email protected]>
Creating Documentation part 9

github.com/rgab1508/PixelCraft - 9b1cf7aff1728e16fa660fb163c5e0bbe1acb602 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Creating Documentation part 8

github.com/rgab1508/PixelCraft - 86b4f777128891216c0abf764f60898c9afac71c authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Creating Documentation part 7

github.com/rgab1508/PixelCraft - 02df8bf9fef233604ea747be4fbbea850ceacfec authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Creating Documentation part 6

github.com/rgab1508/PixelCraft - 971248912a22b236270466d57021da4330014443 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Creating Documentation part 5

github.com/rgab1508/PixelCraft - 6f83e51010138004aa5f00df250bf92ad65e4bc0 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Creating Documentation part 4

github.com/rgab1508/PixelCraft - 014df7ba7f02be3a03b66f1adf1fe4bc49dcd7c3 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Creating Documentation part 3

github.com/rgab1508/PixelCraft - ffe06922baef4b16e78613b56c028b586b593c88 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Creating Documentation part 2

github.com/rgab1508/PixelCraft - c0a219e43840066acf742ca63b6c1453d6f2e986 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Add Screenshots

github.com/rgab1508/PixelCraft - c11f0e5bcfc01ba50af3d202e96da797569379d1 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Create Documentation part 1

github.com/rgab1508/PixelCraft - ed96ba966dc88366711de3de0e147ce4c4f8f425 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #27 from rgab1508/save-in-local

implemented save in LocalStorage

github.com/rgab1508/PixelCraft - 02888dc0961bb4074eab27ea27fbd7c93e395db0 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
implemented save in LocalStorage

github.com/rgab1508/PixelCraft - 39942fc660243e89eb984d00ab99ba17b8b43135 authored about 4 years ago by Gabriel Rajendran <[email protected]>
Merge pull request #26 from rgab1508/theabbie-patch-1

Minor change in Image Functionality

github.com/rgab1508/PixelCraft - 57d19c1f9b225b05c7da31415f41c9428f40ed07 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Minor change in Image Functionality

github.com/rgab1508/PixelCraft - 9e8016629bbbbcb4ed9b9cb62183edc8cb526c03 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #25 from theabbie/master

Import image Functionality

github.com/rgab1508/PixelCraft - e275ead89061774aca406957126bdd519d7995c6 authored about 4 years ago by Gabriel Rajendran <[email protected]>
Import image Functionality

github.com/rgab1508/PixelCraft - 7d34af387a73161f7fac05a4a62f7b73bf0ca78a authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #24 from theabbie/master

Frame loading/deletion Feature, naive undo/redo functionality

github.com/rgab1508/PixelCraft - fdfec92794b1e7f3a7c1b33296d0b679a2224812 authored about 4 years ago by Gabriel Rajendran <[email protected]>
Frame loading/deletion, naive undo/redo functionality

Frame loading and deletion feature, minor changes, and naive undo/redo functionality

github.com/rgab1508/PixelCraft - f680272e060d662250da3dc3e053d51eb49fbfd1 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #1 from rgab1508/master

Refresh

github.com/rgab1508/PixelCraft - 03b46f9f2e4deb23478c329740e611ab6b0d8876 authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #23 from rgab1508/minor-changes

menubtn position & Popup reusable

github.com/rgab1508/PixelCraft - 46246c8ecf82b37ec7ccd65f85d80a84f8fad6ad authored about 4 years ago by Gabriel Rajendran <[email protected]>
menubtn position & Popup reusable

github.com/rgab1508/PixelCraft - 89d98911e244567f2b1fab8a62aed0f4e1fb1c69 authored about 4 years ago by Gabriel Rajendran <[email protected]>
Merge pull request #22 from theabbie/master

Frame viewer (non-editable) and Color Transparency Feature

github.com/rgab1508/PixelCraft - 8f4bdf0b14b1e7d3bcb5839861af5a407eaa9ba8 authored about 4 years ago by Gabriel Rajendran <[email protected]>
Frame viewer (non-editable) and Color Transparency Feature

github.com/rgab1508/PixelCraft - 339f5ff293f251ca5e29ce0404dd8dbb6224d26c authored about 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #21 from rgab1508/minor-changes

position of menubtn & popup now reuseable

github.com/rgab1508/PixelCraft - b1aa1a8c9f003901e321a3bf389041f3eb0cbe36 authored about 4 years ago by Gabriel Rajendran <[email protected]>
position of menubtn & popup now reuseable

github.com/rgab1508/PixelCraft - 664b703c6db0ae8cdcbcf732536bab18d6f6b876 authored about 4 years ago by Gabriel Rajendran <[email protected]>
moved gif.worker.js to root

github.com/rgab1508/PixelCraft - d94aadbeb5436c11726d7375fda1ce26ed6d15f8 authored about 4 years ago by Gabriel Rajendran <[email protected]>
Merge pull request #20 from rgab1508/move-to-lib

Move to lib

github.com/rgab1508/PixelCraft - 3be332fc06341e32ab9640b5373f2c831721595e authored about 4 years ago by Gabriel Rajendran <[email protected]>
removed p5.js

github.com/rgab1508/PixelCraft - 7767e8d7f8877cdb21a1027af1f88ce9b4b57d36 authored about 4 years ago by Gabriel Rajendran <[email protected]>
moved gif files to lib/

github.com/rgab1508/PixelCraft - 98bc931023cca43f10e6a2ee31f92d2ffe55cd4c authored about 4 years ago by Gabriel Rajendran <[email protected]>
Merge pull request #19 from rgab1508/revert-18-theabbie-patch-1

Revert "PWA Path Fix"

github.com/rgab1508/PixelCraft - eefdf697d30e57b951fbcd02270c6d4d387129f7 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Revert "PWA Path Fix"

github.com/rgab1508/PixelCraft - 088b24b5ba68d7306493c77bf7584e7bf9b7c782 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #18 from rgab1508/theabbie-patch-1

PWA Path Fix

github.com/rgab1508/PixelCraft - 82048acfa07637b9cfad72d13756b905df376347 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
PWA Path Fix

github.com/rgab1508/PixelCraft - 05f7bad66305784bb5c5ca41e1e449934c6a2f8a authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #17 from theabbie/master

Added PWA Support

github.com/rgab1508/PixelCraft - f95e8f79e8d37ab22bf186b4cf57fc0016b8e4af authored over 4 years ago by Gabriel Rajendran <[email protected]>
Added PWA support

github.com/rgab1508/PixelCraft - f16454c5145a3a57b3c294d23b0175ede881e8d5 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Added Service Worker

github.com/rgab1508/PixelCraft - f53565a78d5e26056e47ef2fd7870ef57ea5e0a8 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Added Manifest file

github.com/rgab1508/PixelCraft - ece7cdbdc05e530761cb068b296e91ff90974eb6 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Added Temporary Logo

github.com/rgab1508/PixelCraft - e3a8ba882f140ebb8d21f940f94c6884bad4278a authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #1 from rgab1508/master

Merge pull request #16 from theabbie/master

github.com/rgab1508/PixelCraft - 5f75e870bb8c07005a95b08d4578f0b442f9a29a authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #16 from theabbie/master

Replaced SVG with fontAwesome icons and fixed indentation

github.com/rgab1508/PixelCraft - 8eeb059f5f238d225da91100208224dd2e068a6a authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 71e0da133f55806b1e641e9b8823174141c68bae authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - ae780f98bed6e51eff8392a52986aa91a5c1c0f1 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 4765e3881c9c66180cc7cd448a37a7371077ba4f authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - c8695f0bb7efe8fb41281f1dd17becd9756201e2 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 0f563f1ca1be02a1b953758b891bd7ce14709aa4 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 965ce41de807b0d4db6d36fea6d13176753780c2 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 969fe654b05cda7d7cc675f36842eacd5955e79c authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 80542eed060c2d01181705c2760f5a7e62755704 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 4b5b75c7b324c7c80ca1e7a1ff9fb42684607c69 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 9c5d0727a6d2ee9e3ad1faaed848142a6929a674 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 3c53a384fd7864924aa7d40166455e121e1dad05 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 81fe45046e2bbb03c9e9d448b91586bf1aae2d45 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 3b8f0134e45574b5fa4b2ae50d6cbdbbc5d8b5d0 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - e66a8afa3095a935c9128c329e85aac3c16d3fbe authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 2649d3d44c27afe60e6e49a2278f3fe290b6d362 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - c768090eb76226af48a860fee49a9c4d4f53b10a authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - 40b39c8231aef616226617229c987925ba2ea4bd authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Update index.html

github.com/rgab1508/PixelCraft - d1a2345364809bf9784ec2204827b6dcef49d132 authored over 4 years ago by Abhishek Chaudhary <[email protected]>
Merge pull request #14 from rgab1508/minor-bug-fix

fixed issue with fillstyle after clear tool used

github.com/rgab1508/PixelCraft - 3483aa1a2a60d6087b1cb3ae4f04651cad625295 authored over 4 years ago by Gabriel Rajendran <[email protected]>
fixed issue with fillstyle after clear tool used

github.com/rgab1508/PixelCraft - 78481230d6647c76426b9cbcbd9d632089722552 authored over 4 years ago by Gabriel Rajendran <[email protected]>
Merge pull request #13 from rgab1508/tool-clear

added tool Clear canvas

github.com/rgab1508/PixelCraft - 4d0b2fc15b667aae376a1de6617a7361e205d71f authored over 4 years ago by Abhishek Chaudhary <[email protected]>
added tool Clear canvas

github.com/rgab1508/PixelCraft - 91cf56ae198d841d95e57f1a7acbd52cbd29dab3 authored over 4 years ago by Gabriel Rajendran <[email protected]>
Merge pull request #12 from rgab1508/tool-ellipse

added tool ellipse

github.com/rgab1508/PixelCraft - 5ea93d12feeb12c73431e9a11ff88ca67fbbf390 authored over 4 years ago by Gabriel Rajendran <[email protected]>