Git Product home page Git Product logo

cutefanficbgm's Introduction

CuteFanficBGM

An implementation of FanficBGM using Qt. The original idea, playlist and implementation was developed by and is the intellectual property of user Guest Poster.

Some screenshots.

Note: while CuteFanficBGM technically works on Windows too, I advise using the original implementation as Windows user since I can't test nor support this platform in any way.

Requirements

  • C++11 must be supported by your compiler/stdlib
  • Qt 5 with multimedia support
    Note: some package managers seperate the multimedia part into an additional package.

Functionality

The goal was to provide the functionality Windows users experience with FanficBGM for people using unix compliant systems, therefore, CuteFanficBGM should behave pretty similar.

However, there are minor differences:

  • no simple view (it already is simple enough)
  • no options view Instead the whole state of CuteFanficBGM is restored whenever you launch it again. You don't have to deal with preserving properties yourself, the program is smart enough.
  • additional display of song title and a volume change bar

Building

Linux

After you statisfied the Qt5 requirement there's not much left to do. Fire up a terminal and within the CuteFanficBGM directory execute:

qmake
make

Done!

OS X

There is a precompiled binary in Releases, compiled using 10.10. In theory it should work on 10.9, 10.8 and 10.7 too but I have no way to verify this.

Technically, you can just do the same Linux users do. Use your favorite package manager (e.g. homebrew) and install the dependency:

brew install qt5

One minor difference though: qt5's qmake is not in your PATH by default. Homebrew does this deliberately because of compatibility issues with qt4. However, just use the full path to qmake or do it like this:

$(brew --prefix qt5)/bin/qmake
make

cutefanficbgm's People

Contributors

argon- avatar

Watchers

 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.