Skip to content
/ px Public

Single header C++ Libraries for Thread Scheduling, Rendering, and so on...

License

Notifications You must be signed in to change notification settings

pplux/px

Repository files navigation

px

'PpluX' Single header C++14 Libraries

Name Code Description
px_sched px_sched.h Task oriented scheduler. Seemore
px_mem px_mem.h Safe memory management constructs (safer unique_ptr with futher restrictions, and avoiding new/delete completely)

Old libraries (not updated for a long time)

These libraries are not actively being developed anymore, use them at your own risk:)

Name Code Description
px_render px_render.h Multithreaded, Command Based render backend. Seemore(WIP)
px_render_gltf px_render_gltf.h Module for px_render to load GLTF (thanks totinygltf)example
px_render_imgui px_render_imgui.h Dear Imguirender backend for px_render

About

Single header C++ Libraries for Thread Scheduling, Rendering, and so on...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages