Hacker News new | ask | show | jobs
by safar_so_far 631 days ago
I'm a big fan of Aseprite (pixel art program). I was curious how things work internally in pixel art programs and recently I decided to build my own.

I develop it in my spare time (for already 3 weeks) and you can check it here: https://github.com/SafarSoFar/pixelater

I build it with C++, ImGui for GUI and raylib for graphics, mainly for texture writing. Hope you will like it!