Skip to content

DarioSamo/sm64rt-legacy-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sm64rt-legacy-renderer (originally RT64)

IMPORTANT

This repository does not contain the code for the Emulator Plugin version of RT64. It only includes the legacy rendering backend for the Super Mario 64 PC port.

The following description remains in its original form.

Description

RT64 is a hardware-accelerated real-time raytracer that aims to recreate the visual style of promotional offline renders of the mid 90s to early 2000s. It's currently licensed under the terms of the MIT license.

The library is not meant to be used in the traditional way by linking it as an static or dynamic library. It can be loaded during runtime by other processes as long as they can include the basic C-style header and call the provided function pointers. This is mostly meant for ease of use as it allows to run the renderer and hook it to another process without having to port it to the build system used by the host application.

sm64rt makes heavy use of this library, and its reliance on MinGW presented some problems when making D3D12 code that uses the latest raytracing features. This design allows both projects to communicate without issue.

Status

Build status

Current support

  • D3D12 backend for Windows 10

Future support

  • Vulkan backend for both Windows 10 and Linux

Requirements

  • Visual Studio Community 2019 Version 16.9.0 or newer
  • Windows SDK 10.0.19041.0 or newer

Building

  • Clone this repository with submodules recursively to clone all the required dependencies such as NVIDIA DLSS, Intel XeSS and others.
  • Open src/RT64.sln in Visual Studio Community 2019 and build the solution.

Screenshot

Sample screenshot

Credits

Some of the textures used in the sample projects for this repository have been sourced from the RENDER96-HD-TEXTURE-PACK repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published