Coder Social home page Coder Social logo

landiaokafeiyan / makehuman Goto Github PK

View Code? Open in Web Editor NEW

This project forked from makehumancommunity/makehuman

0.0 1.0 0.0 63.43 MB

This is an initial alpha version of MakeHuman_Community 1.2.x based on Python 3 and PyQt5 . Work is in progress to remove dependency on legacy openGL.

Home Page: http://www.makehumancommunity.org

License: Other

Python 96.82% Shell 0.17% Makefile 0.01% Perl 0.18% HTML 0.06% NSIS 0.11% Batchfile 0.08% POV-Ray SDL 2.55% C++ 0.02% SourcePawn 0.01%

makehuman's Introduction

Makehuman

This is a port of MakeHuman to Python 3 and PyQt5.

The testing vision for this code is to build a community release that includes the ported code and often-used, user-contributed plug-ins. We hope that the utility of this integrated functionality is sufficient to entice a larger cohort of testers who get value-added in exchange for the possibility of uncovering deficiencies in our port. When testing verifies it's robustness it should a suitable replacement for the current bitbucket code extending the future of MakeHuman beyond the Python 2 "end-of-life".

Support requests:

If you have any questions about the software and its usage, please make a request in our forum: http://www.makehumancommunity.org/forum. We are not going to answer support requests on the bug tracker!

Current status

WARNING: THE CODE IN THIS REPOSITORY IS CURRENTLY NOT FIT FOR PRODUCTION USE!

If you want a stable release of MakeHuman, see http://www.makehumancommunity.org/content/downloads.html

This said, the code in the master branch will work if a few basic requirements are met:

  • You must use a graphics card capable of using the opengl calls MH rely on. It is currently not easy to say exactly which these are.

Getting started

Builds for Windows platforms can be downloaded at: http://download.tuxfamily.org/makehuman/nightly/. These builds include all required dependencies.

If you rather run the code from source:

  • Install git (https://git-scm.com/) with LFS support (https://git-lfs.github.com/). Modern git clients have LFS support included per default.
  • Make sure the command "git" is available via the PATH variable.
  • Install python 3.5.x or later from https://www.python.org/ (or via your system's package management)
  • Figure out how to run "pip": https://pip.pypa.io/en/stable/ (it should have been installed automatically by python), but on Linux use your default package menagemnt system
  • Use "pip" to install dependencies:
    • "pip install numpy"
    • "pip install PyQt5"
    • "pip install PyOpenGL"
  • on Debian based systems you need to install: python3-numpy, python3-opengl, python3-pyqt5, python3-pyqt5.opengl, python3-pyqt5.qtsvg
  • Use git to clone https://github.com/makehumancommunity/makehuman.git (or download the source as a zip)
  • Run the "download_assets_git.py" script in the "makehuman" subdirectory of the source code.
  • Optionally also run:
    • compile_models.py
    • compile_proxies.py
    • compile_targets.py

Having done this, you can now start MakeHuman by running the makehuman.py script.

Branches

There are three standard branches and some additional developer working branches:

  • master: This is where you will find the latest version of MakeHuman.

Read-only reference branches

  • bitbucket-stable: This is the code as it looks in the "stable" branch at bitbucket. This is the ancestor of what is now the "master" branch.
  • bitbucket-default: This is the code as it looks in the "default" branch at bitbucket.

In addition you may from time to time see feature branches (usually named _feature...), which are removed after having been merged to the master branch.

makehuman's People

Contributors

joepal1976 avatar pwnzorbot4000 avatar rwbaer avatar duststorm avatar aranuvir avatar diffeomorphic avatar sermesh avatar sestowner avatar fnunnari avatar janisozaur avatar flyingdeveloper avatar

Watchers

Liangyan Li 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.