Coder Social home page Coder Social logo

xxluigimario / redream Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inolen/redream

0.0 1.0 0.0 28.51 MB

Work In Progress SEGA Dreamcast emulator

Home Page: http://redream.io

License: GNU General Public License v3.0

CMake 0.33% C++ 84.26% C 15.33% Objective-C 0.02% GLSL 0.07%

redream's Introduction

redream

travis-ci status appveyor status slack status

redream is a work-in-progress SEGA Dreamcast emulator written in C for Mac, Linux and Windows.

redream is licensed under the GPLv3 license (see LICENSE.txt) and uses third party libraries that are each distributed under their own terms (see each library's license in deps/).

Ask questions and help answer them on our Slack group.

Downloading

The latest pre-built binaries can be found on the downloads page.

Building

Start by cloning the repository and setting up a build directory.

git clone https://github.com/inolen/redream.git
mkdir redream_build
cd redream_build

Next, generate a makefile or project file for your IDE of choice. For more info on the supported IDEs, checkout the CMake documentation.

# Makefile
cmake -DCMAKE_BUILD_TYPE=RELEASE ../redream

# Xcode project
cmake -G "Xcode" ../redream

# Visual Studio project
cmake -G "Visual Studio 14 Win64" ../redream

Finally, you can either run make from the command line if you've generated a Makefile or load up the project file and compile the code from inside of your IDE.

Reporting bugs

Report bugs via the GitHub issue queue.

redream's People

Contributors

7oxicshadow avatar failproofshark avatar gamax92 avatar ghilios avatar inolen avatar leahnp avatar literalmente-game avatar mankeywitz avatar mdeguzis avatar michael-fadely avatar rtissera avatar skmp avatar slowcoder avatar

Watchers

 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.