Skip to content

Falcury/rayverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

255 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors