DarioSamo / sm64rt

Fork of https://github.com/sm64pc/sm64ex with raytracing support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sm64rt

Fork of sm64pc/sm64ex that adds support for RT64, a hardware-accelerated real-time path tracer.

Alpha Phase

At the moment, this mod is currently in its alpha phase and should only be used by those willing to tolerate issues such as visual glitches and performance problems. This project is subject to have major changes in the future in anything from its architecture, design, aesthetic and performance. Any help towards solving these issues is welcome.

Please do not report issues that don't provide new information. Remember to check if your problem has already been reported on the issue tracker.

Performance is highly dependent on the target resolution and it still has plenty of room for improvement. Using upscalers like NVIDIA DLSS and AMD FSR will help significantly in achieving higher framerates.

Requirements

Features

  • Fully path-traced renderer.
  • Custom level lighting for all stages.
  • Dynamic sphere lights for objects and particles.
  • Classic Phong shading.
  • Custom material properties based on texture names or geometry layouts.
  • Normal map support.
  • Real-time raytraced shadows, reflections, refractions and global illumination.
  • Real-time denoiser.
  • NVIDIA DLSS (Deep Learning Super Sampling).
  • AMD FSR 2 (FidelityFX Super Resolution).
  • Intel XeSS (Intel Xe Super Sampling).

Building

For building instructions, please refer to the sm64ex wiki and follow the process as normal with these additional build flags:

  • RENDER_API=RT64 (Required to use RT64 as the renderer)

  • EXTERNAL_DATA=1 (Required for associating textures to the renderer's material properties)

The repository already comes with a prebuilt binary and the compatible header file for RT64 to make the build process easier. If you wish to build this module yourself, you can do it from the RT64 repository instead.

Render96 Support

A native version of sm64rt is currently integrated into Render96ex. You don't need to build this repository to access it.

About

Fork of https://github.com/sm64pc/sm64ex with raytracing support.


Languages

Language:C 90.7%Language:C++ 7.4%Language:Assembly 1.2%Language:Python 0.6%Language:Makefile 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%