Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Lua
Search - Lua - List
用Python,Lua和Ruby语言设计游戏...真的可以行的通吗?
Update : 2008-10-13 Size : 2804478 Publisher :

脚本语言开发游戏的经典-采用LUA,Python和Ruby
Update : 2008-10-13 Size : 2815191 Publisher : dwedw

lua源代码。 可应用于游戏脚本的开发和其它方面的应用
Update : 2008-10-13 Size : 216679 Publisher : 李大吊

OtherLua-5
DL : 1
Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 \"main\" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序被称作 embedding program 或简称为 host 。宿主程序可以通过调用函数执行一小段 Lua 代码,可以读写 Lua 变量,可以注入 C 函数让 Lua 代码调用。这些扩展的 C 函数,可以大大的扩展了 Lua 可以处理事务的领域,这样就可以订制出各种语言,而它们共享一个统一的句法格式的框架。 Lua 的官方发布版就包含了一个叫做 lua 的简单的宿主程序,它用 Lua 库提供了一个保证独立的 Lua 解释器。 Lua 是一个自由软件,它的使用许可决定了对它的使用过程一般没有任何保证。这份手册中描述的东西的实现,可以在 Lua 的官方网站 www.lua.org 找到
Update : 2008-10-13 Size : 109205 Publisher : yunjianzhang

programming in LUA


Update : 2008-12-25 Size : 1056170 Publisher : zuland

很轻巧的脚本语言。
Update : 2010-11-10 Size : 1805319 Publisher : sean_lan

进行LUA脚本编写不错的小工具
Update : 2011-09-30 Size : 2377116 Publisher : ldxiehu@163.com

支持LUA脚本,是游戏更加强大。
Update : 2012-05-16 Size : 14979 Publisher : q87121948@163.com

TheTool is highy customizable map editor(based on QT) which can be extended via LUA scripts. A first implentation is ready and can be published to the public. The editor is the perfect tool who wants to design some 3d games but don t have time to write -TheTool is highy customizable map editor (based on QT) which can be extended via LUA scripts. A first implentation is ready and can be published to the public. The editor is the perfect tool who wants to design some 3d games but don t have time to write
Update : 2024-05-07 Size : 40960 Publisher : 李奇

一个很好用的网络浏览器源程序,用C语言编写的德-a good use of the Internet browser source code, C language prepared by Germany
Update : 2024-05-07 Size : 514048 Publisher : 常葳

DL : 0
LUA代码,希望对学习者有用!!! 这是被逼的,必须上传,汗啊,其实这样的代码随处可见!!!见谅-LUA code, and I hope to learners useful! ! ! It was forced to, to be uploaded, Khan ah, the code can be seen everywhere! ! ! Sorry ...
Update : 2024-05-07 Size : 758784 Publisher : 坑坑

ZFXC是一款比较出名的3D游戏引擎。使用lua为脚本语言。图形模块用OpenGL和Direct3D开发实现跨平台。总之这个引擎很不错值得研究。-ZFXC is a relatively well-known 3D game engine. The use scripting language for the song. Graphics with OpenGL and Direct3D to achieve cross-platform development. In short, the engine very well worth studying.
Update : 2024-05-07 Size : 1113088 Publisher : 张朋

lua是纯Ansic的脚本语言,是最为小巧而运行速度最快的一种。作为魔兽世界的脚本语言而闻名-lua is pure Ansic scripting language, is the most compact and fastest running kind. EverQuest world as a scripting language, which is known
Update : 2024-05-07 Size : 1725440 Publisher : 修罗

Programming_In_Lua中文版. 由Luachina翻译校对,本人制作为pdf格式发布.用于脚本语言Lua的入门学习.-Programming_In_Lua the Chinese version. Translation by Luachina proofreading, I produced for the release pdf format. Lua scripting language for beginners learning.
Update : 2024-05-07 Size : 1055744 Publisher : Mao

DL : 0
基于lua的图像处理代码An image processing application based on a scripting language: now LUA (LIP subproject). Some native function are built-in, and some use other projects (FreeImage and FreeType). Planned binding for Python.-lua-based image processing code An image processing applica tion based on a scripting language : now Roman (LIP subproject). Some native function are built-in, and some use other projects (FreeImage and Free Type). Planned binding for Python.
Update : 2024-05-07 Size : 79872 Publisher : yuhongchun

LUA语言源代码,配合LuaBind或者LuaWrapper可以在游戏引擎中加入脚本,使开发更加灵活-LUA language source code, with or LuaBind game engine LuaWrapper can add script to the development of more flexible
Update : 2024-05-07 Size : 153600 Publisher : Haichao Yu

DL : 0
tolua++是一个对lua进行封装调用的工具,可以自动绑定C++类和函数,代码很值得研究-tolua++ is a package called lua tools can automatically bind C++ category and function, the code is worth studying
Update : 2024-05-07 Size : 452608 Publisher : leonliu

Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集)-Lua is an extension of programming language, it is designed to support the process of general-purpose programming, and have the relevant data description facilities. Lua can also object-oriented programming, functional programming, data-driven programming to provide good support. It could serve as a strong, light-weight scripting language for the use of any necessary procedures. Using Lua with a clean C library written in the form. (The so-called Clean C, refers to ANSI C and C++ CPC
Update : 2024-05-07 Size : 61440 Publisher : ws07

DL : 0
這是一個利用 Lua Wrapper - LuaPus 的實作範例,主要用於讀取 Lua Script。-This is a use of Lua Wrapper- LuaPus example of the implementation, mainly for reading Lua Script.
Update : 2024-05-07 Size : 134144 Publisher : Gerald

DL : 0
lua语言windows开发环境,lua语言现在应用很广,找到这个类给大家学习,希望有所帮助!
Update : 2024-05-07 Size : 58368 Publisher : 李征
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.