fatma-meawad / HelloLibgdx

Experimenting with Libgdx and Android
0 stars 0 forks source link

Getting Started #1

Open fatma-meawad opened 9 years ago

fatma-meawad commented 9 years ago

Create a hello world android application with a simple hello world libgdx application that uses the camera.

Camera: https://github.com/libgdx/libgdx/wiki/Integrating-libgdx-and-the-device-camera

Documentation: http://libgdx.badlogicgames.com/documentation.html http://libgdx.badlogicgames.com/features.html

a7medfahmy94 commented 9 years ago

@fatma-meawad I finished the simple game example found here : https://github.com/libgdx/libgdx/wiki/A-simple-game working ~ 3 hours.

now I'm moving to the camera integration part which seems to be somewhat complicated.