datavorous / GrudgePixel

A blazing fast, low footprint pixel art editor built with raylib, featuring a customizable canvas, multiple color palettes, and frame management for animations.
https://datavorous.github.io/GrudgePixel/
GNU General Public License v3.0
17 stars 2 forks source link

Add support for other Operating Systems #2

Open antonsakhanovych opened 1 month ago

antonsakhanovych commented 1 month ago

A lot of developers are using linux. So I suggest adding some crossplatform build system, so you can compile for all other popular OSes. If you want to keep your project minimal I can suggest nobuild system by Tsoding Since the "nobuild" is archived and not maintained you can look at his backward-incompatible version of nobuild in his musializer project. I started using this system in my recent project. And I also slightly modified the way I compile stuff due to a bunch of lsp errors which Tsoding doesn't get since he is gigachad and doesn't use any lsps)

P.S. I really like the project!

datavorous commented 1 month ago

we have been working on it, thanks for the suggestions!