Blender 2.8 Tutorial : GPU Python Addon API
This is a new Blender 2.8 Python tutorial in which I show how I use the Python API and the Gpu module to draw into the 3D view.
As an example implementation I use a panel that can be dragged with the mouse.
The addon is free and you can get it from my github:
https://github.com/jayanam/bl_ui_widgets
This is a first prototype, please add your ideas for new features and suggestions for improvements to the comments below, I really would like to extend it with new widgets for example.
See my social profiles here
G+: https://plus.google.com/+JayAnAm
Twitter: https://twitter.com/jayanamgames
Facebook: https://www.facebook.com/jayanamgames
Patreon: https://www.patreon.com/jayanam
Production Music courtesy of Epidemic Sound: http://www.epidemicsound.com
#blender28
#python
#blender
#addons