fdns / Terasology

Terasology is an open source project started by Benjamin "begla" Glatzel to research procedural terrain generation and efficient rendering techniques in Java using the LWJGL. The engine uses a block-based voxel-like approach as seen in Minecraft. After proving itself as a solid tech demo begla was joined at first by Anton "small-jeeper" Kireev and Rasmus "Cervator" Praestholm and a full-fledged game concept was born. Our goal is a game that pays ample tribute to Minecraft in initial look and origin, but stakes out its own niche by adopting the NPC-helper and caretaker feel from such games as Dwarf Fortress and Dungeon Keeper, while striving for added depth and sophistication in the foundation systems akin to DF.
http://terasology.org/
Apache License 2.0
0 stars 4 forks source link

RS46 Investigar API GitHub #76

Closed mperalta92 closed 9 years ago

mperalta92 commented 9 years ago

Investigar Sobre GitHub y la API (https://developer.github.com) que permita -Verificar si existe un repositorio github de un proyecto -Obtener métricas "bugs" y "versiones"

kidonkey commented 9 years ago

Específicamente para utilizar la API de GitHub (que en realidad no se usó) fueron descargadas 2 librerías para poder implementar la adquisición de datos remotos: JSch [1] para permitir la transferencia de datos y JGit [2], una librería con clases y métodos para interactuar con estructuras git.

Esta decisión se tomó debido a que la API de GitHub no prestaba las funciones específicas que necesitábamos obtener información de los repositorios y era difícil manejarla desde el juego.

[1] http://www.jcraft.com/jsch/ [2] https://eclipse.org/jgit/