GithubHelp home page GithubHelp logo

renpy's Introduction

The Ren'Py Visual Novel Engine

http://www.renpy.org

Branches

Ren'Py development takes place on two branches, master and devel, as well as the occasional feature branch.

Master

The master branch contains code that can be run using the libraries in the latest (release or pre-release) version of Ren'Py. It's used for bugfixes and features that do not require C or Cython code to implement.

After checking out master, run:

./after_checkout.sh <path-to-renpy>

to link in the libraries from the most recent Ren'Py. (On Windows, you will need to run this under msys or cygwin.)

Ren'Py can then be run by running renpy.exe, renpy.sh, or renpy.app as appropriate.

Devel

The devel branch contains code that requires a recompile of modules implemented in C or Cython. Building devel requires you to have the prerequisite libraries installed. Then set RENPY_DEPS_INSTALLED to a ::-separated list of paths containing dependencies. For example:

export RENPY_DEPS_INSTALL=/usr::/usr/lib/x86_64-linux-gnu/

Finally, change into the modules directory, and run:

python setup.py install

Ren'Py can then be run by using python to run renpy.py.

Contributing

For bug fixes, documentation improvements, and simple changes, just make a pull request. For more complex changes, it might make sense to file an issue so we can discuss the design.

renpy's People

Contributors

renpytom avatar vbkaisetsu avatar yoshifan avatar xrenx avatar jakestaines avatar jahiy avatar apricotorange avatar

Watchers

 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.