Hawkline451 / TeraCity

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 0 forks source link

RS 010: Input de texto para la busqueda #14

Closed Tewi closed 7 years ago

Tewi commented 8 years ago

Implementar metodo para hacer la busqueda de texto, hace una o las dos siguientes opciones:

pbadillatorrealba commented 8 years ago

Initiation :

pbadillatorrealba commented 8 years ago

Concept Location :

This concepts were found in the package FlyMode using a dependency search. Also, I realized that this software requirement were previously implemented but it's not functional.

pbadillatorrealba commented 8 years ago

Análisis de Impacto

DemianDrake commented 7 years ago

Important files

/engine/src/main/resources/assets/ui/ingame/search/searchMenuScreen.ui Search Menu appearance, coded in json.

/engine/src/main/java/org/terasology/rendering/nui/layers/search/SearchMenuScreen.java Search menu manager and controller.