Skip to content

katahiromz/RPaint

Repository files navigation

Independent ReactOS Paint

This is "Independent ReactOS Paint" from ReactOS.

(The screenshot)

It's a free and open source software for Windows XP and later.

ReactOS

Donate Follow on Twitter

Main code contributors

Translators

How to build?

Please use ReactOS Build Environment (RosBE).

git clone --recursive https://github.com/katahiromz/RPaint
cd RPaint
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .
ninja
strip mspaint.exe

Tested on RosBE, Visual Studio 2015, and Visual Studio 2019.

License

  • LGPL 2.0 and later