Пакет t-engine4: Информация

    Исходный пакет: t-engine4
    Версия: 1.0.0-alt1beta28
    Собран:  14 июня 2011 г. 11:43
    Категория: Игры/Приключения
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: GPLv3
    О пакете: A roguelike game engine operating in Lua
    Описание: 
    T-Engine4: Flexible roguelike game engine
    
    T-Engine4 (TE4 for short) is a roguelike game engine operating in Lua and available for all major platforms (known to work on Windows, OSX, Linux and various BSD).
    What does it do?
    
    T-Engine4 provides many building blocks for your own roguelike game:
    
        Cross-platform support. A T-Engine4 game is completly made in Lua, as such your game will run automatically on all platforms supported by the engine.
        Fast rendering through the use of OpenGL (but you do not have to worry about it, it is well integrated)
        Support for both "old school" ASCII display or graphical tiles
        Generic save/load code, your objects are automatically saveable without anything to do at all in most cases
        Object Oriented design with lots of flexibility, thanks to Lua
        Map handling
        Generic "Entities" concept that can become terrain features, objects, player(s), NPCs, ...
        Keyboard and Mouse easy support
        Various basic entities class interfaces to make your actors have life, stats, talents, ... with the possibility to define your own
        Generic "Zone" design, that can contain and define levels. A zone can be made into a dungeon, a forest, a wilderness map, a town, ...
        Handle either (or both!) persistent and non-persistent levels
        Malleable data structure design
        Extendable "dialog windows" system
        Many utility classes (chats, stores, default interfaces, character generator, ...)
        Keybind system that allows to user to assign keys to abstract actions and then lets a game bind to those actions
        Integrated download center: If you reference your game on te4.org then existing T-Engine4 users will be able to see the game in their list inside T-Engine
        Particles engine for some neat graphical effects
        Sound and music support
        Many other things, just check it out!

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    t-engine4 (x86_64, i586)
    t-engine4-data (noarch)
    t-engine4-examples (noarch)
    t-engine4-tome (noarch)

    Сопровождающий: George V. Kouryachy

    Список участников:
    George V. Kouryachy

    Права:
    George V. Kouryachy
    @everybody

      1. premake
      2. libSDL_image-devel
      3. libSDL_mixer-devel
      4. libSDL_ttf-devel

    Последнее изменение


    11 июня 2011 г. George V. Kouryachy 1.0.0-alt1beta28
    - Initial build from scratch