All Projects → caspervonb → 8192px

caspervonb / 8192px

Licence: other
A collaborative pixel art experiment

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to 8192px

metal camera
iOS metal camera with GPU shaders.
Stars: ✭ 68 (+6.25%)
Mutual labels:  pixel-art, pixel
Obelisk.js
Build pixel isometric graphics with HTML5 canvas
Stars: ✭ 2,213 (+3357.81%)
Mutual labels:  pixel-art, pixel
Pix
🎨 Pix is an online pixel art community where everyone can unleash their creativity on a 16x16 canvas, built with React-Native for iOS devices. 🚀
Stars: ✭ 86 (+34.38%)
Mutual labels:  pixel-art, pixel
ColorByNumber-iOS
Color by Number: a pixel coloring game on iOS.
Stars: ✭ 50 (-21.87%)
Mutual labels:  pixel-art, pixel
Pixel Editor
It edits pixels
Stars: ✭ 125 (+95.31%)
Mutual labels:  pixel-art, pixel
Pixel
A real-time collaborative canvas, inspired by Reddit Place
Stars: ✭ 26 (-59.37%)
Mutual labels:  pixel-art, pixel
Vixl44
Create pixel art inside your terminal using vim movements
Stars: ✭ 152 (+137.5%)
Mutual labels:  pixel-art, pixel
vscode-luna-paint
A raster image editor extension for VS Code
Stars: ✭ 235 (+267.19%)
Mutual labels:  pixel-art, pixel
Pixelizator
Swift/Python image pixelizer 🖼️.
Stars: ✭ 53 (-17.19%)
Mutual labels:  pixel-art, pixel
Pxltrm
🖌️ pxltrm - [WIP] A pixel art editor inside the terminal
Stars: ✭ 459 (+617.19%)
Mutual labels:  pixel-art, pixel
pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (-29.69%)
Mutual labels:  pixel-art, pixel
Rx
👾 Modern and minimalist pixel editor
Stars: ✭ 2,063 (+3123.44%)
Mutual labels:  pixel-art, pixel
vue-pixel-art
Vue Pixel Art is an easy way to draw your Pixel Arts. This project is refactored from CSS Collection - DotGen
Stars: ✭ 40 (-37.5%)
Mutual labels:  pixel-art, pixel
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+3860.94%)
Mutual labels:  pixel-art, pixel
pixelart.js
punks.js - draw punk (pixel) art images using any design (in ascii text) in any colors; incl. 2x/4x/8x zoom for bigger sizes and more
Stars: ✭ 132 (+106.25%)
Mutual labels:  pixel-art, pixel
Sprites As A Service
Generate your personal 8-bit avatars using Cellular Automata, a mathematical model that simulates life, survival, and extinction
Stars: ✭ 177 (+176.56%)
Mutual labels:  pixel-art
Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (+228.13%)
Mutual labels:  pixel-art
Rgx
Modern mid-level 2D graphics library
Stars: ✭ 172 (+168.75%)
Mutual labels:  pixel-art
Mcmap
Pixel-art map visualizer for Minecraft. Maps are drawn from an isometric perspective.
Stars: ✭ 165 (+157.81%)
Mutual labels:  pixel-art
voxel-builder
Voxel-based 3D modeling application
Stars: ✭ 31 (-51.56%)
Mutual labels:  pixel-art

8192px - A collaborative pixel canvas that grows over time

8192px is a little pixel art experiment for the web where users have to work together to fill out the canvas as the timeouts in-between being allowed to place a pixel makes it hard for a single person to fill out the canvas.

The rules are quite simple:

  • The canvas starts out at 2x2, and grows by 2x2 every 8192 seconds of users being active.
  • After placing a pixel, a user must wait a deterministic random amount from 0 to 8192, the scale of the value depends on the number of active users.

Mouse and keyboard controls:

  • Click and drag to pan.
  • Shift/Control click to zoom.
  • Double click to place a pixel.

Touch controls:

  • Drag to pan
  • Pinch to zoom.
  • Double tap to place a pixel.

You can see it in action at http://8192px.co, the server is a droplet hosted over at DigitalOcean.

The server is written in Node with the only dependencies being mime and ws. Due to the lack of a good image library for node, it pipes bitmap data through convert, which needs to be available on the server.

The client has no external dependencies, and should run fine in any reasonable modern browser.

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].