Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lazyknightx/rmmv-typescript-start-kit

Start kit for use TypeScript in RPG Maker MV. | Include TypeScript Declare Files: <fps-meter, lz-string, pixi, rmmv>
https://github.com/lazyknightx/rmmv-typescript-start-kit

Last synced: 14 days ago
JSON representation

Start kit for use TypeScript in RPG Maker MV. | Include TypeScript Declare Files: <fps-meter, lz-string, pixi, rmmv>

Awesome Lists containing this project

README

        

# Essential TypeScript Declares (*.d.ts) for RPG Maker MV

This repository collected the essential type script declare files (*.d.ts) for RPG Maker MV, help developer who want to use TypeScript in RPG Maker MV.

## Tip

* There use "constructor" to replace RMMV's "initialize" in Scene/Window/etc.. , if you want to rewrite "initialize", just direct use "constructor".

## Thanks

Thanks for all providers of those components (pixi.d.ts, fps-meter.d.ts, lz-string.d.ts, rmmv.d.ts)!

* [pixi.d.ts](https://github.com/pixijs/pixi-typescript)
* [fps-meter.d.ts](https://github.com/NativeScript/nativescript-unit-test-runner)
* [lz-string.d.ts](https://github.com/pieroxy/lz-string)
* [rmmv.d.ts](https://github.com/AsterAtwood/rmmv.d.ts)

Feel free to issue or pull request if you find any problem.