deepnight / ldtk

Modern, lightweight and efficient 2D level editor
https://ldtk.io
MIT License
3.27k stars 181 forks source link

Submit your own LDtk importer #273

Open deepnight opened 3 years ago

deepnight commented 3 years ago

ABOUT

This is the permanent issue to submit your own tool/importer for listing on the following page: https://ldtk.io/api/

Don't hesitate to ping me on Discord if I take too much time taking care of your request :)

HOW TO SUBMIT YOUR IMPORTER/API/TOOL?

If you want to submit a new parser, please use the following template:

- [ ] **LANGUAGE_OR_FRAMEWORK** by **USERNAME** (PERSONAL_HOME_URL) : PROJECT_URL
  Followed by some description below that will appear in the API listing.
LeHaine commented 3 years ago
Cammin commented 3 years ago

A fully-featured Unity importer for LDtk. Uses ScriptedImporters to import an LDtk project/levels with large customization and full documentation.

SolarLune commented 3 years ago
deepnight commented 3 years ago
estivate commented 3 years ago
JoshLee0915 commented 3 years ago

An import plugin that allows Godot to treat .ldtk files like native resources and uses them to create Godot scenes. Still a bit rough but have had some people asking to make a prerelease for it so they can use it.

Also, @deepnight may I ask what the license around the logo is? I would like to make a small modified version to use on the Godot Asset Library as they require one and wanted to check if we are allowed to before doing it.

deepnight commented 3 years ago

@JoshLee0915 I haven't thought about the logo license so far, so let's say it's also under MIT, which seems quite logical at this point 🤔

JoshLee0915 commented 3 years ago

Sounds good, thank you!

lmerriam commented 3 years ago
IrishBruse commented 3 years ago
jprochazk commented 3 years ago

Contains both LDtk JSON format type definitions, and an importer which pre-processes JSON into an API which takes advantage of JS/TS features a bit more.

zicklag commented 3 years ago

Features 100% automatically generated bindings with some slight, automatically applied ergonomics tweaks. It can also download and build the latest LDtk bindings at build time without any external dependencies.


LeHaine commented 3 years ago

Hey - I've updated the name of the repo for the kotlin module since it isn't directly related to LibGDX.

New link: https://github.com/LeHaine/kt-ldtk-api

About to finish updating it to 0.8.1.

boubl commented 3 years ago
deepnight commented 3 years ago

Updated in 0.9.2

evolutionleo commented 3 years ago
HamdyElzanqali commented 3 years ago
boubl commented 2 years ago
Trouv commented 2 years ago
Cammin commented 2 years ago

Hi, I'd like an updated description if that sounds reasonable for the 1.0 update 🙂 I updated my original comment, but I'll also put it here:

deepnight commented 2 years ago

Done up to here for 1.0.0

deepnight commented 1 year ago

1.2.0 release

afk-mario commented 1 year ago
deepnight commented 1 year ago

Added Godot4 GD script

isovector commented 1 year ago
AnomalousUnderdog commented 1 year ago
deepnight commented 1 year ago

All added until here

deepnight commented 9 months ago

All added until here

heygleeson commented 9 months ago
443eb9 commented 6 months ago
HeadClot commented 4 weeks ago