psemek/libs
2024-06-03 23:25:50 +03:00
..
android Support enabling windowed mode 2023-12-03 18:12:03 +03:00
app Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +03:00
async Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
audio Implement lazy-loading audio tracks 2024-03-11 01:00:24 +03:00
bt Add static assert on bt::action result type 2024-05-30 21:58:44 +03:00
cg Fix computing contact point in edge-edge case in cg::separation 2024-03-17 11:32:59 +03:00
ecs Improve working with ecs caches, support retrieving ecs cache & table count, and fix ecs query container memory leak 2024-06-03 13:59:50 +03:00
fonts Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +03:00
geom Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +03:00
gfx Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +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 Use 5%-accurate log-bucketing statistics in profiler 2024-06-03 23:25:50 +03:00
random Fix random::normal_distribution: actually use mean & stddev instead of always generating N(0,1) 2024-02-05 13:32:35 +03:00
react Optimize util::signal & support signal<Args...> 2023-06-20 02:11:49 +03:00
rs Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +03:00
sdl2 Use wgpu instance extras to select the backend 2024-05-18 21:41:09 +03:00
sir Refactor trivial serialization 2024-03-27 21:37:10 +03:00
ui Huge refactor: use util::hash_table instead of std::unordered everywhere 2024-06-03 14:36:39 +03:00
ui_legacy Move broken ui_scene_legacy to ui_legacy library 2023-07-14 20:54:28 +03:00
util Add log-bucketing statistics in util 2024-06-03 23:25:29 +03:00
vecr Add vecr::blur 2023-07-22 20:03:53 +03:00
wgpu Fix memory leak in wgpu lib 2024-06-03 18:15:33 +03:00
CMakeLists.txt Don't require wgpu-native with OpenGL api 2024-03-03 02:17:16 +03:00