GithubHelp home page GithubHelp logo

jaoxford / supermodel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trzy/supermodel

0.0 0.0 0.0 78.75 MB

Official repository of the Sega Model 3 arcade emulator.

Home Page: https://supermodel3.com

C++ 39.13% Python 0.22% C 59.77% Objective-C 0.18% GLSL 0.65% Batchfile 0.01% NASL 0.03%

supermodel's Introduction

Supermodel: A Sega Model 3 Arcade Emulator

Copyright 2003-2023 The Supermodel Team

Overview

Supermodel emulates Sega's Model 3 arcade platform, allowing you to relive state-of-the-art 3D arcade gaming as it existed from 1996 through 1999. It uses OpenGL, SDL2, and can run on Windows, Linux, and macOS. It also supports network play on low-latency network connections. The source code is freely available under the terms of the GNU General Public License.

Model 3 first made its debut in 1996 with Virtua Fighter 3 and Scud Race, and for the subsequent three years boasted the most powerful 3D hardware of any gaming platform. Developed by Real3D, then a Lockheed Martin company, and with a heritage rooted in advanced flight simulator technology, Model 3 featured capabilities that would not appear on PCs for several years. Using an on-board scene graph and geometry processor, it could store, transform, light, and rasterize tens of thousands of polygons per frame at a fluid 57.524 frames per second.

The aim of the Supermodel project is to develop an emulator that is both accurate and playable. As with virtually all arcade hardware, no public documentation for the Model 3 platform exists. What is known so far has been painstakingly reverse engineered from scratch.

How To Get It

Windows builds are updated automatically and available on the official Supermodel download page. Linux and macOS users currently have to build from source.

Build Instructions

Windows

The preferred method for building Supermodel is to use GCC and MSYS2. After installing MSYS2, open the MSYS2 shell and install the required dependencies using the pacman package manager:

  • GCC (mingw64/mingw-w64-x86_64-gcc)
  • Make (mingw64/mingw-w64-x86_64-make)
  • SDL2 (mingw64/mingw-w64-x86_64-SDL2, mingw64/mingw-w64-x86_64-SDL2_net)

This can be done using the following commands:

pacman -S mingw64/mingw-w64-x86_64-gcc
pacman -S mingw64/mingw-w64-x86_64-make
pacman -S mingw64/mingw-w64-x86_64-SDL2
pacman -S mingw64/mingw-w64-x86_64-SDL2_net

At this point, you can continue using either the MSYS2 shell or Windows Command Prompt but ensure that both gcc and mingw32-make are in your path. In MSYS2, the location of these binaries will be /mingw64/bin and for Command Prompt, assuming MSYS2 was installed in the default location, add C:\msys64\mingw64\bin to your Windows PATH variable.

To build Supermodel without network support, use:

mingw32-make -f Makefiles/Makefile.Win32

For network support:

mingw32-make -f Makefiles/Makefile.Win32 NET_BOARD=1

Linux

Ensure SDL2 is installed. Most package managers ought to have this available. For example, on Ubuntu, it should be sufficient to run:

sudo apt install libsdl2-dev
sudo apt install libsdl2-net-dev

And then build Supermodel:

make -f Makefiles/Makefile.UNIX

For network support:

make -f Makefiles/Makefile.UNIX NET_BOARD=1

macOS

Ensure Apple's Xcode Command Line Tools are installed:

From a terminal:

xcode-select --install

Ensure SDL2 is installed. Download the latest *.dmg files from both of the links below, and install per the READMEs in the .dmgs (i.e. in "/Library/Frameworks")

And then build Supermodel:

make -f Makefiles/Makefile.OSX

For network support:

make -f Makefiles/Makefile.OSX NET_BOARD=1

Note: running on macOS

If you try and run a macOS binary that was downloaded from the internet and/or built on a different machine, you need to grant macOS permission to execute the binary (just 1-time):

  • Open the folder containing the binary in Finder, and right (or ctrl) click on it:

  • Click "Open" when the following dialogue box appears : "macOS cannot verify the developer of “supermodel-git-xxxx”. Are you sure you want to open it?"

  • Close the terminal window that opens (after clicking open)

Details: https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac

supermodel's People

Contributors

aaronbpaden avatar capitainesheridan avatar casasfernando avatar dukeeeey avatar firewave avatar gm-matthew avatar j-lag avatar jaoxford avatar john-peterson avatar thebrinkoftomorrow avatar tobul avatar toxieainc avatar trzy avatar villedevs 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.