Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 825 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 825 Bytes

px

'PpluX' Single header C++(11/14) Libraries

Name Code Description
px_sched px_sched.h Task oriented scheduler. See more
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
px_mem px_mem.h Safe memory management constructs (safer unique_ptr with futher restrictions, and avoiding new/delete completely)