Skip to content

Commit

Permalink
Add project structure overview to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devk0n committed Jan 28, 2025
1 parent f967ad6 commit cb7ed67
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,40 @@
## Alpha Interface
![Alt text](./assets/images/alpha.png)

## Project Tree
```bash
DynamicsLab
├───assets
│ ├───images
│ └───shaders
│ ├───grid.frag.glsl
│ └───grid.vert.glsl
├───include
│ ├───glad
│ ├───KHR
│ ├───application.h
│ ├───dynamics.h
│ ├───imgui_layer.h
│ ├───quaternion_math.h
│ ├───renderer.h
│ ├───rigid_body.h
│ └───simulation.h
└───src
├───core
│ ├───main.cpp
│ └───application.cpp
├───graphics
│ ├───glad.c
│ └───renderer.cpp
├───simulation
│ ├───rigid_body.cpp
│ ├───simulation.cpp
│ ├───dynamics.cpp
│ └───quaternion_math.cpp
└───ui
└───imgui_layer.cpp
```

## References

1. Nikravesh, Parviz E. *Computer-Aided Analysis of Mechanical Systems*. Prentice-Hall, Inc., USA, 1988. ISBN: 0131642200.
Expand Down

0 comments on commit cb7ed67

Please sign in to comment.