Skip to content

Latest commit

 

History

255 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rayverse

Work-in-progress modern port of Rayman 1 for PC (version 1.21), based on the disassembly of the original.

The aim is to provide a drop-in replacement for the original executable RAYMAN.EXE that works on modern platforms (including Windows, Linux and macOS).

Build instructions

Windows

For modern Windows platforms, you can build Rayverse using CMake in combination with your preferred toolchain, either MinGW-w64 or MSVC (e.g. using Visual Studio).

To build with Windows 9x compatibility, you can use Visual C++ 6.0 with the project file rayverse.dsp.

Linux / macOS

The following dependencies are required to be installed: SDL2 (on Linux and macOS), GLEW (Linux only).

mkdir build && cd build
cmake .. && cd ..
cmake --build build
./rayverse

Special thanks

Main collaborators on this project:

About

A modern port of Rayman 1 for PC

Resources

Stars

29 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages