renpy/Frameworks
From Ren'Py
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)
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.
- dse-20080205.zip (released 2008-02-05)
- dse-20070715.zip (released 2007-07-15)
- Last tested with Ren'Py 6.6.0
- Supported by PyTom
Renpygame
Renpygame lets you run pygame code inside Ren'Py. This allows fairly complicated games to be created by programmers of sufficient skill.
- renpygame-1.1.zip (released 2007-09-25)
- renpygame-1.0.zip
- Requires Ren'Py 6.3.2 or later.
- Last tested with Ren'Py 6.3.2
- Supported by PyTom

