Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 56 additions & 2 deletions dist/mascots.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,60 @@
{
"generatedAt": "2026-06-29T23:24:23.513Z",
"generatedAt": "2026-07-03T09:52:09.218Z",
"mascots": [
{
"description": "Sci-fi HUD ring mascot inspired by Iron Man's J.A.R.V.I.S. Features a rotating idle state, listening pulse, and talking animation — controlled via a single ViewModel number property (animState).",
"files": [
{
"bytes": 63252,
"path": "mascots/jarvis/jarvis.riv",
"role": "runtime",
"sha256": "8a6c79125339f507047149648f4786b384cd8bd5cda0226fefb12df173c70a5a",
"url": "https://raw.githubusercontent.com/tinyhumansai/mascots/main/mascots/jarvis/jarvis.riv"
},
{
"bytes": 184057,
"path": "mascots/jarvis/jarvis.rev",
"role": "source",
"sha256": "afde0e8f0a9c12485d90d14c4664f0806bf0266a288bee8f2e3d6a717c9893ed",
"url": "https://raw.githubusercontent.com/tinyhumansai/mascots/main/mascots/jarvis/jarvis.rev"
}
],
"id": "jarvis",
"name": "Jarvis",
"stateEngine": {
"idlePoseCycle": [
"JarvisRotate"
],
"states": {
"idle": "JarvisRotate",
"thinking": "listening"
},
"visemeCodes": [
"sil",
"PP",
"FF",
"TH",
"DD",
"kk",
"CH",
"SS",
"nn",
"RR",
"aa",
"E",
"ih",
"oh",
"ou"
]
},
"status": "draft",
"tags": [
"ai",
"hud",
"openhuman",
"scifi"
]
},
{
"description": "Default OpenHuman mascot built in Rive Studio.",
"files": [
Expand Down Expand Up @@ -142,7 +196,7 @@
"schemaVersion": 1,
"source": {
"branch": "main",
"commit": "efc4b03a67be204125971242d3e355be6e7276f1",
"commit": "local",
"repository": "tinyhumansai/mascots"
}
}
Binary file added mascots/jarvis/jarvis.rev
Binary file not shown.
Binary file added mascots/jarvis/jarvis.riv
Binary file not shown.
27 changes: 27 additions & 0 deletions mascots/jarvis/mascot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "jarvis",
"name": "Jarvis",
"description": "Sci-fi HUD ring mascot inspired by Iron Man's J.A.R.V.I.S. Features a rotating idle state, listening pulse, and talking animation — controlled via a single ViewModel number property (animState).",
"status": "draft",
"tags": ["hud", "scifi", "ai", "openhuman"],
"stateEngine": {
"visemeCodes": ["sil", "PP", "FF", "TH", "DD", "kk", "CH", "SS", "nn", "RR", "aa", "E", "ih", "oh", "ou"],
"states": {
"idle": "JarvisRotate",
"thinking": "listening"
},
"idlePoseCycle": [
"JarvisRotate"
]
},
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"files": [
{
"role": "runtime",
"path": "jarvis.riv"
},
{
"role": "source",
"path": "jarvis.rev"
}
]
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
Loading