CLDtk
C99 loader for the LDtk map editor
Install / Use
/learn @PompPenguin/CLDtkREADME
cLDtk
C99 loader for the LDtk map editor
built using parson: https://github.com/kgabis/parson
LDtk map editor: https://ldtk.io/
How to compile for GCC
gcc -c cLDtk.c parson.c -std=c99
ar rvs libcLDtk.a cLDtk.o parson.o
gcc example.c -o example.exe libcLDtk.a -std=c99
How to compile for DJGPP(MS-DOS)
gcc -c cLDtk.c parson.c -std=c99
ar rvs libcLDtk.a cLDtk.o parson.o
gcc example.c -o example.exe libcLDtk.a -std=c99 -lalleg
Related Skills
node-connect
331.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
81.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
331.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
81.5kCommit, push, and open a PR
