Giter VIP home page Giter VIP logo

dynrpg-rpgss's Introduction

RPGSS

The Role Playing Game Scripting System (RPGSS) is a plugin for Cherry's DynRPG. RPGSS is a scripting environment for the RPG Maker 2003, based on the programming language Lua. It's most comparable to the RGSS (Ruby Game Scripting System), the scripting environment for the RPG Maker XP.

RPGSS offers the following features:

  • MIT Licensed
  • Lua instead of C++. Lua is very easy to pick up, dynamic, powerful, extendable, widely used (even in commercial video games) and very fast (LuaJIT compiles Lua code to machine code at run time).
  • Rapid extension development and painless maintenance. An extension in RPGSS is simply a human-readable Lua source code file.
  • Meaningful error messages and a detailed stack traceback, when something goes wrong, assist the developer.
  • Most of the powerful C++ DynRPG API available to Lua scripts.
  • Rich set of powerful standard libraries. RPGSS provides a lot of essential libraries out of the box with an easy to pick up API.
  • Fast and powerful graphics routines. Unfortunately the graphics routines available to a DynRPG plugin developer are slow and simplistic. RPGSS provides a rich set of blazing fast graphics routines that open up new possibilities.

Please read the RPGSS documentation for more details.

Official Repository

RPGSS is published under the terms of the MIT License and is being developed by Anatoli Steinmark.

For questions, comments, or bug reports feel free to open a Github issue or contact Anatoli Steinmark directly at the email address indicated below.

Copyright 2014, Anatoli Steinmark (<[email protected]>)

Older versions of RPGSS up to and including 0.5.2 are distributed under the GPL v3 License. See the corresponding license file in those versions for more details.

dynrpg-rpgss's People

Contributors

kyuu 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.