Tired of the limitations of traditional drawing software? PCdraw bursts onto the scene, shattering the boundaries between your creativity and your canvas. This innovative project, crafted with the magic of C++ and the power of Nodepp, transforms your external devices (smartphone, tablet, even another computer!) into wands of artistic expression.
Imagine the possibilities:
- Effortlessly sketch on your PC using the familiar touch interface of your favorite device.
- Express yourself freely with a diverse range of colors, brushes, and tools at your fingertips.
- Break free from the desk and unleash your artistic spirit on the go, wherever inspiration strikes.
PCdraw is more than just a program; it's a gateway to a world of boundless creativity. Ditch the constraints of traditional tools and embrace the freedom offered by PCdraw. So, what are you waiting for? Download it today and let your artistic journey begin!
this project depends on the Nodepp project: https://github.com/NodeppOficial/nodepp
🪟: time g++ -o main main.cpp -I ./include -lcrypto -lz -lws2_32 ; ./main.exe
🐧: time g++ -o main main.cpp -I ./include -lcrypto -lz -lX11 -lXtst ; ./main