GithubHelp home page GithubHelp logo

rohankumardubey / hydra Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hydra-emu/hydra

0.0 0.0 0.0 7.8 MB

A FLOSS multi-system emulator

License: MIT License

Shell 0.02% C++ 97.23% C 0.03% HTML 0.03% CMake 0.30% GLSL 2.38%

hydra's Introduction


A FLOSS multi-system emulator

Current systems

WIP systems

Dependencies

Compiler: The c++20 features used need at least gcc-11 and g++11 or latest msvc.
Dependencies: cmake git
Libraries: sdl2 tbb qt. See Installation for an easy installation guide

Installation

Archlinux
pacman -S --needed git cmake sdl2 glfw-x11 ninja qt
git clone --recurse-submodules -j8 https://github.com/OFFTKP/hydra.git
cd hydra
cmake -S hydra -B hydra/build -G Ninja
cmake --build hydra/build
Ubuntu
TODO: wrong and old, fix These commands are used to install on a fresh ubuntu environment and some can be omitted.
sudo apt-get update
sudo apt-get install libsdl2-dev libtbb-dev libboost-all-dev build-essential gcc-11 g++-11 ninja-build
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
sudo update-alternatives --set gcc /usr/bin/gcc-11
git clone --recurse-submodules -j8 https://github.com/OFFTKP/hydra.git
cd hydra
cmake -S hydra -B hydra/build
cmake --build hydra/build
Windows
Has not been tested. Follow similar procedure, clone with submodules, build with cmake.

Contributing

Any contribution is welcome. Fork, open an issue or work on existing ones, or work on improving the documentation

License

hydra is licensed under the MIT license
Copyright (C) 2021-2022 Paris Oplopoios

Contributors

GitHub contributors

hydra's People

Contributors

offtkp 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.