Skip to content

Commit

Permalink
"Expand README references with additional libraries and resources."
Browse files Browse the repository at this point in the history
  • Loading branch information
devk0n committed Jan 28, 2025
1 parent b98e69e commit 9989c8a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,17 @@
**DynamicsLab** is a real-time simulation tool for multibody dynamics systems. Used to visualize and analyze system data efficiently.

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

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

2. GLFW - A multi-platform library for OpenGL, OpenGL ES, and Vulkan development.
- Website: [https://www.glfw.org](https://www.glfw.org)

3. GLM - OpenGL Mathematics, a header-only C++ library for graphics software.
- GitHub: [https://github.com/g-truc/glm](https://github.com/g-truc/glm)

4. Dear ImGui - A bloat-free graphical user interface library for C++.
- GitHub: [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui)

5. Eigen - A C++ template library for linear algebra.
- Website: [https://eigen.tuxfamily.org](https://eigen.tuxfamily.org)

0 comments on commit 9989c8a

Please sign in to comment.