Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katahiromz/rpaint
Independent ReactOS Paint
https://github.com/katahiromz/rpaint
cxx cxx11 paint paint-app paint-application painting reactos standalone-app win32 win32-api win32api windows
Last synced: about 1 month ago
JSON representation
Independent ReactOS Paint
- Host: GitHub
- URL: https://github.com/katahiromz/rpaint
- Owner: katahiromz
- License: other
- Created: 2023-09-19T10:59:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T00:35:15.000Z (9 months ago)
- Last Synced: 2024-05-02T05:04:15.609Z (8 months ago)
- Topics: cxx, cxx11, paint, paint-app, paint-application, painting, reactos, standalone-app, win32, win32-api, win32api, windows
- Language: C++
- Homepage: https://reactos.org
- Size: 1.02 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.cpp
- License: LICENSE.txt
Awesome Lists containing this project
README
# ![](image/paint-32x32.png) Independent ReactOS Paint
This is `"Independent ReactOS Paint"` from [ReactOS](https://reactos.org/).
![(The screenshot)](image/screenshot.png)
It's a free and open source software for Windows XP and later.
## Main code contributors
- Copyright 2009-2015 Benedikt Freisen ([email protected])
- Copyright 2018 Stanislav Motylkov ([email protected])
- Copyright 2017-2023 Katayama Hirofumi MZ ([email protected])
- and more!## Translators
- Copyright 2009 Artem Reznikov ([email protected])
- Copyright 2009 Benedikt Freisen ([email protected])
- Copyright 2009 Dmitry Chapyshev ([email protected])
- Copyright 2009 Gabriel Ilardi ([email protected])
- Copyright 2009 Gábor Balogh (xxxx00) ([email protected])
- Copyright 2009 Javier Remacha ([email protected])
- Copyright 2009 Lars Martin Hambro (LMH1) ([email protected])
- Copyright 2009 Manuel D V Silva (mds) ([email protected])
- Copyright 2009 Mário Kačmár aka Kario ([email protected])
- Copyright 2009 Olaf Siejka ([email protected])
- Copyright 2009 Petru Dimitriu ([email protected])
- Copyright 2009 Sakara Yevhen ([email protected])
- Copyright 2009 Wagner Leandro Bueno Angelo ([email protected])
- Copyright 2009 Wouter De Vlieger (reFly) ([email protected])
- Copyright 2009 pcds90net ([email protected])
- Copyright 2009-2010 Paolo Devoti ([email protected])
- Copyright 2009-2010 Radek Liška aka Black_Fox ([email protected])
- Copyright 2009-2010 Tomoya Kitagawa ([email protected])
- Copyright 2009-2012 S. Stanev (CCTAHEB) ([email protected])
- Copyright 2010-2011 Igor Paliychuk ([email protected])
- Copyright 2010-2014 Pierre Schweitzer ([email protected])
- Copyright 2011 Elton Chung ([email protected])
- Copyright 2011 Kamil Hornicek ([email protected])
- Copyright 2011 Matheus Macabu ([email protected])
- Copyright 2011 Michael Wu (Witch) ([email protected])
- Copyright 2011 Song Fuchang (0xfc) ([email protected])
- Copyright 2011-2018 Ștefan Fulea ([email protected])
- Copyright 2013 Alexey Gorgurov ([email protected])
- Copyright 2013 Ardit Dani (ard1t) ([email protected])
- Copyright 2013 Yaroslav Denisov (jperm) ([email protected])
- Copyright 2013-2016, 2019 Erdem Ersoy (eersoy93) ([email protected])
- Copyright 2013-2018 Baruch Rutman ([email protected])
- Copyright 2014-2015 Henry Tang Ih ([email protected])
- Copyright 2014-2016 Ismael Ferreras Morezuelas ([email protected])
- Copyright 2015 Adam Stachowicz ([email protected])
- Copyright 2016 Alexey Shaltsin (BinaryTree) ([email protected])
- Copyright 2016 Sergey Stopkin ([email protected])
- Copyright 2017 Adam Słaboń ([email protected])
- Copyright 2017 Luke Luo ([email protected])
- Copyright 2017 Markus Gothe ([email protected])
- Copyright 2018 Joann Mõndresku ([email protected])
- Copyright 2018 Nguyễn Thanh Sơn ([email protected])
- Copyright 2019 Mas Ahmad Muhammad ([email protected])
- Copyright 2020 Catalin Gabriel Draghita ([email protected])
- Copyright 2020 Hermès Bélusca-Maïto ([email protected])
- Copyright 2020 Julen Urizar Compains ([email protected])
- Copyright 2020 Tibor Lajos Füzi ([email protected])
- Copyright 2020-2022 Katayama Hirofumi MZ ([email protected])
- Copyright 2021 Chan Chilung ([email protected])
- Copyright 2021 Wu Haotian ([email protected])
- Copyright 2021-2022 Süleyman Poyraz ([email protected])
- Copyright 2022 Nikolay Dimitrov ([email protected])
- Copyright 2022-2023 Andrei Miloiu ([email protected])
- Copyright 2023 Jose Carlos Jesus ([email protected])
- Copyright 2023 Piotr Hetnarowicz ([email protected])
- and more!## How to build?
Please use ReactOS Build Environment (RosBE).
```bash
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