README.md (1376B)
1 # LTK - Lumidify ToolKit 2 3 UPDATE: The continuation of this project can be found at the following links: 4 https://lumidify.org/git/ltk/log.html 5 gopher://lumidify.org/1/git/ltk/log.gph 6 7 This is work in progress. Please do not attempt to actually use any of the code. 8 9 ## Licenses of Other Libraries Used 10 11 [khash](https://github.com/attractivechaos/klib) by Attractive Chaos: [MIT](https://github.com/attractivechaos/klib/blob/31cb0301482a762af0adbfc85dff1632cecc2bb4/khash.h#L3) 12 13 [inih](https://github.com/benhoyt/inih) by Ben Hoyt: [New BSD](https://github.com/benhoyt/inih/blob/master/LICENSE.txt) 14 15 [stb_truetype](https://github.com/nothings/stb/blob/master/stb_truetype.h) by Sean T. Barrett: [MIT/Public Domain](https://github.com/nothings/stb/blob/f54acd4e13430c5122cab4ca657705c84aa61b08/stb_truetype.h#L4973) 16 17 Note that stb_truetype.h was split into a .c and .h file to make it fit in better here. 18 19 [cutef8](https://github.com/JeffBezanson/cutef8/) by Jeff Bezanson: [Public Domain](https://github.com/JeffBezanson/cutef8/blob/ce8607864ef59ceef39fc20c9653265f6b91d4bc/utf8.c#L4) 20 21 Bits and pieces stolen from this: 22 23 [libraqm](https://github.com/HOST-Oman/libraqm) by Information Technology Authority (ITA) and Khaled Hosny: [MIT](https://raw.githubusercontent.com/HOST-Oman/libraqm/master/COPYING) 24 25 Note: LTK is in no way affiliated with any of the projects listed above.