While working on the translation, I encountered an issue ndstool is outdated — we're using version 1.24, while the latest one is 2.3.1.
Now this has been fixed.
https://github.com/devkitPro/ndstool
@slimeinacloak and gh/tlamy, thx! You OBV fork works on my old win pc
I've added instructions and fixes to the OBV fork for native win64 build
https://github.com/MstrVLT/OpenBoardViewXZZ/tree/xzz-pcb
Pinecil + Fine tips; andonstar ad207; Brymen BM235 EEVblog; tweezers; wiha screwdriver kit; ifixit bit y00; ifixit opening/crack tools; gel flux like for bga; 0,3mm solder wire; desoldering wire and etc
If you want pick up ic from board i highly recommended Quick 857DW+ and miniware MHP30 but...
ImGUI for GLFW (most devs prefer GLFW over SDL2)
https://github.com/MstrVLT/switch_imgui_glfw
Touchscreen supported (for best result see https://github.com/ocornut/imgui/issues/2334)
DPad as hat supported
Shared Font supported
More screenshots here https://twitter.com/hashtag/imgui )
Great...
Touch screen fixed! Get new version here https://github.com/MstrVLT/switch_imgui
See this issue for best result! https://github.com/ocornut/imgui/issues/2334
I could not find Lua for libnx and i built my own. (edited the makefile a little bit)
Simple example included.
https://github.com/MstrVLT/switch_lua
For help in development, I added a link to the cheatsheet for Lua
https://devhints.io/lua
switch_imgui/source/imgui/imgui_impl_sdl.cpp button mapping is wrong for switch i recomend edit it
Use touch screen for change focus (or hold "Y" and click L trigger)
My touch implementation is bad, but better than nothing
A small example for easy development
ImGUI for SDL2
https://github.com/MstrVLT/switch_imgui_sdl2
ImGUI for GLFW (most devs prefer GLFW over SDL2)
https://github.com/MstrVLT/switch_imgui_glfw
Touchscreen is supported
Shared-font + ext example included
ImGui::ShowDemoWindow() function will...