I can’t seem to wrap my head around where Taichi is supposed to fit into my projects. Forgive me if these questions are obvious, I’m merely a hobbyist game developer, but I’m not sure how much of my current rendering pipeline Taichi is supposed to replace.
Am I supposed to be creating and compiling Taichi programs to be executed on each frame? or am I supposed to be running a Taichi program on the side and somehow communicating with it to update and draw with?
Again, very sorry if I’m not making any sense I just don’t know where to get started to use Taichi in an existing game development project.