Node Editor in Python Tutorial Series
Published: Jan. 20, 2019, 12:55 a.m. #Python #Tools #GameDev #PyQt5 #Node Editor
Hi!
When I was working on my rendering engine and some tools for gamedev and VFX in 2017, I've decided to create tutorials about making tools and publish them on YouTube. I was using Python and PyQt5 heavily and had an interesting idea of creating some foundation for node editor tool. Maybe even in future to create material node editor for generating glsl shaders? #toomuchwork #toolittletime ...
Anyways, I think it can be really beneficial for bunch of people out there, who are struggling with raising their programming skills to a bit higher level. Therefore we will have a look at common intermediate programmer tasks like serialization, refactoring, maintaining library and architecture.
About the series
This series focuses on creating your own Node Editor using PyQt5 in Python. We will start pretty straightforward by slowly getting the main features like background, nodes, edges and sockets. From that, we will slowly get to more intermediate topics like serialization for saving and loading, undo & redo. Also some time we will spend on bugfixing, debugging and ways how to test our code. Our code will end up refactored into a python package so we can use our code for multiple projects and examples. Node Editor tutorial series will finish with implementation of a simple calculator as a proof of concept that our package is written with solid and reusable architecture.
Tutorials overview:
More info
All of the links to code and other stuff will be in description for each video. I'll try my best to publish videos one by one as soon as possible, so if you want to be notified about the new ones, subscribe to my youtube channel. If you get stuck or miss something I didn't explain properly, leave a comment. I'll try to reply to the comments on youtube as soon as possible.
You can also check FAQ for the tutorial series here.