devkitPro / deko3d

Homebrew low level graphics API for Nintendo Switch (Nvidia Tegra X1)
zlib License
323 stars 23 forks source link

jetson nano #22

Closed uglyoldbob closed 1 month ago

uglyoldbob commented 1 month ago

Is there any possibility of using this driver on the jetson nano, which uses a modified version of the gpu on the nintendo switch which this supports?

fincs commented 1 month ago

Unfortunately the answer would be no. deko3d relies on libnx and Horizon OS to work, whereas the Jetson Nano runs a Nvidia-specific distribution of Linux. In any case, on a Jetson Nano you should have access to the official Nvidia userland libraries, which include OpenGL and Vulkan implementations.