forked from moai/moai-community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brought over build systems and utils from moat-dev; bumped moat-dev s…
…ubmodule
- Loading branch information
Patrick Meehan
committed
Mar 8, 2016
1 parent
f5f7aac
commit 107a65e
Showing
657 changed files
with
250,129 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
shallow_clone: true | ||
clone_depth: 2 | ||
|
||
build_script: bin\ci-windows.bat | ||
|
||
test: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ios/ | ||
osx/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
BUNDLE_PATH: vendor/bundle | ||
BUNDLE_DISABLE_SHARED_GEMS: '1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'ruby-progressbar' | ||
gem 'haml' | ||
gem 'nokogiri' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
haml (4.0.3) | ||
tilt | ||
nokogiri (1.5.9) | ||
ruby-progressbar (1.0.2) | ||
tilt (1.4.1) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
haml | ||
nokogiri | ||
ruby-progressbar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
%h1 Welcome to Moai! | ||
|
||
%p | ||
Thanks for installing the SDK. Here's the scoop. | ||
|
||
%h2 Sample code | ||
|
||
%p | ||
Go to the samples folder, choose a sample, then execute run.bat (or run.sh) to see it perform. | ||
%p | ||
One of our priorities is to build richer samples for Moai developers, so if you'd like to see a particular code sample, let us know by posting in the | ||
%a{ href: "http://getmoai.com/forums/" } Moai Forums. | ||
|
||
%h2 FAQ | ||
|
||
%p | ||
Answers to frequently asked questions are available in the | ||
%a{ href: "http://getmoai.com/marketing/moai-faqs.html" } Moai FAQ. | ||
%h2 Wiki | ||
%p | ||
You can find detailed documentation, instructions and other helpful information in the | ||
%a{ href: "http://getmoai.com/wiki/" } Moai Wiki. | ||
%h2 Moai Cloud | ||
%p | ||
You can sign in for a Moai Cloud account which allows you to upload Lua scripts to be hosted and run as web services via the | ||
%a{ href: "http://dashboard.moaicloud.com/" } Moai Cloud Dashboard. | ||
%p | ||
If you have support questions, post them to the | ||
%a{ href: "http://getmoai.com/forums/moai-cloud-developer-support.html" } Moai Cloud Developer Support Forum | ||
or check out the | ||
%a{ href: "http://getmoai.com/wiki/" } Moai Wiki. | ||
%h2 License | ||
%p | ||
This SDK uses the | ||
%a{ href: "http://www.opensource.org/licenses/cpal_1.0" } CPAL license. | ||
%h2 Made with Moai SDK | ||
%p | ||
Refer to the | ||
%a{ href: "http://getmoai.com/marketing/made-with-moai.html"} Made With Moai page | ||
for attribution screens to include with games made with Moai. | ||
%h2 Summary | ||
%p | ||
Happy game-making with Moai. | ||
%p | ||
Check out the | ||
%a{ href: "http://getmoai.com/wiki/" } Moai Wiki | ||
, ping us through | ||
%a{ href: "http://getmoai.com/forums/" } the forums | ||
or email us at | ||
%a{ href: "mailto:[email protected]" } [email protected] | ||
if you need help. The Moai team is here to help. |
Oops, something went wrong.