Coder Social home page Coder Social logo

rena's Introduction

Rena

Rena is a scripting language for Godot Engine, designed with a goal of turning writing interactive dialogues for games a very enjoyable and intuitive process. Rena is heavily inspired by RenPy, an awesome engine for visual novels, although Rena tries to be more general purpose.

Its not a framework. It does not enforce certain project structure or anything like that. Its just a small virtual machine that interprets code, how you integrate it in your project is completely up to you.

Rena is still in active development, some features might buggy, Not recommended for production yet. If you are experiencing problems, report them in the issues tab, I'll try to fix everything as fast as I can. You can also request features, of course.

Features

  • say statements representing characters' speech

  • variables which can be defined and changed at runtime or from gdscript

  • if statements to control the flow with conditions

  • menus to get user input in the dialogue

  • gdscript functions of your choice can be called directly from Rena whenever you need it with arbitrary number of arguments

  • wide range of operators for all kinds of expressions you might need.

  • Arrays and Dictionaries fully supported

  • save/load system, to be able to save game during the dialogue and load it back

  • multiline strings

Planned features

  • ACTUAL DOCUMENTATION

Getting started

Installation

  1. Download repo as zip or clone it.
  2. Copy /addons/ directory into your project root directory(where your project.godot is)
  3. Activate plugin in your project settings -> plugins tab
  4. (Optionally) copy /examples/ folder to see how it all works
  5. You are ready to go.

Contributing

One can contribute by reporting bugs via issues. If your script is being interpreted incorrectly, please be sure to include that script or a minimal example that reproduces the problem, so I can debug it.

You can also propose features to the language or vm.

If you would like to code some feature, pull requests are also welcome.

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.