-
# "fffaraz/awesome-cpp"
*22-06-2021 13:07*
> A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. - fffaraz/awesome-cpp
A cur…
-
At the moment, public builds of the Panda3D SDK contain tools for 3ds Max and Autodesk Maya, which rely on proprietary SDKs that may not be distributed publicly. This requires us to build the public …
-
## Description
For instance, the `loadModel` function in Panda3D (and similar functions) is used to load 3D models and other assets from files. Ensuring accurate type information for these functions …
-
This is a handful of thoughts on how to improve the PRC system a bit.
- [ ] **Don't load anything at static init time**: It takes away control from application developers about exactly what configu…
-
## Description
I'm working on a project that uses Panda3D for the engine. Upon pulling changes since commit d7717727e7f32148b4a7f3a3075d1ac75b33c1ae and building from source, our project noticed th…
-
Hi all,
There are some method names in the Panda3D code base that I find quite misleading or just not ideal.
Even though I do not expect any of the proposed changes to happen anytime soon (they wi…
-
[edit: A member had t odrop off my team so I have 1 opening.]
You know how Neil deGrasse Tyson says there's 3 type of truths: personal truths, political truths with are true because they are repeat…
-
Trying to remove a coroutine task (through `task.remove()` or `taskMgr.remove(task)`) while it's awaiting for another task to finish does not seem to kill the running task, it keeps on awaiting instea…
-
On my high-DPI laptop screen, the default 800x600 Panda window is but a small rectangle in the middle of my screen, and any text is barely legible. We need to have better out-of-the box tools for mak…
rdb updated
11 months ago
-
As seen on the screenshot below, Panda application on Catalina are confined to the lower left quarter of the window. I guess this is related to the HiDPI scaling of the Retina monitor and that somehow…