Skip to content

PompPenguin/cLDtk

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

C99 loader for the LDtk map editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages