nyx.vfx: anatomy
nyx.vfx is a multithreaded vfx engine in VST3 format. Let's take a look at it.…
nyx.vfx is a multithreaded vfx engine in VST3 format. Let's take a look at it.…
createView() is where we insert our own graphics backend into the VST3 conversation. Let's take a look at how it works.…
The Controller is where we manage all things related to the user-side experience. Let's take an in-depth look at the architecture and sequence of events.…