在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ianmaclarty/amulet开源软件地址(OpenSource Url):https://github.com/ianmaclarty/amulet开源编程语言(OpenSource Language):C++ 66.2%开源软件介绍(OpenSource Introduction):Amulet is a Lua-based audio/visual toolkit designed for small games and experimentation. Here's what a minimal Hello World! looks like in Amulet: am.window{}.scene = am.text("Hello World!") Supported platformsIt currently runs on the following platforms:
Binary distributionsThese are available from http://www.amulet.xyz. DocumentationSee http://www.amulet.xyz/doc/. Reporting bugs or requesting featuresI don't use the github issue tracker. Instead please email bug reports or feature requests to me at ian -at- ianmaclarty.com, or use the forum. Building from sourceLinuxMake sure you have gcc and g++ installed, then do:
If you get errors, you may also need to install additional dev packages, such as as libgl1-mesa-dev (for OpenGL headers) or libasound2-dev (for audio support in SDL). OSXInstall the command line developer tools (clang, clang++), then do:
WindowsYou will need to install MinGW and MSYS as well as a Microsoft Visual C compiler. You will need to create your own version of msys.bat with something like the following at the top:
(VS120COMNTOOLS may be different depending on which version of Visual Studio you're using.) This sets up the Visual Studio command line environment. Then, from the msys shell, do:
Cross compilingIt's also possible to cross-compile to various platforms (e.g. HTML5, iOS, MinGW). See the files .travis.yml, scripts/appveyor.bat and scripts/travis.sh for examples of how to do this. CreditsAmulet uses or borrows code and ideas from the following projects:
The HTML editor uses code and ideas from: The Amulet logo was designed by Bethany Wilksch. Build status
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论