Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

lua game toolkit

License

NotificationsYou must be signed in to change notification settings

ianmaclarty/amulet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 platforms

It currently runs on the following platforms:

  • Windows 7+
  • Mac OS X
  • Linux
  • iOS
  • Android
  • HTML5

Binary distributions

These are available fromhttp://www.amulet.xyz.

Documentation

Seehttp://www.amulet.xyz/doc/.

Reporting bugs or requesting features

I don't use the github issue tracker. Instead please email bug reportsor feature requests to me at ian -at- ianmaclarty.com, or use theforum.

Building from source

Linux

Make sure you have gcc and g++ installed, then do:

make

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).

OSX

Install the command line developer tools (clang, clang++), then do:

make

Windows

You will need to installMinGW and MSYSas well as a Microsoft Visual C compiler.

You will need to create your own version of msys.bat with somethinglike the following at the top:

call "%VS120COMNTOOLS%vsvars32.bat" >NUL:

(VS120COMNTOOLS may be different depending on which versionof Visual Studio you're using.)

This sets up the Visual Studio command line environment.

Then, from the msys shell, do:

make

Cross compiling

It'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 forexamples of how to do this.

Credits

Amulet uses or borrows code and ideas from the following projects:

The HTML editor uses code and ideas from:

The Amulet logo was designed byBethany Wilksch.


[8]ページ先頭

©2009-2025 Movatter.jp