Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timothyschoen/juce_nanovg
NanoVG graphics module for JUCE
https://github.com/timothyschoen/juce_nanovg
Last synced: about 2 months ago
JSON representation
NanoVG graphics module for JUCE
- Host: GitHub
- URL: https://github.com/timothyschoen/juce_nanovg
- Owner: timothyschoen
- Created: 2022-03-24T22:50:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T14:34:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T21:38:04.350Z (2 months ago)
- Language: C++
- Size: 13.4 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - juce_nanovg
README
# juce_nanovg
NanoVG graphics module for JUCE, based on https://github.com/Archie3d/juce_bgfxContains a LowLevelGraphicsContext and attachable component for rendering JUCE projects with NanoVG. See the example to find out how to implement this yourself.
A work-in-progress, currently only works on MacOS with Metal and (sort of) on Linux with OpenGL. I expect to add Windows and better Linux support at some point, but if you have experience with nanovg, openGL or Vulcan, let me know!