psemek/libs
2024-08-10 11:58:21 +03:00
..
android Separate show_mouse and relative_mouse_mode 2024-07-20 02:17:22 +03:00
app Remove library-specific graphics api defines in favor of global PSEMEK_GRAPHICS_API_XXX 2024-08-02 20:39:52 +03:00
async Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
audio Fix audio::channel::is_stopped 2024-06-16 20:41:24 +03:00
bt Add bt::by_index node 2024-06-19 16:39:33 +03:00
cg Fix computing contact point in edge-edge case in cg::separation 2024-03-17 11:32:59 +03:00
ecs Add null ecs handle for convenience 2024-07-19 00:35:37 +03:00
fonts Fix freetype font build for windows 2024-08-08 00:27:39 +03:00
geom Refactor geom::pointwise* and add geom::pointwise_pow 2024-07-04 22:58:18 +03:00
gfx Add gfx::blend(color_rgba, color_rgba) 2024-08-08 17:40:27 +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 Support explicitly creating & destroying profiler frames 2024-07-12 17:58:18 +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 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 Remove library-specific graphics api defines in favor of global PSEMEK_GRAPHICS_API_XXX 2024-08-02 20:39:52 +03:00
sir Refactor trivial serialization 2024-03-27 21:37:10 +03:00
ui Reactive UI library wip: add floating, shape_reader and storage 2024-08-10 11:58:21 +03:00
ui_legacy Move broken ui_scene_legacy to ui_legacy library 2023-07-14 20:54:28 +03:00
util Fix math overflow crash in computing profiling statistics 2024-07-29 14:16:51 +03:00
vecr Support filter in vecr renderer 2024-08-07 18:48:29 +03:00
wgpu Turn wgpu::buffer::usage into a enum class 2024-08-07 22:28:23 +03:00
CMakeLists.txt Don't require wgpu-native with OpenGL api 2024-03-03 02:17:16 +03:00