psemek/libs
2024-11-14 21:45:08 +03:00
..
android Better touch events support 2024-08-22 18:36:37 +03:00
app Support native limits in wgpu device creation 2024-11-14 13:48:40 +03:00
async Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
audio Add audio::mixer::stream_count() 2024-09-18 12:12:23 +03:00
bt Add bt_assert macro for non-crashing assertions in behavior trees 2024-09-13 23:28:10 +03:00
cg Rename util::begin/end -> xbegin/xend to prevent ambiguity via ADL 2024-08-17 20:19:07 +03:00
ecs Add copy assignment to ecs::accessor 2024-09-13 23:27:48 +03:00
fonts Make freetype fully optional 2024-08-21 13:45:45 +03:00
geom Fix usage of math functions in geom::vector to be ADL-friendly 2024-09-05 23:15:37 +03:00
gfx Move heavy gltf animation code to a cpp file 2024-11-14 21:45:08 +03:00
group Add cyclic & dihedral group serialization 2023-05-29 13:04:43 +03:00
io Add io::istream::finished() method 2023-12-03 20:31:48 +03:00
log Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +03:00
ml New gcc compilation fixes 2023-10-03 21:32:13 +03:00
parser Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
pcg Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +03:00
phys New gcc compilation fixes 2023-10-03 21:32:13 +03:00
prof Remove template dependance on float/double in util::statistics_log_bucket 2024-08-21 19:17:10 +03:00
random Fix random int generation 2024-08-16 18:13:59 +03:00
react Add debug markers to react::value internal nodes to track their lifetime 2024-08-01 22:23:18 +03:00
rs Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +03:00
sdl2 Support native limits in wgpu device creation 2024-11-14 13:48:40 +03:00
sir Refactor trivial serialization 2024-03-27 21:37:10 +03:00
ui_legacy Move broken ui_scene_legacy to ui_legacy library 2023-07-14 20:54:28 +03:00
util Add fixed-point arithmetic implementation 2024-09-05 23:16:18 +03:00
vecr Support filter in vecr renderer 2024-08-07 18:48:29 +03:00
wgpu Support native limits in wgpu device creation 2024-11-14 13:48:40 +03:00
CMakeLists.txt Don't require wgpu-native with OpenGL api 2024-03-03 02:17:16 +03:00