Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CrushedPixel/Polyline2DExample
A JUCE example application for Polyline2D.
https://github.com/CrushedPixel/Polyline2DExample
Last synced: 2 months ago
JSON representation
A JUCE example application for Polyline2D.
- Host: GitHub
- URL: https://github.com/CrushedPixel/Polyline2DExample
- Owner: CrushedPixel
- License: mit
- Created: 2019-01-23T01:39:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T13:57:41.000Z (about 6 years ago)
- Last Synced: 2024-11-09T07:45:52.559Z (3 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-juce - Polyline2DExample
README
# Polyline2DExample
*Polyline2DExample* is an example application showing how to draw thick lines in OpenGL using [*Polyline2D*](https://github.com/CrushedPixel/Polyline2D).
It uses [*JUCE*](https://juce.com) as the application framework.To compile the application, `Polyline2D` must be in your global include directory. For more information, refer to the *Polyline2D* installation instructions.
## Screenshots
![Screenshot](https://i.imgur.com/D0lvyYT.png)