Laurens De Vocht

Results 15 comments of Laurens De Vocht

Hello, I didn't consider the documented dynamic asset loading, because I was focusing on having everything parsed at boot time. However, the `addAnimations` on the `Success `object does exactly that....

Hi yes, I remember we discussed it briefly there. Switching this library is likely to have an impact on the entire hdt-cpp library. I am not sure if there are...

Yes, in the beginning I did mix them up (check this confusion and later fix here: https://github.com/laurensdv/hdt-cpp/tree/libcds2), but nonetheless: https://github.com/rdfhdt/hdt-cpp/tree/master/libcds-v1.0.12 should be exactly the same as https://github.com/fclaude/libcds of which indeed...

Indeed, but note that the libCSD which is also a library that should be separated also has a reference to libcds (version 1?) embedded with the source code rather than...

Hi Mario, I think the FM-index implemented by the libCSD library (not libcds): new: https://github.com/migumar2/libCSD/blob/master/StringDictionaryFMINDEX.h current: https://github.com/rdfhdt/hdt-cpp/blob/master/hdt-lib/src/libdcs/CSD_FMIndex.h and obviously both of these depend on libcds 1 new: https://github.com/migumar2/libCSD/tree/master/libcds current: https://github.com/laurensdv/hdt-cpp/tree/master/hdt-lib/src/libdcs...