Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc https://github.com/sm64pc/sm64pc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vinícius R. Miguel 8258bac40a
Update README.md
3 years ago
.github/ISSUE_TEMPLATE Update issue templates 3 years ago
actors Refresh 7 3 years ago
asm Refresh 8 3 years ago
assets Refresh 3 3 years ago
bin merge PC port onto the decompile 3 years ago
data Refresh 8 3 years ago
doxygen init2 4 years ago
enhancements Delete fps.patch 3 years ago
include Mouse Look ported to camera_rebase 3 years ago
levels Update script.c 3 years ago
lib Adds credit to Emil. 3 years ago
sound merge PC port onto the decompile 3 years ago
src Adds credit to Emil. 3 years ago
text refresh 6 3 years ago
tools Adds credit to Emil. 3 years ago
.clang-format Refresh 1 4 years ago
.clang-tidy Refresh 1 4 years ago
.gitattributes Refresh 1 4 years ago
.gitignore Update .gitignore to remove patch/wiggle residue 3 years ago
CHANGES Refresh 8 3 years ago
Dockerfile Add libSDL and emsdk to support building linux and web in container 3 years ago
Doxyfile refresh 4 3 years ago
Jenkinsfile refresh 6 3 years ago
Makefile Windows build clarifications. 3 years ago
Makefile.split Refresh 7 3 years ago
README.md Update README.md 3 years ago
asmdiff.jp.sh merge PC port onto the decompile 3 years ago
asmdiff.us.sh init2 4 years ago
assets.json Refresh 8 3 years ago
charmap.txt refresh 5 3 years ago
charmap_menu.txt refresh 5 3 years ago
diff.py Refresh 8 3 years ago
diff_settings.py Refresh 8 3 years ago
extract_assets.py merge PC port onto the decompile 3 years ago
first-diff.py Refresh 8 3 years ago
format.sh init2 4 years ago
rename_sym.sh Refresh 7 3 years ago
sm64.eu.sha1 init2 4 years ago
sm64.jp.sha1 init2 4 years ago
sm64.ld Refresh 8 3 years ago
sm64.sh.sha1 Refresh 7 3 years ago
sm64.us.sha1 init2 4 years ago
undefined_syms.txt Refresh 8 3 years ago

README.md

sm64pc

OpenGL adaptation of n64decomp/sm64.

Feel free to report bugs and contribute, but remember, there must be no upload of any copyrighted asset. Run ./extract-assets.py --clean && make clean or make distclean to remove ROM-originated content. This port has been made possible thanks to n64-fast32-engine by Emill.

Features

  • Native rendering. You can now play SM64 without the need of an emulator.
  • Variable aspect ratio and resolution. The game can now correctly render at basically any window size.
  • Native xinput controller support. On Linux, DualShock 4 has been confirmed to work plug-and-play.
  • Analog camera control and mouse look. (Activate with make BETTERCAMERA=1.)

Building

For building instructions, please refer to the wiki.

Windows users: do not attempt to compile with WINDOWS_BUILD=1 under WSL. It will NOT work. Follow the guide on the wiki.