Found 85 repositories(showing 30)
datavorous
A blazing fast, low footprint pixel art editor built with raylib, featuring a customizable canvas, multiple color palettes, and frame management for animations.
townsean
A web app that counts the number of pixels in an image per a unique color.
fregante
Micro module to get the color of a single pixel on a HTML canvas
idimetrix
8bit Painter - Pixel Art: Color by Number (JavaScript, HTML5, CSS3, Canvas 2d/3d)
Kioubit
IPv6 Canvas - draw by pinging. One IPv6 Address = a single pixel with color information
st-ART-up
Pixel Pusher! Canvas & Gallery: A terminal-based NPM package to bring a little creativity and color to your long days of coding.
Author: Xu Liu Date: 02/18/2019 This is a semi-auto labelling software for those who work on image labelling. Input: Click the "Open" button, open the "image" directory and select the first image to start. After this step, the left canvas will display the original image with 50% transparence colored label on it. And the right canvas will display the labelled image with totally black ground and colorful foreground (one color, one instance). All the images in the "image" directory are the outputs(aka. prediction) of the segmentation deep neural network and are located at the "masks" directory. Most parts of the right image are labelled correctly by the neural network, what we need to do is just to revise it slightly. Instructions: 1. Click your right mouse button on the right image to pick a color (the color is corresponding to the pixel where your cursor locates) that you wish to revise on the left image. If there are instances that have not been labelled, you can click your right mouse button on the circular color palatte to pick a different color. 2. Move your cursor to right image, click at the place where you wish to revise the label, keep press the left mouse button and move it can draw curve lines, which can revise a large part. 3. The silder on the top of the two images can control the pen (or brush) size, when you need to paint (revise) a large part, you can move the slider a bit right to get a larger pen size. On the other hand, just move it left can be helpful for revising small part. 4. Click "Save" button on the right can save the revised image (the right one) as a 3 channels, 8 unsigned bits PNG format file at the "output" directory, which is in the same directory as the "images" directory. 5. Click "Next" button then the two canvas can refresh and load the next pair: image and label. Then just repeat the above operations.
beenotung
a canvas art / wallpaper of pixels changing color slowly over time
IthamarBaron
"Our Space" is a collaborative pixel art web application inspired by R/Place. Users join a shared canvas, pick a color, and place pixels on a grid. A cooldown period ensures fair collaboration, but also... a challenge and rivalry
meandavejustice
pass an event and canvas context and get back rgba and hex data.
NUVR
A community-driven art canvas where every user can place a pixel in a color of their choice
arawrdn
PixelBlocksCelo is a fun dapp on the Celo network where users can buy, color, and own pixels on a shared canvas. Every pixel is represented on-chain, allowing collaborative pixel art creations that can optionally become NFTs.
F1LT3R
Console-Canvas allows you to use HTML5 Canvas commands to draw in your terminal/console. Outputs color ASCII characters instead of pixels.
pinkpixel-dev
A pixel art creation app with a unique dual-layer canvas system. Draw crisp pixel art and add fine vector details on a smooth overlay layer. Built with React, Vite, and Tailwind CSS. Features 8+ drawing tools, advanced color system, project management, and multi-format export (PNG, SVG, JSON, HTML). ✨
Abhisingh18
This project demonstrates how to track mouse events and display pixel coordinates along with their color values using OpenCV in Python. The application creates a window with a black canvas where users can interact using the mouse.
Android1401
The user can create a canvas of any (reasonable) size. Entering whole numbers in the "Height" and "Width" fields, and submitting the form, causes an empty grid to appear on the page. The user can color the pixels in the grid. Choosing a color from the color selector and clicking on a grid square causes that grid square (and only that square) to change color. Event listeners are properly added to the grid squares (and not to the border or the table itself). The user can reset the grid to a blank state. If there are already colored squares in the grid, clicking the Submit button clears them out. Code quality CRITERIA MEETS SPECIFICATIONS The script.js JavaScript code works with the provided HTML and CSS files. The script.js file is properly linked to the HTML file, and loading the HTML file shows the correct functionality for the application. Note: You do not need to edit the HTML and CSS files to make your project work. You can if you want to. Code is neatly formatted and commented. Code is correctly indented, uses descriptive variable names for long-lived variables, and has descriptive comments. Code runs without errors in the JavaScript console. Open the Developer Tools console tab, then create a grid and color some squares in it. You shouldn't see any error messages.
thesocialcontract
You only get one pixel. Where will it be? Users log in through Facebook and color ONE pixel on the communal canvas.
ZeedyDF
Discord.js bot that verify if your template has the same canvas colors!
fiona00000
Created with CodeSandbox
Immersive-Collective
forked DCL pixel canvas with tetris game of life wip and following color picker
duarte-dot
front-end project of a 5x5 pixelated canvas with a randomly generated color palette for pixel painting!⬤
FranzHonkomp
This is a tool to create your custom color pixel canvas. Try it and learn to love it.
oldenglish800
Pixel-art paint application, features include grid canvas and color palate, allows user to create art designs. Utilizes JavaScript, jQuery. URL: https://oldenglish800.github.io/pixel-art-maker/.
Elitetri16
A pixel generator in Pygame is a tool that lets users create images pixel by pixel. Using Pygame's graphics capabilities, it provides a canvas where each pixel's color can be set, enabling users to design intricate visuals and graphics through individual pixel manipulation.
Hacking-NASSA-with-HTML
App to create text thumbnails Open Graph for WhatsApp and Facebook. Customize your text in JavaScript file and outline color in CSS file. Make a screenshot. Canvas already in 1200x630 and 400x400 pixels.
WillKirkmanM
Lightweight, zero-dependency 2D graphics library in Rust. Supports pixel-accurate canvas rendering, shape rasterization (circle, line, rect), color blending, and ASCII/ANSI terminal output. Ideal for embedded UIs, CLI visualizations, and educational graphics projects.
ing-leonardo-santana
"Inp Not Photoshop" Proyecto en WebGL, se elaboró un canvas donde por medio de un click se dibuja una linea para crear una figura 2D, otro canvas donde se representa un cuadrado RGB, donde se pretendía extraer un color en especifico para rellenar la figura 2D, teniendo inconvenientes en la extracción del color por medio de un pixel en especifico.
🧵 A lightweight 2D renderer that projects 3D `.obj` models onto a pixel canvas using Python + PIL. 🖼️ Supports wireframe and shaded mesh rendering with basic geometry tools. 🎲 Includes random color generation and depth-based shading. 📦 No external engines — just simple math and pixels. 🛠️ Experimental, educational, and fun!
benlowit
Digital Etch-A-Sketch style drawing system. Two potentiometers are used to draw on a 255 x 255 pixel canvas. A USB keyboard connected to the FPGA can change the cursor width, canvas size, and ink color. The representation of the drawing surface is displayed on a VGA monitor connected to the FPGA and on a PC's screen through software that communicates via UART with the FPGA.
pedjamitrovic
Graphics editor where each graphical figure is represented as an object. There are few supported basic figures which you can draw, and do basic manipulation with them such as changing color, line width, figure size in pixels, x/y coordinates on canvas etc. Picture can be saved as file in internal format and opened later if needed. Implemented in Java. Implemented in Java.