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
- Host: GitHub
- URL: https://github.com/repalash/intellij-gl-plugin-samples
- Owner: repalash
- License: mit
- Created: 2021-01-22T10:58:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T11:12:37.000Z (over 4 years ago)
- Last Synced: 2025-01-17T10:12:11.037Z (9 months ago)
- Topics: awt-graphics, intellij-plugin, jetbrains, lwjgl3, opengl
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.