Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacob-c-smith/gschema
- Owner: Jacob-C-Smith
- License: mit
- Created: 2022-04-28T07:24:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T06:38:00.000Z (9 months ago)
- Last Synced: 2024-02-05T07:47:34.645Z (9 months ago)
- Topics: json, json-schema, website
- Homepage: https://schema.g10.app/
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |