Coder Social home page Coder Social logo

OpenRhythm

Discord

OpenRhythm currently depends on the following libs:

  • CMake
  • SDL2
  • Freetype - I may switch to using stb_freetype haven't decided quite yet.
  • GLM
  • STB (included in extern/stb)
  • Gettext

Submodules

This project contains submodules. There are two ways to handle this.

To clone the repo and all submodules do:

git clone --recursive https://github.com/OpenRhythm/OpenRhythm

Otherwise if you have just cloned the repo you will need to run these to clone the submodules:

git submodule init
git submodule update

Compiling and packaging

You will need a compiler that supports C++14

  • Makedepends : dependencies for compiling but not for executing :

    • CMake (3.0 minimum)
    • GLM (Graphics, header only)
  • Dependencies : for compiling and executing :

    • Freetype2
    • Gettext
    • OggVorbis
    • SDL2
    • cubeb

Windows

The following instructions are using "Build Tools for Visual Studio 2017"

Download the pre-built dependancies and make sure they are in the extern folder.

https://drive.google.com/file/d/0BwN4qYrZTBNbaW1Tb3pycm1aTlE/view?usp=sharing This are x64 release builds done with VS 2015

Then run win-release-build.bat

Unix: (MacOS/Linux)

GCC-4.9+ or Clang-3.4+ (MacOS: download Xcode Command Line Utils)

  • Linux
    • Debian / Ubuntu / Linux Mint
    sudo apt-get install cmake sdl2-dev libfreetype-dev libglm-dev
    
    • ArchLinux / Manjaro / …
    sudo pacman -S cmake sdl2 freetype2 glm
    

Then build the code

./release-build.sh 
# or
./release-build.sh --verbose

openrhythm's Projects

openrhythm icon openrhythm

Rhythm game similar to FoF, GH, or RB. (no longer in development)

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.