Big update 1: colors, importing files, malloc-less canvas.
cRAYon » Devlog
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 when drawing outside the canvas (like when you want to fill to the border), thus I made sure nobody would do that by adding a border.
Anyway, I think the program is very closed to being an ancient painting program. After I added layers I might separate it into 2 versions: ancient and modern (or something like that idk).
Files
cRAYon-source.tar 20 kB
Aug 16, 2023
cRAYon.exe 1.2 MB
Aug 16, 2023
Get cRAYon
cRAYon
Simple (bad) paint program written in C using Raylib
More posts
- Source code uploadSep 16, 2023
- Project's still alive guysAug 22, 2023
Leave a comment
Log in with itch.io to leave a comment.