From 4aede47e4b9119d8b2b9086df60badb5c25c3655 Mon Sep 17 00:00:00 2001 From: Gered King Date: Sat, 10 Aug 2013 10:38:23 -0400 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5024b0d --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +gdx-tilemap3d +============= + +A work-in-progress library to handle management and rendering of a game world composed of 3D "tiles" arranged in a +uniform 3D grid. Tiles can be composed of just simple 1x1x1 cubes or separate models scaled, rotated, and/or combined +at runtime to arrive at a final Tile model mesh. + +This is very much still a work-in-progress!