Anyone interested in a pixel art in the browser JS project?

Hi,

I have a personal website on which I create stories illutrated using HTML and CSS. I have recently discovered a way to create very nice illustrations using CSS and HTML only. See an example here : https://drdru.github.io/stories/pixel_test.html

The way I do it is I download free tiles for video games, upload them to https://www.pixelartcss.com/ that converts them to CSS . I then play with the HTML to display them in a nice way. For now I do it manually but it is very slow.

I think creating a nice UI to so that the final image can be built in the browser could be a cool project. I have looked into doing it myself but I don’t have much free time and my Javascript is very basic.

Would anyone be interested in doing it ? You’ll be sure to have at least one user/promoter :slight_smile:

So what do you want to do? A game or a background?

Backgrounds to illustrate my stories.

What I have in mind is an app or a github page with a lof of JS that would :

  • allow the user to import the CSS tiles output by pixelartcss
  • place them on a canvas
  • allow the user to copy paste the resulting HTML code in their own website

Some UI similar to pixelartcss but where you can select CSS tiles instead of colors.

1 Like

In case you are interested, someone from an other forum made exactly what I wanted : Pixel World Editor

You might want to use these tiles to play with the tool : drdru.github.io/pixel_test.css at master · DrDru/drdru.github.io · GitHub

The tiles are published here under an MIT license on itch (dot) io by Bakudas.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.