rdb
rdb
Hmm. I tried building your game, and it ran. I tried to create a new game, and it loaded, but then it seemed to hang, and I got "This application...
I think the threading-model might have something to do with it. I would suggest trying to comment it out and seeing if it still crashes/hangs.
There's no good reason why we can't have per-compute inputs, and in fact, multi-dispatch support is probably a bit useless without it. Offering a single push constant (index, whatever) seems...
On what platform have you noticed these issues? I have always assumed that if Panda was using the OS' "default" device, it would automatically switch when the OS' default device...
This sounds interesting! I'm open to this, but integration is probably best first prototyped in Python by community effort.
Yes, currently we offer three formats for auxiliary targets: rgba, hrgba (half float) and float, this is clearly very limiting. Firstly, it would be better if the render-texture process could...
I agree, this is important to me; it would be a great boon to be able to properly define eg. door-open animations in the modelling program. Doing it using vertex...
Yeah, but it's not very efficient (Panda will move all the individual vertices instead of changing the object transform), requires some awkward extra setup and doesn't work if you want...
I tried both HarfBuzz 2.8.2 and 8.5.0 and have no problems linking them with Panda. Using MSVC 2022.
Closing since I can't repro.