Giter Club home page Giter Club logo

cheetah's People

Contributors

jinge avatar rpg-scriptum avatar scriptum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cheetah's Issues

Sound via OpenAL

OpenAL is most powerful OpenSource sound library with nice features, it must replace current SDLmixer

cant run on windows

Скачал из http://dl.dropbox.com/u/59878867/Cheetah-2D-Engine-daily.tar.gz
(http://www.gamedev.ru/projects/forum/?id=179043)
Ошибки:

F:\Downloads\WebDownloads\Cheetah-2D-Engine-daily.tar\Cheetah-2D-Engine-daily>if X == X (.\bin\win32\luajit.exe main.lua )  else (.\bin\win32\luajit.exe  )
.\bin\win32\luajit.exe: .\lib\cheetah.lua:517: cannot resolve symbol 'fontLineHeight': �������� ������� ���������.

stack traceback:
        [C]: in function '__index'
        .\lib\cheetah.lua:517: in main chunk
        [C]: in function 'require'
        main.lua:3: in main chunk
        [C]: ?

Закоментил на что ругается, после этого вот:

F:\Downloads\WebDownloads\Cheetah-2D-Engine-daily.tar\Cheetah-2D-Engine-daily>if X == X (.\bin\win32\luajit.exe main.lua )  else (.\bin\win32\luajit.exe  )
Renderer: GeForce GTX 660/PCIe/SSE2 (NVIDIA Corporation)
Driver: 4.5.0 NVIDIA 361.43
Checking extensions...
Shaders:        yes
Minmax blend:   yes
Framebuffer:    yes
Multitexture:   yes
Vertex Buffer:  yes
Point Sprite:   yes
main.lua:9: attempt to call global 'calll' (a nil value)
stack traceback:
        main.lua:9: in function <main.lua:8>
        .\lib\lquery\entity.lua:589: in function 'animate'
        .\lib\lquery\entity.lua:668: in function 'process_entities'
        .\lib\lquery\entity.lua:693: in function 'process_entities'
        .\lib\lquery\entity.lua:757: in function 'process'
        .\lib\lquery\init.lua:40: in function <.\lib\lquery\init.lua:36>
        [C]: in function 'xpcall'
        .\lib\cheetah.lua:120: in function 'mainLoop'
        main.lua:20: in main chunk
        [C]: ?

Particle system support

At least on HGE level of features. Particle editor may be written ontop of engine.

Next - apply particle forces: function that affects on each partcle speed or position. Engine must offer pre-defined forces and allow to create user's forces. Forces may be merged into chain. It must be interesting.

Rich-text

Rich-text function that allows to create colored text with images and so on.

Rich text may be done in two ways:

  • XML or HTML - similar to programmers and gives great flexibility but it's hard to parse
  • wiki-mode - readable pseudocode like in modern wiki-engines but it allows only formatting, not text styling - may be there must be some sort of HTML anyway

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.