From 6a10c36be147aab3aeacc37d455c809b61471057 Mon Sep 17 00:00:00 2001 From: Simon Pribylski <66266021+Persson-dev@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:01:21 +0200 Subject: [PATCH] Update README to include all depedencies --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de368ea..011efa7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # GuitarPiano -GuitarPiano is a french software to learn guitar from piano. It uses [OpenGL](https://www.opengl.org) and [SDL](https://www.libsdl.org). +GuitarPiano is a french software to learn guitar from piano. +It uses : +- [OpenGL](https://www.opengl.org) (to draw the instruments) +- [GLEW](http://http://glew.sourceforge.net) (to load opengl functions) +- [GLFW](https://www.glfw.org) (to help managing the window) +- [ImGui](https://github.com/ocornut/imgui) (for the gui) English translations will be added if really needed. For now, this is just a small project (the code is still a mess).