Writing a Texture Painter: Part #1
https://medium.com/@strattonbrazil/writing-a-texture-painter-part-1-f0d732d287d1 [medium.com]
2019-12-02 05:59
Many programmers appreciate being able to see their code render something interesting to the screen. For a while I’ve wanted to write a texture painter, where I can import a model, paint colors on it, and then export those textures back to a file. I’m using OpenGL in my code, but I’ll focus on the actual mechanics and less on the language or code.
source: L