Skip to content

Instantly share code, notes, and snippets.

@rayzchen
Last active August 7, 2022 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayzchen/c0c0f4968aff34bfa620f6d1582600b3 to your computer and use it in GitHub Desktop.
Save rayzchen/c0c0f4968aff34bfa620f6d1582600b3 to your computer and use it in GitHub Desktop.
digraph deps {
node [fontsize="16pt", shape="box"];
"pyunity"
"pyunity.loader"
"pyunity._version"
"pyunity.gui"
"pyunity.input"
"pyunity.scenes"
"pyunity.scenes.sceneManager"
"pyunity.scenes.scene"
"pyunity.physics"
"pyunity.physics.core"
"pyunity.physics.config"
"pyunity.audio"
"pyunity.scenes.runner"
"pyunity.events"
"pyunity.render"
"pyunity.resources"
"pyunity.meshes"
"pyunity.files"
"pyunity.core"
"pyunity.window"
"pyunity.settings"
"pyunity.window.abc"
"pyunity.values"
"pyunity.values.quaternion"
"pyunity.values.vector"
"pyunity.values.abc"
"pyunity.values.other"
"pyunity.errors"
"pyunity.values.mathf"
"pyunity.window.providers"
"pyunity.config"
"pyunity.logger"
"pyunity" -> "pyunity.render"
"pyunity" -> "pyunity.audio"
"pyunity" -> "pyunity.config"
"pyunity" -> "pyunity.scenes"
"pyunity" -> "pyunity.physics"
"pyunity" -> "pyunity.values"
"pyunity" -> "pyunity.events"
"pyunity" -> "pyunity.meshes"
"pyunity" -> "pyunity.window"
"pyunity" -> "pyunity.errors"
"pyunity" -> "pyunity.gui"
"pyunity" -> "pyunity.input"
"pyunity" -> "pyunity.files"
"pyunity" -> "pyunity.loader"
"pyunity" -> "pyunity._version"
"pyunity" -> "pyunity.logger"
"pyunity" -> "pyunity.core"
"pyunity.loader" -> "pyunity.resources"
"pyunity.loader" -> "pyunity.scenes"
"pyunity.loader" -> "pyunity.values"
"pyunity.loader" -> "pyunity.meshes"
"pyunity.loader" -> "pyunity.errors"
"pyunity.loader" -> "pyunity._version"
"pyunity.loader" -> "pyunity.files"
"pyunity.loader" -> "pyunity.logger"
"pyunity.loader" -> "pyunity.core"
"pyunity.gui" -> "pyunity.render"
"pyunity.gui" -> "pyunity.resources"
"pyunity.gui" -> "pyunity.values"
"pyunity.gui" -> "pyunity.meshes"
"pyunity.gui" -> "pyunity.events"
"pyunity.gui" -> "pyunity.errors"
"pyunity.gui" -> "pyunity.input"
"pyunity.gui" -> "pyunity.files"
"pyunity.gui" -> "pyunity.logger"
"pyunity.gui" -> "pyunity.core"
"pyunity.input" -> "pyunity.errors"
"pyunity.input" -> "pyunity.scenes"
"pyunity.input" -> "pyunity.values"
"pyunity.scenes" -> "pyunity.scenes.scene"
"pyunity.scenes" -> "pyunity.scenes.sceneManager"
"pyunity.scenes.sceneManager" -> "pyunity.scenes.runner"
"pyunity.scenes.sceneManager" -> "pyunity.scenes.scene"
"pyunity.scenes.sceneManager" -> "pyunity.errors"
"pyunity.scenes.sceneManager" -> "pyunity.logger"
"pyunity.scenes.sceneManager" -> "pyunity.settings"
"pyunity.scenes.scene" -> "pyunity.render"
"pyunity.scenes.scene" -> "pyunity.audio"
"pyunity.scenes.scene" -> "pyunity.config"
"pyunity.scenes.scene" -> "pyunity.values"
"pyunity.scenes.scene" -> "pyunity.meshes"
"pyunity.scenes.scene" -> "pyunity.events"
"pyunity.scenes.scene" -> "pyunity.errors"
"pyunity.scenes.scene" -> "pyunity.files"
"pyunity.scenes.scene" -> "pyunity.physics.core"
"pyunity.scenes.scene" -> "pyunity.logger"
"pyunity.scenes.scene" -> "pyunity.core"
"pyunity.physics" -> "pyunity.physics.core"
"pyunity.physics.core" -> "pyunity.physics.config"
"pyunity.physics.core" -> "pyunity.values"
"pyunity.physics.core" -> "pyunity.errors"
"pyunity.physics.core" -> "pyunity.core"
"pyunity.physics.config" -> "pyunity.values"
"pyunity.audio" -> "pyunity.core"
"pyunity.audio" -> "pyunity.logger"
"pyunity.audio" -> "pyunity.config"
"pyunity.scenes.runner" -> "pyunity.render"
"pyunity.scenes.runner" -> "pyunity.config"
"pyunity.scenes.runner" -> "pyunity.events"
"pyunity.scenes.runner" -> "pyunity.errors"
"pyunity.scenes.runner" -> "pyunity.logger"
"pyunity.events" -> "pyunity.config"
"pyunity.events" -> "pyunity.values"
"pyunity.events" -> "pyunity.errors"
"pyunity.events" -> "pyunity.logger"
"pyunity.events" -> "pyunity.core"
"pyunity.render" -> "pyunity.config"
"pyunity.render" -> "pyunity.values"
"pyunity.render" -> "pyunity.meshes"
"pyunity.render" -> "pyunity.errors"
"pyunity.render" -> "pyunity.core"
"pyunity.render" -> "pyunity.files"
"pyunity.render" -> "pyunity.logger"
"pyunity.render" -> "pyunity.resources"
"pyunity.resources" -> "pyunity.logger"
"pyunity.meshes" -> "pyunity.files"
"pyunity.meshes" -> "pyunity.values"
"pyunity.meshes" -> "pyunity.core"
"pyunity.files" -> "pyunity.values"
"pyunity.files" -> "pyunity.logger"
"pyunity.files" -> "pyunity.errors"
"pyunity.files" -> "pyunity.core"
"pyunity.core" -> "pyunity.values"
"pyunity.core" -> "pyunity.logger"
"pyunity.core" -> "pyunity.errors"
"pyunity.window" -> "pyunity.window.providers"
"pyunity.window" -> "pyunity.config"
"pyunity.window" -> "pyunity.window.abc"
"pyunity.window" -> "pyunity.errors"
"pyunity.window" -> "pyunity.logger"
"pyunity.window" -> "pyunity.settings"
"pyunity.settings" -> "pyunity.logger"
"pyunity.window.abc" -> "pyunity.values"
"pyunity.values" -> "pyunity.values.quaternion"
"pyunity.values" -> "pyunity.values.abc"
"pyunity.values" -> "pyunity.values.mathf"
"pyunity.values" -> "pyunity.values.other"
"pyunity.values" -> "pyunity.values.vector"
"pyunity.values.quaternion" -> "pyunity.values.vector"
"pyunity.values.quaternion" -> "pyunity.values.other"
"pyunity.values.quaternion" -> "pyunity.values.mathf"
"pyunity.values.vector" -> "pyunity.values.abc"
"pyunity.values.vector" -> "pyunity.values.other"
"pyunity.values.vector" -> "pyunity.values.mathf"
"pyunity.values.abc" -> "pyunity.values.other"
"pyunity.values.other" -> "pyunity.errors"
"pyunity.values.other" -> "pyunity.config"
"pyunity.values.mathf" -> "pyunity.logger"
"pyunity.config" -> "pyunity.logger"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment