From 5a8391aa28df8315b5bff7e4dfa9478050e7608b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 26 Jun 2014 11:53:55 -0430 Subject: [PATCH] Updated the README file. --- README.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d5ec59..a591f42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,27 @@ -NxtAR-core -========== +NxtAR: A generic software architecture for Augmented Reality based mobile robot control. +======================================================================================== -Modulo 2 de mi trabajo especial de grado. +Core module +----------- + +### Abstract ### + +NxtAR is a generic software architecture for the development of Augmented Reality games +and applications centered around mobile robot control. This is a reference implementation +with support for [LEGO Mindstorms NXT][1] mobile robots. + +### Module description ### + +The core module comprises all the operating system independent classes that implemente the +base architecture and the different scenarios for the application. This implementation is +designed and built around the [LibGDX][2] and the [Artemis Entity-System Framework][3] libraries. + +Currently there is one scenario titled *Bomb Game*. + +### Module installation and usage. ### + +The core module cannot be used directly. It is intended to be compiled with a LibGDX backend module. + + [1]: http://www.lego.com/en-us/mindstorms/?domainredir=mindstorms.lego.com + [2]: http://libgdx.badlogicgames.com/ + [3]: http://gamadu.com/artemis/