Originally created by and0p
N3S is a 3D NES emulator for Windows. It works by wrapping the Nestopia UE libretro core and re-emulates the PPU to draw predefined 3D voxel meshes in place of 2D sprites.
This particular project is a port of N3S which targets the Universal Windows Platform. The specific aim is to run N3S on the Microsoft Hololens.
- Compatibility with most 8K / CHR mapped games See: nesmapper.txt
- Supports controller input with a bluetooth paired Xbox One S gamepad
- Visual Studio 2015 or greater (Community Edition works)
- Hololens SDK
- Clone this repo
- Initialize and update the included Nestopia submodule:
- Open .sln => change build config to Hololens Release / x86 => Build (note build error)
- Supply missing mario.nes file into the directory indicated and rebuild the N3SHololens project
- Ensure that a value (ip address) is set for "Machine Name" in both the Release and Debug configuration (Right-Click NS3Hololense Project => Properties => Debugging):
- Bask in the glory of 3-dimensional classic NES awesomeness!