在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):rxi/lovedos开源软件地址(OpenSource Url):https://github.com/rxi/lovedos开源编程语言(OpenSource Language):C 96.6%开源软件介绍(OpenSource Introduction):LoveDOSA framework for making 2D DOS games in Lua. LoveDOS provides an API based on a subset of the LÖVE API. Getting startedYou can download LoveDOS from the releases page. If you're not using DOS as your operating system then DOSbox can be used to emulate a DOS computer. When you run love mygame A small example program which displays white text on a black background and
exits when the function love.draw()
love.graphics.print('Hello World!', 20, 20)
end
function love.keypressed(key)
if key == "escape" then
love.event.quit()
end
end The doc/api.md file provides a reference and overview of all of the built-in LoveDOS modules, functions and callbacks. The doc/packaging.md file provides instructions for packaging your game for distribution. BuildingInstructions for building the project from source can be found in the doc/building.md file. LicenseThis library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details. LoveDOS includes Lua (MIT license). The full license for Lua can be found at the bottom of the src/lib/lua/lua.h file. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论