A C library for color and black-and-white image dithering
-
Updated
Oct 5, 2025 - C
Pixel art is a form of digital art, where images are edited on the pixel level. The aesthetic for these kind of graphics comes from 8-bit and 16-bit computers and video game consoles.
A C library for color and black-and-white image dithering
Et merci pour les pièces !
a minimalist digital clock UI built using LVGL v9 on the ESP32-P4
A 2D game created in C, utilising the minilibx library
A raycasting game engine reprogrammed from scratch using C language, inspired by the world's first 3D game.
A recreation of the classic Asteroids made with C++ and the library Raylib
Simple pixel art tool project written in C.
A simple game made for GameDev.tv Community Jam.
Reversion del clasico juego Asteroids realizado usando C++ y Raylib Library
Stylize an image in JPG format with an algorithm that detect edges and define seeds from them. Each pixel of the output image is composed of the color of the closest seed.