This is an iOS and Android app icon generator built in LUA for Corona SDK
mythinkhouse/appicongenerator
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
To operate this replace the main icon you want (I suggest a square file size >= 500 x 500). Replace the file with appIconMain.png The device height and width in your config.lua need to be set to the actual height and width of the device/simluator you are using. To add additional icons to be created add the name you would like (do not include the .png extension) to the table on line 17 and add the squared size you would like it to be on line 18. The current setup supports: iconName = {"Icon-xxxhdpi", "Icon-xxhdpi", "Icon-xhdpi", "Icon-mdpi", "Icon-ldpi", "Icon-hdpi", "Icon-180", "Icon-167", "Icon-152", "Icon-120", "Icon-87", "Icon-80", "Icon-76", "Icon-58", "Icon-40", "Icon",} iconSize = {192, 144, 96, 48, 36, 72, 180, 167, 152, 120, 87, 80, 76, 58, 40, 57} The files are created in your Documents directory of the simulator w/in Sandbox. I have not tried but there should be a way to deploy native OSx and Windows programs. Feel free to add more!
About
This is an iOS and Android app icon generator built in LUA for Corona SDK
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published