Here is a quick and dirty port of GrafX2 the famous paint editor that we all love.
I just created a Makefile and put all the needs inside, then added a bunch of defined(__SWITCH__) here and here. Just diff the source (included) against the original to see what changed if you ever want to add things on it.
I do not plan to support this project so feel free to take the source and maintain it on github yourself. Maybe in 6 month or more I'll add proper mouse support or something.
Things that don't work:
- on screen keyboard (it appear but nothing can be typed with it)
- no lua scripting
- no tiff support
- 1280*720 resolution. It seem like a bug in SDL2, but really, I don't know.
Things that work:
- drawing \o/
- loading/saving (if you can type into the textbox).
- ...