Skip to content

RoturTW/apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to upload:

Fork the repo

Create a file called all/YourAppName/script.osl and put your OSL code there (for originOS Apps)

Create icon.icn in the same folder, and add your applications .icn file in there

Create info.json and fill out this json

Put Screenshots into all/YourAppName/screenshots

Screenshots need to be 16:9

You can have a maximum of 5 screenshots

{
  "title": "Your App Name",
  "description": "A description for your application",
  "author": "Your Rotur Username",
  "version": "If you update your app later, increment this value",
  "genre": "Pick the genre your app falls into",
  "game_modes": ["Single-player","Multiplayer"],
  "permissions": ["i'll fill these out for you based on your application code"],
  "supports": ["systems that your app supports"],
  "screenshots": ["the name of a screenshot file"]
}

Create a pull request for your app

Releases

No releases published

Packages

No packages published