(Chore): Fix links in README

This commit is contained in:
illyum 2024-08-15 02:16:19 -06:00
parent 52ff4b0369
commit b98d33f980

View File

@ -2,8 +2,8 @@
Trying to get my DMX Lightshow app working with raylib (and imgui) Trying to get my DMX Lightshow app working with raylib (and imgui)
## Deps: ## Deps:
[https://cmake.org/](cmake) [cmake](https://cmake.org/)
A c++ compiler [https://www.mingw-w64.org/](mingw) A c++ compiler [MinGW](https://www.mingw-w64.org/)
## Cloning ## Cloning
Clone the repo with git: Clone the repo with git:
@ -39,6 +39,6 @@ This should create a project `.sln` file you can open with Visual Studio. Then,
### Libraries used: ### Libraries used:
- [https://github.com/raysan5/raylib](Raylib) Amazing library - [Raylib](https://github.com/raysan5/raylib) Amazing library
- [https://github.com/raylib-extras/rlImGui](rlImGui) ImGui with Raylib Backend - [rlImGui](https://github.com/raylib-extras/rlImGui) ImGui with Raylib Backend
- [https://github.com/ocornut/imgui](ImGui) Little tooling - [Dear ImGui](https://github.com/ocornut/imgui) Little tooling