https://github.com/scyth3-c/gl-pincel
a pincel with anchor points, you can draw arbitrarily or with anchos poins polygons
https://github.com/scyth3-c/gl-pincel
brush cpp cpp17 drawing linux makefile opengl
Last synced: 5 months ago
JSON representation
a pincel with anchor points, you can draw arbitrarily or with anchos poins polygons
- Host: GitHub
- URL: https://github.com/scyth3-c/gl-pincel
- Owner: scyth3-c
- License: mit
- Created: 2022-06-09T02:16:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T03:01:56.000Z (almost 4 years ago)
- Last Synced: 2025-12-22T03:49:18.331Z (6 months ago)
- Topics: brush, cpp, cpp17, drawing, linux, makefile, opengl
- Language: C++
- Homepage:
- Size: 66.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gl-pincel
a pincel with anchor points, you can draw arbitrarily or with anchos poins polygons, you can use as many layers as you want, each drawing stays on one, to add a layer with this that does not connect the dots, is by right clicking on it
## compile and build
```
sudo make install
make
./build/pincel
```
## program
### hipercube

### a simple draw

## performance
### linux
**idle**
| RAM | CPU | read / write |
| :--- | :---: | ---: |
| 16.4 MB | 2.47 | N/D-N/D |
## About
this is actually a "plus version" of a previous repository called draw any modes and I decided to redo it for fun, this is not an official program or anything like that, but if you want to use it that way it would be great.