Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rust Libs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Rust Libs
Commits
e4fb0015
Verified
Commit
e4fb0015
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Add micro_ldtk page
parent
4aabeb10
Branches
trunk
No related tags found
No related merge requests found
Pipeline
#467
passed with stage
in 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/routes/micro-autotile/+page.svelte
+1
-1
1 addition, 1 deletion
src/routes/micro-autotile/+page.svelte
src/routes/micro-ldtk/+page.svelte
+24
-0
24 additions, 0 deletions
src/routes/micro-ldtk/+page.svelte
with
25 additions
and
1 deletion
src/routes/micro-autotile/+page.svelte
+
1
−
1
View file @
e4fb0015
...
...
@@ -3,7 +3,7 @@
</script>
<Card
title=
"
Micro
Autotile"
title=
"Autotile"
image=
"https://lab.lcr.gr/uploads/-/system/project/avatar/69/noun-tiling-1036560-FFFFFF.png?width=64"
url=
"lab.lcr.gr/microhacks/micro_autotile"
badges=
{
[
...
...
This diff is collapsed.
Click to expand it.
src/routes/micro-ldtk/+page.svelte
0 → 100644
+
24
−
0
View file @
e4fb0015
<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>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment