vorg / ideas

Collection of ideas for projects I would like to build at some point
0 stars 0 forks source link

Semantic config #1

Open vorg opened 9 years ago

vorg commented 9 years ago

JSON-LD config schema for automatic GUI generation

{
  "@context": {
    "title": "https://schema.org/text",
    "numParticles": "http://schema.org/float",
    "spriteTextureFile": "http://schema.org/image"
  },
  "title": "Amazing particle app",
  "numParticles": 1000,
  "spriteTextureFile": "assets/glow.jpg"
}

Issues: