- 授权协议: MIT
- 开发语言: Lua
- 操作系统: Windows
- 软件首页: https://github.com/rxi/lovedos
- 软件文档: https://github.com/rxi/lovedos
软件介绍
LoveDOS 是一个用 Lua 语言开发 2D 的 DOS 游戏的框架,提供 LÖVE API 的子集
示例代码:
function love.draw()
love.graphics.print('Hello World!', 20, 20)
end
function love.keypressed(code)
if code == 1 then os.exit() end
end
Learning Processing
Daniel Shiffman / Morgan Kaufmann / 2008-08-15 / USD 49.95
Book Description Teaches graphic artists the fundamentals of computer programming within a visual playground! Product Description This book introduces programming concepts in the context of c......一起来看看 《Learning Processing》 这本书的介绍吧!
