Showing 66 open source projects for "gw-basic"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    ProjectPSX

    ProjectPSX

    Experimental C# Playstation Emulator

    ...Unlike production-grade emulators, ProjectPSX is intentionally designed as a transparent and educational codebase, prioritizing simplicity and readability over full compatibility or performance optimization. It includes a software-based rasterizer for rendering 3D graphics and supports features such as memory cards, basic BIOS functionality, and controller input mapping. The emulator can run many commercial games to varying degrees, although timing inaccuracies and missing features can still cause instability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Unicorn Engine

    Unicorn Engine

    Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc

    ...Multi-architectures: ARM, ARM64 (ARMv8), m68k, MIPS, PowerPC, RISC-V, S390x (SystemZ), SPARC, TriCore & x86 (include x86_64). Clean/simple/lightweight/intuitive architecture-neutral API. Implemented in pure C language, with bindings for Pharo, Crystal, Clojure, Visual Basic, Perl, Rust, Haskell, Ruby, Python, Java, Go, D, Lua, JavaScript, .NET, Delphi/Pascal & MSVC available. Native support for Windows & *nix (with macOS, Linux, Android, *BSD & Solaris confirmed). High performance by using the Just-In-Time compiler technique. Support fine-grained instrumentation at various levels. Thread-safe by design. ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 3
    Gameboy

    Gameboy

    Full featured Cross-platform GameBoy emulator by Rust

    ...It is designed as a clean implementation of the Game Boy architecture, typically written in a high-level language such as Python or Rust depending on the version, making it approachable for developers studying emulator design. The project emphasizes core components such as CPU instruction decoding, memory management, and basic graphics rendering, providing insight into how the original hardware operates. It is often used as a learning tool for understanding low-level system emulation, including timing, interrupts, and cartridge handling. Compared to more advanced emulators, it may lack full feature parity or optimization, but it compensates with readability and conceptual transparency. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    SimpleNES

    SimpleNES

    An NES emulator in C++

    SimpleNES is a lightweight, educational Nintendo Entertainment System emulator written in C++ that focuses on demonstrating the core architecture and behavior of classic console emulation. It replicates the essential components of the NES, including CPU execution, graphics rendering, and audio playback, allowing users to run original .nes ROM files on modern systems. The project supports a subset of cartridge mappers, which means it can successfully run a significant portion of early NES...
    Downloads: 2 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    Raspberry Pi Emulator a.k.a RPi Emulator

    Raspberry Pi Emulator a.k.a RPi Emulator

    Simple Raspberry Pi Emulation using QEMU

    Rpaspberry Pi Emulator a.k.a. RPi Emulator a.k.a. RPiEmu is designed to easily emulate an Raspberry Pi on your Computer. Coded in Visual Basic 2010 (.NET Framework 2.0) and using qemu as backend. Big thanks to mjlally for Basic idea form: https://sourceforge.net/projects/rpiqemuwindows/
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    MedGui Reborn & MetroMed

    MedGui Reborn & MetroMed

    MedGui Reborn is a frontend (GUI) for Mednafen multi emulator.

    MedGui Reborn is a frontend (GUI) for Mednafen multi emulator, written in Microsoft Visual Studio Community. MetroMed is a appendix to MedGui Reborn and offer a modern "metro" style GUI for Mednafen. The programs are the evolution of MedGui and includes more features:
    Leader badge
    Downloads: 95 This Week
    Last Update:
    See Project
  • 7

    Memu

    8080/6800/6502/Z80/8086 emulator, arcade emulator, CP/M emulator

    Memu is a multiple machine emulator. Some CPUs are emulated: 8080, 6800, Z80, 8086. Some arcade machines which based on 8080 CPU are emulated. CP/M 1.3, 1.4, 2.0 runnable. Altair BASIC 3.0 runnable. PC emulation is under construction.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    Sharp MZ-800 Emulator

    Sharp MZ-800 Emulator

    Emulator of the 8-bit computers Sharp MZ-800 / MZ-700 / MZ-1500

    Open-source emulator of 8-bit personal computers Sharp MZ-800, MZ-700 and MZ-1500. Developed for Linux and Windows using SDL3 (video/audio) and ImGui (GUI). Accurately emulates core hardware: CPU Z80, GDG (WHID 65040-032), CTC i8253, PIO Z80, PIO 8255, PSG SN76489AN - with precise internal signal timing. Supports peripherals: CMT (MZF/MZT/TAP/WAV), FDC WD279x, Quick Disk, ramdisks (MR1R18, Pezik variants), memory extensions, Unicard and IDE8. Integrated Z80 debugger with inline...
    Leader badge
    Downloads: 47 This Week
    Last Update:
    See Project
  • 9
    JavaCPC Desktop - Java CPC Emulator
    Amstrad CPC-Emulator in JAVA, based on JEMU by R. Wilson. I am searching for good JAVA-coders who are also knowledgable in emulating 8bit homecomputers.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    pokegb

    pokegb

    A gameboy emulator that only plays Pokemon Blue, in ~50 lines of c++.

    ...It achieves functionality by tailoring the emulator specifically to the requirements and behavior of Pokémon games, avoiding the need to fully emulate all Game Boy features. Despite its simplicity, it is capable of rendering graphics, handling input, and maintaining game state sufficiently to allow basic gameplay. The project highlights how domain-specific constraints can drastically reduce complexity in emulator design. It also serves as an educational demonstration of how emulation can be simplified when targeting a single application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PC-BASIC - a GW-BASIC emulator

    PC-BASIC - a GW-BASIC emulator

    A free, cross-platform emulator for GW-BASIC, PCjr & Tandy BASIC

    PC-BASIC is a free, cross-platform interpreter for GW-BASIC, BASICA, PCjr Cartridge Basic and Tandy 1000 GWBASIC. -- This page is an archive and hosts the legacy version 1.2 of PC-BASIC only. -- For documentation and the latest releases, please see the official homepage: www.pc-basic.org Four source code, discussions and to report bugs please see the GitHub project page https://github.com/robhagemans/pcbasic
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 12
    Orao Basket

    Orao Basket

    Programming tools for emulator of eight bit computer ORAO

    Smederevo, 05, august 2018 Long time ago, about 1986 I have become proud owner of eight bit computer ORAO based on MOS 6502 processor. It was first and for me the best home computer at that time. My whole knowledge of computer programming begins with that computer. Recently for some unknown reason I have become interested in old eight bit computers again. After short search on the Internet I have found emulator of my favorite computer. It literally emulates every peace of hardware...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    cepecd.br - A CP400 (TRS 80 CoCo) emulator. Run games. A new, simple gaming environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SC/MP Processor Emulator

    SC/MP Processor Emulator

    Emulator of the ancient 8 bit microprocessor SC/MP 2

    ...You may slow down the CPU operations, displaying the CPUs status register as LEDs, to watch the CPU working with its registers. The emulator also contains a VDU (video display unit) output / ASCII input simulation. There are some demos in /etc. And have a look to the NIBL / TINY BASIC interpreter in the TINYBASIC folder, most of the code is over 40 years old. Have fun, Theo Heinrichs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Atom Vim-Mode-Plus

    Atom Vim-Mode-Plus

    vim-mode improved

    atom‑vim‑mode‑plus is a feature-rich Vim emulation layer for Atom, bringing modal editing (like Vim’s normal, insert, and visual modes) with enhanced capabilities beyond basic keybindings. Incremental search by incrementalSearch setting (disabled by default). Cursor visible in all visual modes (characterwise, blockwise, linewise). Maintain the same cursor position after operations (e.g y, gU) by stayOnYank and stayOnOperate settings. Set cursor position to start of change on undo or redo by enabling setCursorToStartOfChangeOnUndoRedo.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    QToaster

    A simple and fast frontend for the QEMU Emulator - Freeware.

    QToaster is a simple app that executes QEMU with proper command line parameters (a frontend). The features are pretty basic, the executable is small and is a portable application. I needed something to automate QEMU quickly operate fast without having to worry about setting things up. I just wanted to get moving fast. It is designed just for that. It will keep your last machine settings and reload them from the .ini files that it creates. The main purpose I needed this for is Android - using Limbo. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    PinMAME
    THIS SVN REPO IS NOW OUTDATED, PLEASE USE THE GITHUB LINK ABOVE! PinMAME - Pinball's Multiple Arcade Machine Emulator written by the WPCMAME/PinMAME development team and contributors
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    Android Emulator M1 Preview

    Android Emulator M1 Preview

    Preview of some basic Android emulation functionality

    ...It documented limitations typical of a preview—graphics features, sensor fidelity, and compatibility quirks—while outlining the path to parity with established macOS targets. Developers could test app installs, basic input, and network scenarios to validate their toolchains ahead of mainstream IDE support. The project also served as a staging ground for feedback on Hypervisor.framework usage, Metal rendering, and system image formats for ARM guests. Although superseded by stable emulator releases, it remains a useful historical reference for how Android tooling crossed the Apple Silicon transition.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Saksham: Multi-Core Processor Simulator

    Saksham: Multi-Core Processor Simulator

    x86 Multi-Core Microprocessor and assembler simulator written in C++

    Saksham: Customizable x86 Based Multi-Core Microprocessor Simulator. A C++ Project aimed at creating a platform for simulating basic features (Register and Instruction Set) of a x86 Based Multi Core Microprocessor and assembler family. This project is implementation of the concept presented in the paper: https://ieeexplore.ieee.org/document/5231896 Documentation: https://sourceforge.net/p/saksham/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gameboy.Live

    Gameboy.Live

    A basic gameboy emulator with terminal "Cloud Gaming" support

    A basic gameboy emulator with terminal "Cloud Gaming" support. Gameboy.Live is a Gameboy emulator written in go for learning purposes. You can simply play Gameboy games on your desktop. Or, "Cloud Game" in your terminal with a single command (The demo server is down now, you have to deploy on your own server) You can directly download the executable file from the Release page, or build it from the source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Remix OS

    Remix OS

    Android OS for Windows PC systems

    Remix OS is a free Android version made by Jide, the company behind this operating system. This OS comes with certain basic Android features adding some missing functions that are present for Mac and Windows users. You install it on a USB and boot directly from that. It’s compatible with Intel and AMD processors, so it runs on almost any machine, and unlike other solutions, it has a dedicated desktop user interface just like the operating system you’re already used to. ...
    Leader badge
    Downloads: 172 This Week
    Last Update:
    See Project
  • 22
    Emulator Pro

    Emulator Pro

    All Emulators for Windows in a single program

    -Now support both 32/64 bit system NUOVO UPDATE!/NEW UPDATE! -Wii U emulator:CEMU -Snes 9x (64 bit),desmume,dolphin,and citra! Emulator Pro è un launcher che permette,oltre ad avere in un solo programma tutti i migliori emulatori,anche tutte le ROM organizzate. Perchè andare a cercare tra cartelle e cartelle quando basta un click e puoi avviare l'emulatore che vuoi? ---ATTUALMENTE IN BETA----- Attualmente ci sono gli emulatori per NES,SNES,Nintendo 64,GameCube,Wii,Wii...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Namcore Studio

    Namcore Studio

    Edit, migrate, manage WoW accounts and characters

    Note: This application is in development. Namcore Studio provides a professional environment to manage account and character data of your World of Warcraft Server. While supporting almost all popular emulators/cores, this easy-to-use application allows you to: # View and edit account and character data # Copy/Migrate accounts and characters to a different database (cross-emulator and cross-patch!) # Backup account and character data # Import characters from the official WoW-Armory #...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MedGui

    MedGui

    Frontend (GUI) for Mednafen multi emulator

    MedGui is obsolete and don't support new Mednafen version. To play with last Mednafen you must download MedGui Reborn. Download Last Mednafen version at: http://forum.fobby.net/index.php?t=thread&frm_id=19& Download MedGui Reborn at: http://forum.fobby.net/index.php?t=msg&th=924&start=0&
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Oscilloscope Simulator

    Software to simulate a Digital Oscilloscope

    ...The signal Generator can generate sine, square, triangle and sawtooth waves, adjusting frequency, amplitude and offset. The simulator only works with periodic signals. The simulator can communicate with the bench oscilloscope GW Instek GDS-2062
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB