Giter Club home page Giter Club logo

quaesar's Introduction

Quaesar /ˈkweɪ.zɑr/ ci

Quaesar is an emulator based on WinUAE, aimed primarily at demosceners and demo developers. First off, Quaesar does not intend to replace WinUAE; it should be viewed as an alternative within a very specific niche.

So, what sets Quaesar apart?

  • Fully cross-platform: Runs on Linux, Windows, and macOS, based on the latest WinUAE code, and runs full CI on GitHub for all platforms.
  • Focuses on specific Amiga platforms only: A500(+)/A600, A1200, A1230, A1260, which are the most popular platforms for demos. Features such as graphics card support have been or will be removed.
  • The primary target is A500 512/512, which is the default configuration with accurate emulation settings.
  • Still possible to configure options such as memory and CPU from the command line if needed.

🔍 Status

It's very early days for the emulator. Currently it's possible to do quaesar <floppy_image.adf> --kickstart path/to/optional/kickstart.rom (no sound yet)

✨ Coming features

  • No configuration UI. Running should be as easy as quaesar file.adf / file.exe.
  • Simple command-line options to tweak faster CPU, memory, when needed.
  • Built-in debugger (both console and UI window).
  • Warp mode (run the emulator as fast as possible) until user code starts running. This will enable a fast startup/shutdown cycle.
  • A single press of ESC will exit the emulator.
  • Much more coming later!

🏗️ Build

Quaesar uses CMake to configure the build step. See each platform below for the required steps needed.

Windows

Visual Studio (with the Windows SDK) needs to be installed and the Community edition works fine. Currently Visual Studio 2019 and 2022 is being tested, but older versions may work also.

  1. Run or double click scripts\open_vs_solution.cmd
  2. Build the solution and start it as with any other program.

Linux

Linux version depends on CMake and SDL2. Each distro has various ways on installing, but this is how Ubuntu/Debian would do it. Ninja build here is optional, but recommended.

apt-get install libsdl2-dev cmake ninja-build

To build (using Ninja)

mkdir output && cd output && cmake .. -G Ninja && ninja

To build (using make)

mkdir output && cd output && cmake .. && make -j$(nproc)

macOS

The steps for macOS are identical to Linux, except you usually use Homebrew to install packages.

brew install sdl2 cmake ninja

quaesar's People

Contributors

tonioni avatar frodesolheim avatar midwan avatar emoon avatar waccoon avatar huth avatar dimitris-norce avatar skeetor avatar germanaizek avatar erique avatar dartfnm avatar vware avatar michalsc avatar mikrosk avatar retrofun avatar falcon35180 avatar rofl0r avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.