From 99d01c9a96acd98226d073ff90a29ffbee25f6ba Mon Sep 17 00:00:00 2001 From: scturtle Date: Sun, 18 Sep 2022 09:20:06 +0800 Subject: [PATCH] add just another deko3d backend for Nintendo Switch --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 0d6300c..b5c9821 100644 --- a/Bindings.md +++ b/Bindings.md @@ -78,7 +78,7 @@ Other backends: | nCine | **nCine Out-of-the-box integration**:
https://github.com/nCine/nCine and [example 1](https://github.com/nCine/nCine/blob/master/tests/apptest_scene.cpp), [example 2](https://github.com/nCine/nCine/blob/master/tests/apptest_simdbench.cpp) | Nim Game Lib | **NimGL**:
https://github.com/nimgl/nimgl | | Nintendo 3DS (homebrew) | **libctru/libcitro3d**:
https://github.com/mtheall/ftpd/tree/master/source/3ds | -| Nintendo Switch (homebrew) | **libnx/libdeko3d**:
https://github.com/mtheall/ftpd/tree/master/source/switch | +| Nintendo Switch (homebrew) | **libnx/libdeko3d**:
https://github.com/mtheall/ftpd/tree/master/source/switch
https://github.com/scturtle/imgui_deko3d_example | | Ogre | **ogre-imgui**:
https://github.com/OGRECave/ogre-imgui | | openFrameworks | **ofxImGui**:
https://github.com/jvcleave/ofxImGui | OpenSceneGraph/OSG | **imgui-osg**:
https://github.com/Tordan/imgui-osg and older gist: https://gist.github.com/fulezi/d2442ca7626bf270226014501357042c |