https://github.com/coronalabs/samples-coronasdk
Sample code for Corona SDK.
https://github.com/coronalabs/samples-coronasdk
Last synced: 11 months ago
JSON representation
Sample code for Corona SDK.
- Host: GitHub
- URL: https://github.com/coronalabs/samples-coronasdk
- Owner: coronalabs
- Created: 2015-06-25T20:43:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T18:52:29.000Z (almost 2 years ago)
- Last Synced: 2025-07-13T03:39:06.596Z (12 months ago)
- Language: Lua
- Size: 62.5 MB
- Stars: 59
- Watchers: 33
- Forks: 74
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.markdown
Awesome Lists containing this project
README
## Solar2D Sample Code
These samples have been adapted for cross-platform deployment in the following ways:
* Automatic content scaling for multiple screen dimensions using an optional "config.lua" file with either "letterbox" or "zoomEven" scale mode.
* Android device permissions added to "build.settings" where appropriate; for example, Android requires specific permissions for GPS, Internet access, or using the camera.
For more information on the "config.lua" and "build.settings" files, see the following guides:
* [Project Configuration](https://docs.coronalabs.com/guide/basics/configSettings/index.html)
* [Project Build Settings](https://docs.coronalabs.com/guide/distribution/buildSettings/index.html)
### License
All sample code is [MIT licensed](https://solar2d.com/LICENSE.txt).