Giter VIP home page Giter VIP logo

openswe1r's Introduction

Gitter chat Travis build Status AppVeyor Build status


OpenSWE1R

An Open-Source port of the 1999 Game "Star Wars: Episode 1 Racer"

Screenshot of OpenSWE1R running on Linux

Details

This project is a mix of console emulation and something like WINE. It implements the subset of Windows functions used by the game. OpenSWE1R also contains x86 CPU emulation. The original games code is replaced by open-source code which is patched into the game at runtime. This is similar to the approach used by OpenRCT2, but more emphasis is put on emulation and platform independence.

Currently, not all functions are implemented in the open-source portion. Therefore, this project also still relies on the original games code. Even if not all code is patched, the game will still work cross-platform due to the API and CPU abstraction.

You will still need the original game for its art assets: levels, sounds, ...

Goals

The goal is to eventually replace all of the original code with an open-source equivalent. The code is supposed to be clean, accurate and portable. It's not a goal to fix any bugs or modify the games behaviour. If you want to do such things, they should stay in a fork.

An exception is platform-independence and improvements to the overall code quality. Some compromises are acceptable. Please talk to the maintainers if you have a specific case.

It's possible that support for other versions (Mac / Dreamcast / N64) will be added later. For now, the goal is to support the x86 Windows Version of the game.

Requirements

System

  • OpenGL 3.3 Core

Toolchain

Libraries

Building

From your desired project folder, run:

git clone https://github.com/OpenSWE1R/openswe1r.git
cd openswe1r
mkdir build
cd build
cmake ..
make

Running

The openswe1r binary contained in the build directory is a drop-in replacement for swep1rcr.exe. Copy it to your game folder and run it.

Development

Development happens on GitHub at https://github.com/OpenSWE1R/openswe1r You can help by reviewing other peoples Pull-Requests or sending your own after forking.


© 2017 OpenSWE1R Maintainers

Licensed under GPL version 2 or later.

openswe1r's People

Contributors

jayfoxrox avatar vabshere 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.