GithubHelp home page GithubHelp logo

skialyrica's Introduction

SkiaLyrica

My SkiaSharp-based Single Source Lyric Music Player Test

Showcase

Youtube Video

Build

Pre-requiste

  • .NET 5.0 SDK & Runtime
  • .NET scripting tool (dotnet script) to merge the DLL into one
  • BASS Library for your target platform
  • ILRepack

Compilation

  • VS2019 way : Open the solution via Visual Studio 2019 the Compile
  • Terminal way : Open your OS's terminal, cd to the .csproj folder, then do dotnet build

Libraries used

  • OpenTK (for OpenGL and GLFW Windowing)
  • SkiaSharp (for Drawing)
  • ManagedBass (for Audio Player)
  • ILRepack (to Repack DLLs into one)

About the UnityPlayer.dll in this project

This project did not have any affiliation with Unity Engine at all, this DLL actually contains repackaged libraries of this project when is built using Project Solution (.sln) instead of the C# Project File (.csproj).

You can change this DLL name by modifying the DLLMerge.cs (the post-build C# script).

Actually, Modification to this post build script is mandatory if you uses the Project Solution, as ILRepack binary files have different paths between version and platform.

Usage

Warning : This project is mostly contains hardcoded source. To modify most of the functionality, edit the code then recompile

  • Edit the code and the post-build script as you need it, then build it.
  • Copy the Lyrica_Data directory to the same directory as the compiled binary,
  • Modify the content of the Lyrica_Data directory to your heart content.
  • Run the compiled binary
    • on Windows : Lyrica.exe
    • on Linux : Terminal - dotnet Lyrica.dll

My Default Keybinds

  • Spacebar : Play/Pause
  • Left : Seek to previous one second
  • Right : Seek to the next one second
  • Shift + Left : Seek to previous ten second
  • Shift + Right : Seek to the next ten second

License

CC-BY Public Domain

skialyrica's People

Contributors

emiyasyahriel avatar

Watchers

James Cloos 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.