Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhayna-zh/hydraw
Hydraw is a simple drawing software, as an easy example of Qt C++.
https://github.com/juhayna-zh/hydraw
cpp drawing-app gui qpainter qt
Last synced: 20 days ago
JSON representation
Hydraw is a simple drawing software, as an easy example of Qt C++.
- Host: GitHub
- URL: https://github.com/juhayna-zh/hydraw
- Owner: juhayna-zh
- License: mit
- Created: 2022-03-08T14:40:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T05:33:12.000Z (almost 3 years ago)
- Last Synced: 2024-11-21T15:06:44.012Z (3 months ago)
- Topics: cpp, drawing-app, gui, qpainter, qt
- Language: C++
- Homepage:
- Size: 403 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hydarw
**Hydraw** is a simple drawing software, as an easy example of Qt C++.The functions of **Hydraw** include:
- Freely draw lines, rectangles, circles, polygons and text.
- Use a variety of colors and pen shapes.
- Save as png or jpg file, and undo at any time.To view the update log, see [update-log(中文).md](update-log(中文).md) .
Powered by [Qt](https://www.qt.io/).