Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunaisnotaboy/omori
A TypeScript rewrite of Omori/the RPG Maker MV engine
https://github.com/lunaisnotaboy/omori
Last synced: about 2 months ago
JSON representation
A TypeScript rewrite of Omori/the RPG Maker MV engine
- Host: GitHub
- URL: https://github.com/lunaisnotaboy/omori
- Owner: lunaisnotaboy
- License: agpl-3.0
- Created: 2023-12-24T01:53:52.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-12-24T19:50:54.000Z (about 1 year ago)
- Last Synced: 2024-10-12T19:41:35.471Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Omori
A work-in-progress conversion of Omori's RPG Maker MV engine from JavaScript to TypeScript.
## Why?
I've been meaning to do this for a while. It's a pain to develop plugins for RPG Maker MV because of the subpar JSDoc comments, so I figured I'd convert the entire thing into TypeScript so that I can base other RPG Maker MV games off of this TypeScript port.
Plus, I didn't really have anything better to do, so...
## Requirements
TODO
## License
This is licensed under the [AGPL-3.0 license](LICENSE).