SkillAgentSearch skills...

CLDtk

C99 loader for the LDtk map editor

Install / Use

/learn @PompPenguin/CLDtk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars58
CategoryDevelopment
Updated19d ago
Forks7

Languages

C

Security Score

95/100

Audited on Mar 4, 2026

No findings