Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 1015 Bytes

README.md

File metadata and controls

executable file
·
18 lines (13 loc) · 1015 Bytes

px

'PpluX' Single header C++14 Libraries

Name Code Description
px_sched px_sched.h Task oriented scheduler. See more
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. See more (WIP)
px_render_gltf px_render_gltf.h Module for px_render to load GLTF (thanks to tinygltf) example
px_render_imgui px_render_imgui.h Dear Imgui render backend for px_render