2022-08-01 18:01:21 +02:00
2022-07-30 11:27:15 +02:00
2022-07-30 11:27:15 +02:00
2022-07-30 11:27:15 +02:00
2022-07-30 11:27:15 +02:00
2022-07-30 12:07:31 +02:00
2022-07-30 12:29:21 +02:00
2022-07-30 12:02:43 +02:00

GuitarPiano

GuitarPiano is a french software to learn guitar from piano. It uses :

  • OpenGL (to draw the instruments)
  • GLEW (to load opengl functions)
  • GLFW (to help managing the window)
  • 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).

Also, feel free to contribute to the project !

Screenshots

Capture d’écran de 2022-07-30 11-41-27 Capture d’écran de 2022-07-30 11-41-33

Build

You will need a recent compiler supporting c++17 and xmake. Just cd into the project folder and type :

xmake

xmake should download all the depencencies for you.

Run

xmake run -w test

Install

Currently, there is no install script so you should just copy the binary.

The binary should be located in the build folder.

Description
No description provided
Readme 726 KiB
Languages
C++ 79.6%
C 20.4%