Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.29 KB

File metadata and controls

42 lines (29 loc) · 1.29 KB

Inkwell API

The backend side of Inkwell, an open source platform aiming to help game developers easily and efficiently create and implement complex and dynamic storylines into their games.

DISCLAIMER

This is only the backend part of the project. As such, all acknowledgments and credits specified within this readme refer only to the frontend part of the project.

For the frontend and each individual language parser, please refer to their own respective repositories.

Description

This is the API which makes everything work. It is a RESTful API built with Rust , using Actix Web.

(More implementation details and documentation coming soon)

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments