An open API service indexing awesome lists of open source software.

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

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
![Captura desde 2022-06-08 21-04-18](https://user-images.githubusercontent.com/52190352/172751016-73bb05d6-6b82-42d4-81a9-bde2789c17d0.png)

### a simple draw
![Captura desde 2022-06-08 20-44-41](https://user-images.githubusercontent.com/52190352/172750924-3cc7e78c-09bd-43fa-8cba-8cb31421c184.png)

## 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.