From 981f3603713c09cf190bb3ca99ed33a683d9ed47 Mon Sep 17 00:00:00 2001 From: Luiz Pestana Date: Tue, 27 Jul 2021 12:43:53 -0300 Subject: [PATCH] Add the switch port README part --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e07b2b16c..f17217d8e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +raylib's Nintendo Switch Port +-------- +This is the repository of the Nintendo Switch port of the raylib using LibNX running over the Atmosphere CFW (others CFW should work too), although it's still fully compatible with all the others platforms, i recommend you to get it from the [main repository](https://github.com/raysan5/raylib) if you are looking to build it for other platforms. + +Please, follow the wiki page in order to install and use it: + + - [Working on Switch](https://github.com/luizpestana/raylib-nx/wiki/Working-on-Switch) + +--- + **raylib is a simple and easy-to-use library to enjoy videogames programming.** @@ -117,7 +127,7 @@ You can download and install raylib using the [conan](https://conan.io) dependen - [Working for Android](https://github.com/raysan5/raylib/wiki/Working-for-Android) - [Working for Web (HTML5)](https://github.com/raysan5/raylib/wiki/Working-for-Web-(HTML5)) - [Working anywhere with CMake](https://github.com/raysan5/raylib/wiki/Working-with-CMake) - + *Note that Wiki is open for edit, if you find some issue while building raylib for your target platform, feel free to edit the Wiki or open and issue related to it.* #### Setup raylib with multiple IDEs