Skip to content

Instantly share code, notes, and snippets.

@camjocotem
Created September 29, 2025 10:25
Show Gist options
  • Select an option

  • Save camjocotem/a4d5e246ecf6c884671fa8bc22edf96b to your computer and use it in GitHub Desktop.

Select an option

Save camjocotem/a4d5e246ecf6c884671fa8bc22edf96b to your computer and use it in GitHub Desktop.
Emotion Wheel (WIP)
[
{
"emotion": "Anger",
"children": [
{
"emotion": "Hurt",
"children": [
{
"emotion": "Embarrassed"
},
{
"emotion": "Devastated"
}
]
},
{
"emotion": "Threatened",
"children": [
{
"emotion": "Insecure"
},
{
"emotion": "Jealous"
}
]
},
{
"emotion": "Hateful",
"children": [
{
"emotion": "Resentful"
},
{
"emotion": "Violated"
}
]
},
{
"emotion": "Mad",
"children": [
{
"emotion": "Furious"
},
{
"emotion": "Enraged"
}
]
},
{
"emotion": "Aggressive",
"children": [
{
"emotion": "Provoked"
},
{
"emotion": "Hostile"
}
]
},
{
"emotion": "Frustrated",
"children": [
{
"emotion": "Infuriated"
},
{
"emotion": "Irritated"
}
]
},
{
"emotion": "Distant",
"children": [
{
"emotion": "Withdrawn"
},
{
"emotion": "Suspicious"
}
]
},
{
"emotion": "Critical",
"children": [
{
"emotion": "Skeptical"
},
{
"emotion": "Sarcastic"
}
]
}
]
},
{
"emotion": "Disgust"
},
{
"emotion": "Sad"
},
{
"emotion": "Happy"
},
{
"emotion": "Surprise"
},
{
"emotion": "Fear"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment