Giter Site home page Giter Site logo

yommd's Introduction

yoMMD

yoMMD is a software to show MMD models on Desktop, as known as "Desktop mascot," for Windows and macOS.

Development environment

  • Apple/homebrew clang on macOS Ventura 13
  • GCC on MinGW64 on MSYS2 on Windows 10

yoMMD must work on these environment.

Build

The dependencies are managed as submodule under lib/ and you don't need to set up external libraries before.

On macOS

$ git clone https://github.com/mityu/yoMMD
$ cd yoMMD
$ make init-submodule  # Initialize submodule and build them. This takes a bit long time...
$ make -j4  # Build ./yoMMD executable

If you want to create application bundle (yoMMD.app), additionaly do:

$ make app

yoMMD.app will available under package/ directory.

On Windows

Only MinGW64 on MSYS2 is officially supported now. Please prepare it before building yoMMD.

$ git clone https://github.com/mityu/yoMMD
$ cd yoMMD
$ make init-submodule  # Initialize submodule and build them. This takes a bit long time...
$ make release -j4  # Build ./yoMMD.exe executable.

If you want to build binary with DOS window enabled for some purpose (e.g. debugging), just do:

$ make

See $ make help result for other available subcommands.

Configuration

You can write configurations in config.toml.

TODO: Write more

FAQ

Q. Is this work with multi monitors? A. I don't know since I don't use multi monitors.

License

The MIT License, except for the files in icons/ directory. For licenses of external libraries, please see LICENSES.md

Acknowledgements

  • This software is powered by many awesome external libraries placed under lib directory. Thank you.
  • MMD drawer program, especially the shader program, is ported from saba_viewer program in benikabocha/Saba library. Thank you.

yommd's People

Contributors

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