umbra/projs/docs/diagrams/project-layout.plantuml
dpeter99 87e7c7d202 [BUILD] Removed cpp20 modules. As no IDE supports them they will not be used.
This should be re-evluated later when both VScode and Clion has support for them.
2022-06-15 16:31:15 +02:00

16 lines
255 B
Plaintext

@startuml
[shadow-engine] <<static lib>> as engine
[shadow-light] <<exe>> as editor
[shadow-runner] <<exe>> as runner
[test-game] <<dll>> as game
engine <-editor
runner -> engine
game ..> engine
runner --> game : loads
editor --> game : loads
@enduml