renpy/Frameworks

From Ren'Py

Jump to: navigation, search

Frameworks

A framework is a set of Ren'Py script files that adds large amounts of new functionality to Ren'Py. At the cost of having to learn the (potentially idiosyncratic) way the framework does things, using a framework lets you create new types of games with Ren'Py.

These frameworks are not part of Ren'Py proper, and are supported by their creators.

DSE (Dating Sim Engine)

Image:dse.png

The dating sim engine provides a framework for creating dating-sim style games. It consists of two parts: A day planner that lets the user pick classes of events that occur during the day, and an event manager that chooses which events should be presented to the user. Documentation is found in dse/game/EVENTS.txt, in the unpacked distribution.

Renpygame

Renpygame lets you run pygame code inside Ren'Py. This allows fairly complicated games to be created by programmers of sufficient skill.

Personal tools