Skip to content

Commit

Permalink
docs: Architecture WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Feb 2, 2025
1 parent 259e5a5 commit 0b35e1f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/docs/architecture.plantuml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
@startuml

package core {
card Math
card Transform
card Camera
card Timer
card AnimationCurve
card Logger
}

package io {
card BinaryFile
card Image
card OBJ
}

package gl {
card VulkanPrimitives
card VulkanApp
card DebugRenderer
}

package geometry {
card Mesh
}

package ui {
card TranslateGizmo
card ScaleGizmo
card RotateGizmo
card AnimationCurveEditor
card ImguiComponents
}

package sdl {
card Window
card Inputs
}

@enduml

Binary file added .github/docs/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b35e1f

Please sign in to comment.