2025-06-10 15:56:43 -04:00
2025-06-10 15:56:43 -04:00
2024-04-28 08:27:25 -04:00
2025-02-04 07:56:34 -05:00
2025-06-10 15:56:43 -04:00

3DSrt

This repository houses the 3DSrt project, which attempts to implement path-tracing on the PICA200, the GPU found on the Nintendo 3DS handheld.

They say a picture's worth a thousand words, so here: demo image

Building

  1. Install devkitPro and the corresponding 3DS devkit libraries.
  2. Run make.
  3. Find the binary at ./3DSrt.3dsx.

Running

The easiest way to run 3DSrt is to download an emulator such as Azahar to run the application, rather than modding an actual device (though you could do that too). With Azahar, select Open File and open the 3DSrt.3dsx file from the build step.

Description
No description provided
Readme 654 KiB
Languages
C++ 51.2%
Makefile 48.8%