psemek/libs
2023-07-18 15:24:20 +03:00
..
app Add touch events 2023-07-18 15:24:20 +03:00
async Implement synchronous implementation of async::executor 2022-12-26 14:06:39 +03:00
audio Grand app refactor: move main to sdl2 lib, make the rest of the engine independent of SDL2 2023-07-14 22:25:45 +03:00
bt Add bt::nop node 2022-11-20 13:43:46 +03:00
cg Add cg::bbox(container) 2023-02-08 23:56:04 +03:00
fonts Move fonts code to a separate library 2023-04-18 15:28:52 +03:00
geom Add geom::isfinite for some primitive types 2023-06-21 13:17:09 +03:00
gfx Grand app refactor: move main to sdl2 lib, make the rest of the engine independent of SDL2 2023-07-14 22:25:45 +03:00
group Add cyclic & dihedral group serialization 2023-05-29 13:04:43 +03:00
io Throw std::system_error if a file could not be opened in io::file_stream 2023-02-12 11:41:02 +03:00
log Flush log on signal 2023-01-04 16:06:34 +03:00
ml Clang compilation fixes 2022-06-11 13:58:54 +03:00
parser Recursive parsers wip 2022-05-17 12:54:08 +03:00
pcg Switch lazy perlin arguments from vectors to points 2022-11-19 22:57:22 +03:00
phys MacOS fixes 2023-01-16 23:53:34 +03:00
prof Support selecting log level for profiler 2022-08-14 23:15:21 +03:00
random Make random::uniform_from work with raw arrays 2023-07-08 11:17:28 +03:00
react Optimize util::signal & support signal<Args...> 2023-06-20 02:11:49 +03:00
rs Redesign resources system: centralized id-based resource registry 2022-03-07 00:05:40 +03:00
sdl2 Grand app refactor: move main to sdl2 lib, make the rest of the engine independent of SDL2 2023-07-14 22:25:45 +03:00
sir Add any-type container to serialization streams 2023-05-29 16:38:28 +03:00
ui Optimize util::signal & support signal<Args...> 2023-06-20 02:11:49 +03:00
ui_legacy Move broken ui_scene_legacy to ui_legacy library 2023-07-14 20:54:28 +03:00
util Add util::executable_path() 2023-07-14 20:54:41 +03:00
vecr Fix vecr::bbox in case of infinite bboxes to prevent NaN's 2023-06-21 13:17:33 +03:00
CMakeLists.txt Make SDL2 into an optional backend 2023-07-14 22:28:20 +03:00