Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacob-c-smith/gschema

JSON schemas for G10
https://github.com/jacob-c-smith/gschema

json json-schema website

Last synced: about 17 hours ago
JSON representation

JSON schemas for G10

Awesome Lists containing this project

README

        

# G10 Schema
Defines schemas for G10 JSON.

| Object type | Done? | Schema URI |
| --------------- | :-----: | --------------------------------------------|
| Instance | ✓ | https://schema.g10.app/instance.json |
| Scene | ✓ | https://schema.g10.app/scene.json |
| Entity | ✓ | https://schema.g10.app/entity.json |
| Material | ✓ | https://schema.g10.app/material.json |
| Texture | ✓ | https://schema.g10.app/texture.json |
| Part | ✓ | https://schema.g10.app/part.json |
| Shader | ✓ | https://schema.g10.app/shader.json |
| Collider | ✓ | https://schema.g10.app/collider.json |
| Particle System | ✗ | https://schema.g10.app/particle-system.json |
| Transform | ✓ | https://schema.g10.app/transform.json |
| Rigid Body | ✓ | https://schema.g10.app/rigid-body.json |
| Rig | ✓ | https://schema.g10.app/rig.json |
| Bone | ✓ | https://schema.g10.app/bone.json |
| Camera | ✓ | https://schema.g10.app/camera.json |
| Light | ✓ | https://schema.g10.app/light.json |
| Skybox | ✓ | https://schema.g10.app/skybox.json |
| Input | ✓ | https://schema.g10.app/input.json |
| Sound | ✗ | https://schema.g10.app/sound.json |
| Server | ✗ | https://schema.g10.app/server.json |