Skip to content
Snippets Groups Projects
+page.svelte 1.08 KiB
Newer Older
Louis's avatar
Louis committed
<script>
	import Card from "../../components/Card.svelte";
</script>

<Card
		title="LDTK / Bevy"
		image="https://lab.lcr.gr/uploads/-/system/project/avatar/61/noun-map-668097-FFFFFF.png?width=64"
		url="lab.lcr.gr/microhacks/bevy-micro-ldtk"
		badges={[
				{ href: 'https://crates.io/crates/micro_ldtk', src: 'https://img.shields.io/crates/v/micro_ldtk?color=%2344a8ff&style=flat-square', alt: 'Crates IO' },
				{ href: 'https://docs.rs/micro_ldtk', src: 'https://img.shields.io/docsrs/micro_ldtk?style=flat-square', alt: 'Docs RS' },
			]}
		tags={[
				{ tag_type: 'active', content: 'Active Development' },
				{ tag_type: 'engine', content: 'Bevy' },
				{ tag_type: 'info', content: 'Assets' },
				{ tag_type: 'info', content: 'Data' },
				{ tag_type: 'info', content: 'Tilemaps' },
			]}
>
	micro_ldtk provides a feature rich layer on top of raw LDTK JSON data, focused on the Bevy engine, and with a goal
	of forward compatible support for as many LDTK schema versions as is sensible. Exposes an index of levels and an index
	of tilesets, with support for new multi-world LDTK files.
</Card>