Follow hourin
Follow
Following hourin
Following
Add To Collection
Collection
Comments
Devlog
cRAYon
←
Return to cRAYon
Devlog
Source code upload
September 16, 2023
by
hourin
I added the promised changing brightness (although it’s working weird right now). Use R to change the color’s brightness. The Makefile is also separated into Makefile.nix for *nix systems, and Mak...
Continue reading
Project's still alive guys
August 22, 2023
by
hourin
Hi. I haven’t posted much lately, so the project seems died. In fact it isn’t. I just implemented the B key to adjust color brightness (much more convenient than holding QWE at the same time). How...
Continue reading
Big update 1: colors, importing files, malloc-less canvas.
August 16, 2023
by
hourin
PixelData is replaced by BrushData, now Canvas contains raylib Image and Texture2D. When you draw, it draws right into the Image. However the image is a pointer to an array of pixel data, it segfaults...
Continue reading