A simple drawing application made with SDL2.
Use the mouse to draw. The color drifts randomly. The drawing drifts in random directions in a pattern when you hold the mouse button without moving the mouse.
The window defaults to 512x512 pixels and is resizable. Resizing the window clears the drawing.
Feel free to ask a question by opening an issue.
GNU GPL v3.
See file LICENSE.
Tested with SDL v2.0.12
- Clone repo
make run
Tested with SDL v2.0.9
- Download and install Build Tools for Visual Studio 2017 to get the
CLC/C++ compiler andx64 Native Tools Command Prompt. Usex86 Native Tools Command Promptfor 32-bit Windows. More information on these command prompts here. - Download the Visual C++ SDL2 development libraries.
- Create a symbolic link named
SDL2-2.0.9targeting the location of the downloadedSDL2-2.0.9folder. Likely usemklink /D SDL2-2.0.9 C:\path\to\SDL2-2.0.9. The/Dargument is for directory symbolic link as opposed to the default file symbolic link. - Switch
x64tox86forlibpathsdlinbuild.batfor 32-bit. - Run
build.batin the command prompt from above to build. Runbuild.bat devto get a console when the program runs.
Not currently accepting contributions. Feel free to create an issue.