diff --git a/README.md b/README.md index 28b3714..03711c2 100644 --- a/README.md +++ b/README.md @@ -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)