2 repository-uri
Simulation of network-based multiplayer gaming between distributed emulator instances.
Distinct from Multiplayer Session Synchronizers: Distinct from Multiplayer Session Synchronizers by focusing on the emulation of legacy wireless gaming rather than general state synchronization.
Explore 2 awesome GitHub repositories matching web development · Emulated Multiplayer Sessions. Refine with filters or upvote what's useful.
melonDS is an open-source emulator that runs original Nintendo DS and DSi games on modern operating systems with high-accuracy hardware simulation. It emulates the DS and DSi CPUs, video, and audio systems, and supports booting from original system firmware for access to the system menu and configuration screens. The emulator distinguishes itself through cycle-accurate component simulation for precise timing and compatibility, a JIT dynamic recompilation engine that translates game code to native x86_64 or AArch64 instructions for faster performance, and OpenGL hardware-accelerated rendering
Emulates DS wireless hardware by serializing game state over UDP packets to synchronize multiple emulator instances.
touchHLE is a high-level emulator designed to run legacy iPhone OS applications and games on modern desktop and mobile operating systems. It functions by simulating the original hardware environment and operating system API calls rather than emulating underlying CPU instructions. The project focuses on the preservation of early third-party mobile software through legacy archiving. It distinguishes itself by translating modern mouse, keyboard, and controller inputs into simulated touch gestures and accelerometer data, and by connecting multiple emulator instances over a local network to enable
Connects multiple emulator instances over a local network to enable multiplayer gameplay in old titles.