You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| px_sched |[px_sched.h](px_sched.h)| Task oriented scheduler. See [more](README_px_sched.md)|
7
+
| px_mem |[px_mem.h](px_mem.h)| Safe memory management constructs (safer unique_ptr with futher restrictions, and avoiding new/delete completely)|
8
+
9
+
## Old libraries (not updated for a long time)
10
+
11
+
These libraries are not actively being developed anymore, use them at your own risk :)
12
+
13
+
| Name | Code | Description |
14
+
|------|------|-------------|
7
15
| px_render |[px_render.h](px_render.h)| Multithreaded, Command Based render backend. See [more](README_px_render.md) (**WIP**)|
8
16
| px_render_gltf |[px_render_gltf.h](px_render_gltf.h)| Module for px_render to load GLTF (thanks to [tinygltf](https://github.com/syoyo/tinygltf)) [example](examples/px_render_example_gltf.cpp)|
0 commit comments