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

https://github.com/repalash/intellij-gl-plugin-samples

Jetbrains Plugin sample using OpenGL to render to AWT canvas. Uses LWJGL3
https://github.com/repalash/intellij-gl-plugin-samples

awt-graphics intellij-plugin jetbrains lwjgl3 opengl

Last synced: 4 months ago
JSON representation

Jetbrains Plugin sample using OpenGL to render to AWT canvas. Uses LWJGL3

Awesome Lists containing this project

README

          

# intellij-gl-plugin-samples
Samples and tests for using OpenGL to render to AWT canvas while developing plugin in IntelliJ Platform Plugin SDK.

Uses [LWJGL3](https://github.com/LWJGL/lwjgl3) and [lwjgl3-awt](https://github.com/LWJGLX/lwjgl3-awt) for OpenGL API.

## Implemented:
- [x] Working interface for AWTGLCanvas for use in plugin.
- [x] Sample Tool Window with OpenGL rendering and custom shaders.
- [ ] Floating dialog with GL canvas.
- [ ] Vulkan sample.
- [ ] OpenAL sample.
- [ ] CUDA sample.