enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of applications using Lua - Wikipedia

    en.wikipedia.org/wiki/List_of_applications_using_Lua

    Cocos2d uses Lua to build games with their Cocos Code IDE. Codea is a Lua editor native to the iOS operating-system. Core uses Lua for user scripts. [4] CRYENGINE uses Lua for user scripts. [5] Custom applications for the Creative Technology Zen X-Fi2 portable media player can be created in Lua.

  3. ZeroBrane Studio - Wikipedia

    en.wikipedia.org/wiki/ZeroBrane_Studio

    ZeroBrane Studio provides local, remote and cross-platform debugging for applications executing Lua code. The debugger supports the following functions: step through the code, set/remove breakpoints, inspect variables and expressions using the Watch window, inspect the call stack with local values and upvalues (local values defined in the outer ...

  4. List of game engines - Wikipedia

    en.wikipedia.org/wiki/List_of_game_engines

    Includes multiplayer network code, seamless indoor-outdoor rendering engines, skeletal animation, drag and drop GUI creation, built in world editor, C-like scripting language Turbulenz: TypeScript: JavaScript: Yes 2D, 3D HTML5, iOS, Android: MIT: Twine: CSS/JavaScript: 2009 JavaScript: Yes 2D Windows, macOS, Linux, Web application: Depression ...

  5. Cocos2d - Wikipedia

    en.wikipedia.org/wiki/Cocos2d

    Support binding to JavaScript, Lua, and other engines exist for Cocos2D. For example, Cocos2d JavaScript Binding (JSB) for C/C++/Objective-C is the wrapper code that sits between native code and JavaScript code using Mozilla's SpiderMonkey. With JSB, you can accelerate your development process by writing your game using easy and flexible ...

  6. Comparison of integrated development environments - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_integrated...

    21 Lua. 22 Pascal, Object Pascal. 23 Perl. 24 PHP. 25 Python. 26 R. 27 Racket. 28 Ruby. 29 Rust. 30 Scala. ... standalone tools such as source-code editors and GUI ...

  7. Löve (game framework) - Wikipedia

    en.wikipedia.org/wiki/Löve_(game_framework)

    Lutro is a Lua game framework for libretro, a partial port of the LÖVE [40] API. ChaiLove follows a similar path by offering an implementation in ChaiScript, an embedded and cross-platform scripting language for C++ (C++14). [41] love.js is a port of LÖVE that aims to make it possible to run LÖVE games on the web via HTML5, WebGL, and ...

  8. Category : Lua (programming language)-scripted video games

    en.wikipedia.org/wiki/Category:Lua_(programming...

    Pages in category "Lua (programming language)-scripted video games" The following 179 pages are in this category, out of 179 total. This list may not reflect recent changes .

  9. Help:Lua debugging - Wikipedia

    en.wikipedia.org/wiki/Help:Lua_debugging

    This help-page, Help:Lua debugging, explains issues of writing Lua script and debugging the source code, to remove errors or improve performance. Because Lua is a "semi-compiled" interpreted language, it does not prescreen for all common syntax errors, nor detect misspelled variables, which are only found at runtime when seeing the " Script ...