#
tiled
Here are 86 public repositories matching this topic...
Swift framework for working with Tiled assets in SpriteKit
-
Updated
Jan 13, 2019 - Swift
NES Universal Level Editor (Chip & Dale, Darkwing Duck, Duck Tales, Duck Tales 2, MegaMan 4, Chip & Dale 2, Tale Spin, Little Mermaid, Jungle Book, Flintstones and many others)
-
Updated
Feb 25, 2019 - C#
Tilemap animations, physics, events and custom property enhancements for Tiled JSON map files
-
Updated
Dec 10, 2017 - JavaScript
bcvery1
commented
Apr 5, 2019
TilePix only supports orthogonal maps (currently - hopefully we'll be able to support other types in the future). A sensible error should be returned on Reading a map which doesn't have orientation="orthogonal".
Need to set up a constant for each type:
- orthogonal
- hexagonal
- isometric
- staggered
Then, using a switch statement, check against each, returning an error if not
A tiled DeepDream project for creating any size of image, on both CPU and GPU
learning
channel
tile
cpu
protobuf
neural-network
tensorflow
gpu
channels
tiling
deep
labels
deepdream
tiled
protobuf-dreamer
-
Updated
Jun 6, 2017 - Python
A 2d map generator written in Go
-
Updated
Mar 11, 2020 - Go
Driftwood 2D Tiling Game Engine and Development Suite
game
python
gamedev
json
tile
game-engine
sdl
sdl2
tile-engine
python3
python35
2d-game
tiled
pysdl2
scriptable
driftwood-2d
-
Updated
Sep 10, 2018 - Python
Tuile (french for tile) is a 2D graphics engine inspired from old hardware and based on layers, tiles sets, tile maps and sprites. Its scanline rendering pipeline makes it perfect for raster effects.
game
gamedev
tile
hardware
sprites
graphics
retro
tiled-map-editor
tmx
palettes
tilesets
2d-game-engine
tiled
tuile
raster-effects
-
Updated
Mar 28, 2020 - Go
A game engine utilising "Tiled" map files
-
Updated
Jun 13, 2020 - C++
Tiled map loader for the Nim programming language
-
Updated
Aug 21, 2018 - HTML
Cross-platform Tiled map parsing utilities.
-
Updated
Jun 25, 2019 - C#
Tiled map library for CL
-
Updated
Dec 10, 2019 - Common Lisp
ITU(Isometric Tiled 2 Unity) is the tool for analyze Tiled map and export it to Unity.
unity
tiled-map-editor
isometric
unity3d-plugin
tiledmap
tiled
unity2d
tiled-parser
tiled2unity-plugin
-
Updated
Sep 25, 2018 - C#
A Game Engine for 2D/3D Games written in go
-
Updated
Oct 31, 2019 - Go
Improve this page
Add a description, image, and links to the tiled topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tiled topic, visit your repo's landing page and select "manage topics."
I ran into build problem with tests. We may be missing a dependency check for spatialite-tools on a fresh build, but don't explicitly check for its existence when building the test target. As a result, the test target fails downstream when a require data dependency is missing.
Here's the error I got: