Coder Social home page Coder Social logo

bms's Introduction

BMS

A hobby project to play BMS also called "Be-Music Source" files.

Work-in-progress

Build

Requirements

For building this project you will need:

It is all you will need. Please also have a test BMS file to run the program.

Instructions

  • Clone this repository using:
git clone https://github.com/jbyuki/BMS.git

or the method you prefer using.

  • Extract the libraries into the project folder
BMS\
	SDL2_image-2.0.5\
		include\
		lib\
	SDL2_mixer-2.0.4\
		include\
		lib\
	SDL2_ttf-2.0.15\
		include\
		lib\
	SDL2-2.0.10\
		docs\
		include\
		lib\
  • Verify the CMakeLists.txt is correct. Check that the library paths are correct.
  • Make a build directory in BMS/
cd BMS
mkdir build
  • From within build/, cmake
cd build
cmake ..
  • Before compiling, modify the following lines in main.cpp
std::string input = "YOUR BMS FILE PATH HERE".
...
if(!loadSkin"skin/skin.txt PATH HERE", renderer, s)) {
...
TTF_Font* font = TTF_OpenFont("FONT FILE PATH HERE", 16);

One skin is included in the project.

  • Compile using your favorite c++ compiler
  • Don't forget to put the library .dll in the output folder

bms's People

Contributors

jbyuki avatar

Watchers

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