netherite
A from-scratch C/CUDA reimplementation of Minecraft 1.11.2 that is bit-verified against the original Java game and includes batched CUDA reinforcement learning support.
它展示了如何将未修改的移动端 Unity IL2CPP 游戏适配到 Switch:解析原始 so 文件的导入、修补二进制并提供最小 Android 运行时,同时不分发任何受版权保护的游戏资源或代码。
Subway Surfers — Nintendo Switch port
A wrapper/port of the Android release of Subway Surfers (v3.66.1). It loads the
original game binaries (libmain.so, libunity.so and libil2cpp.so, Unity
2022.3 IL2CPP, arm64), resolves their imports against native Switch
implementations and patches them so the game runs inside a minimal Android
environment.
Create a folder for the game on your SD card, /switch/subwaysurfers_nx/, and
place:
subwaysurfers_nx.nro./switch/subwaysurfers_nx/
subwaysurfers_nx.nro
lib/
arm64-v8a/
libmain.so
libunity.so
libil2cpp.so
assets/
bin/Data/ ...
The first launch can take several minutes. The port validates the extracted game, removes unused Android files and converts the loose assets into an optimized pack to avoid long loading time.
Launch with a game override (hold R while starting a title) or a forwarder with full application memory. Album applet mode does not provide enough memory or the required code-memory permissions.
devkitA64 plus these portlibs:
pacman -S switch-mesa switch-libdrm_nouveau switch-sdl2 switch-zlib
Then make from a devkitPro shell.
If you enjoy my work and want to support me :
No affiliation with SYBO Games or Kiloo. "Subway Surfers" is a trademark of its owner. This repository contains no assets or program code from the original game, and none may be distributed with builds. Users must extract the required files from their own legally obtained copy.
Source code is provided under the MIT License (see LICENSE).
Port of Subway Surfers for Switch.
根据分类、Topic 和编程语言匹配的相似项目。
A from-scratch C/CUDA reimplementation of Minecraft 1.11.2 that is bit-verified against the original Java game and includes batched CUDA reinforcement learning support.
Twell is a tiny, embeddable, zero-allocation physics engine for interruptible, Apple-style UI animations, available as a single-header C library with Python bindings.
WASTE is a C-based inference engine that streams MoE experts from disk to run a 2.78 trillion-parameter model on a consumer laptop with 64 GB RAM.