awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deepnight avatar

deepnight/ldtk

0
View on GitHub↗
3,920 स्टार्स·223 फोर्क्स·Haxe·mit·10 व्यूज़ldtk.io↗

Ldtk

LDTK is a visual 2D level editor used for designing game worlds, layouts, and entities. It focuses on transforming visual map designs into structured JSON files for integration into game engines, while providing utilities to export level data into the Tiled TMX format for external compatibility.

The tool integrates directly with Aseprite, allowing source artwork to be linked to the editor so that visuals update in real time as external image files are saved. It also features automated tile rendering that applies visual skinning rules based on predefined configurations to manage map aesthetics.

The editor includes systems for defining customizable game entities with typed properties, managing world layouts and transitions, and maintaining automatic project state backups to recover unsaved work. It provides schema-driven code generation to create strongly typed data structures from JSON schemas, ensuring consistent data imports across different programming environments.

Features

  • 2D Level Design - Provides a visual editor for constructing two-dimensional game environments using grids and tiles.
  • Level Data Serialization - Transforms visual map designs into structured JSON files specifically designed for integration into game engines.
  • JSON Exports - Generates JSON representations of level design and metadata for consumption by game engines.
  • JSON Serializers - Transforms world layouts and entity data into structured JSON files for game engine consumption.
  • Art Asset Integrations - Provides a real-time integration with Aseprite to ensure visual level data stays synchronized with source artwork files.
  • Entity Definitions - Provides a system for defining customizable game objects with typed properties and specific behaviors.
  • Coordinate-Based Entities - Tracks game objects as typed entities positioned within a global 2D coordinate system.
  • Level Editors - Provides a visual tool for designing game worlds, layouts, and entities with automated tile rendering.
  • World Layouts - Arranges levels in grid-based, linear, or free-form layouts and manages transitions between them.
  • Automated Tile Transitions - Automates map aesthetics by applying visual skinning rules to tiles based on adjacency configurations.
  • Hot Reloading - Updates visual level representations in real time by watching for changes in linked Aseprite image files.
  • External Art Tool Sync - Links source artwork directly to the editor to update visuals in real time as image files are saved.
  • Auto-Tiling Systems - Implements logic that automatically selects tile frames based on adjacent tiles for seamless terrain aesthetics.
  • TMX Map Exports - Transforms custom level data into the Tiled TMX file format for compatibility with external map readers.
  • External Art Integrations - Integrates directly with Aseprite to update level visuals in real time as source images are saved.
  • Game Engine Development - Modern and efficient 2D level editor.

स्टार हिस्ट्री

deepnight/ldtk के लिए स्टार हिस्ट्री चार्टdeepnight/ldtk के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Ldtk के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Ldtk के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mapeditor/tiledmapeditor का अवतार

    mapeditor/tiled

    12,669GitHub पर देखें↗

    Tiled is a multifunctional visual workspace for designing tile-based game levels, managing assets, and exporting structured world data. It functions as a 2D tile map editor and game level design tool used to create orthogonal, isometric, and hexagonal game environments. The software features a scriptable interface and plugin system for automating map creation tasks. It includes a dedicated tile set manager for importing and editing image-based collections of reusable tiles and animations, as well as a system for saving map layouts and custom properties into JSON or CSV formats. The platform

    C++
    GitHub पर देखें↗12,669
  • withsecurelabs/chainsawWithSecureLabs का अवतार

    WithSecureLabs/chainsaw

    3,446GitHub पर देखें↗

    Chainsaw is a Windows forensic analysis tool used for parsing system databases and extracting security artefacts. It functions as a forensic artefact extractor and a scanner for identifying security threats and log tampering within Windows event logs. The project distinguishes itself by implementing a Sigma rule forensic scanner that applies standardized detection logic and custom rule sets to event logs and forensic artefacts. It enables threat hunting workflows by matching event data against patterns to identify malicious activity, lateral movement, and brute force attacks. The tool's capa

    Rustattackblueteamchainsaw
    GitHub पर देखें↗3,446
  • godotengine/godot-demo-projectsgodotengine का अवतार

    godotengine/godot-demo-projects

    8,250GitHub पर देखें↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    GDScript
    GitHub पर देखें↗8,250
  • funkincrew/funkinFunkinCrew का अवतार

    FunkinCrew/Funkin

    3,660GitHub पर देखें↗

    Funkin is a rhythm game engine and scriptable gameplay framework designed for creating musical battle games with synchronized note charts and audio. It functions as a comprehensive toolset for rhythm game modding, allowing for the addition of custom songs, characters, and stages through external assets and metadata. The project distinguishes itself through a dedicated modding system that supports priority-based asset overriding and a data patching utility for modifying JSON and XML configuration files via targeted merge operations. It utilizes a scriptable environment that executes external s

    Haxegamegamedevhaxe
    GitHub पर देखें↗3,660
Ldtk के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

deepnight/ldtk क्या करता है?

LDTK is a visual 2D level editor used for designing game worlds, layouts, and entities. It focuses on transforming visual map designs into structured JSON files for integration into game engines, while providing utilities to export level data into the Tiled TMX format for external compatibility.

deepnight/ldtk की मुख्य विशेषताएं क्या हैं?

deepnight/ldtk की मुख्य विशेषताएं हैं: 2D Level Design, Level Data Serialization, JSON Exports, JSON Serializers, Art Asset Integrations, Entity Definitions, Coordinate-Based Entities, Level Editors।

deepnight/ldtk के कुछ ओपन-सोर्स विकल्प क्या हैं?

deepnight/ldtk के ओपन-सोर्स विकल्पों में शामिल हैं: mapeditor/tiled — Tiled is a multifunctional visual workspace for designing tile-based game levels, managing assets, and exporting… withsecurelabs/chainsaw — Chainsaw is a Windows forensic analysis tool used for parsing system databases and extracting security artefacts. It… godotengine/godot-demo-projects — This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the… funkincrew/funkin — Funkin is a rhythm game engine and scriptable gameplay framework designed for creating musical battle games with… tmodloader/tmodloader — tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It… bjorn/tiled — Tiled is a visual editor for creating two-dimensional game environments, functioning as a tile map editor and game…