Skip to content

Commit

Permalink
add fudge core class diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
plojo committed May 8, 2024
1 parent c601a16 commit 030ba81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Documentation/Design/FUDGECoreClassdiagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The FUDGE repository consists of the following folders, which contain different

Contains the core functionality of FUDGE needed to create games. It implements an entity component system to build scene graphs, prepares its content for rendering with WebGL2 and WebAudio, manages game loops and time, offers some standard meshes, shaders, a lighting system, handles user input and keyframe animation, serialization, and more. For many games, working with this module is sufficient.

Refer to the [FUDGECoreClassdiagram.svg](https://jirkadelloro.github.io/FUDGE/Documentation/Design/FUDGECoreClassdiagram.svg) diagram for an overview of its structure.
Refer to the [FUDGECoreClassdiagram.svg](Documentation/Design/FUDGECoreClassdiagram.svg) diagram for an overview of its structure.

## Physics

Expand Down

0 comments on commit 030ba81

Please sign in to comment.