Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
/ Solar2DTux-Plugins Public archive

Home to Linux versions of Solar2D official plugins.

License

Notifications You must be signed in to change notification settings

DanS2D/Solar2DTux-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List of Solar2D* plugins ported to Linux. Simply add the relevant entries to your build.settings file.

UTF-8

Documentation

settings =
{
    plugins =
    {
        ["plugin.utf8"] =
        {
            publisherId = "com.solar2d",
            supportedPlatforms = {
                ["linux-sim"] = {url = "https://github.com/DannyGlover/Solar2DTux-Plugins/raw/master/utf8/data.tgz"},
            }
        },
    },
}

Tiny File Dialogs

Documentation

settings =
{
    plugins =
    {
        ["plugin.tinyFileDialogs"] =
        {
            publisherId = "com.revolt64",
            supportedPlatforms = {
                ["linux-sim"] = {url = "https://github.com/DannyGlover/Solar2DTux-Plugins/raw/master/tinyFileDialogs/data.tgz"},
            }
        },
    },
}  

Zip

Documentation

settings =
{
    plugins =
    {
        ["plugin.tinyFileDialogs"] =
        {
            publisherId = "com.solar2d",
            supportedPlatforms = {
                ["linux-sim"] = {url = "https://github.com/DannyGlover/Solar2DTux-Plugins/raw/master/zip/data.tgz"},
            }
        },
    },
}  

Bit

Documentation

settings =
{
    plugins =
    {
        ["plugin.bit"] =
        {
            publisherId = "com.solar2d",
            supportedPlatforms = {
                ["linux-sim"] = {url = "https://github.com/DannyGlover/Solar2DTux-Plugins/raw/master/bit/data.tgz"},
            }
        },
    },
}  

About

Home to Linux versions of Solar2D official plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published