Created
September 29, 2025 10:25
-
-
Save camjocotem/a4d5e246ecf6c884671fa8bc22edf96b to your computer and use it in GitHub Desktop.
Emotion Wheel (WIP)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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