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

https://github.com/dps2004/notitg-chess

Chess implementation with Mirin Template and Sunfish.lua
https://github.com/dps2004/notitg-chess

Last synced: 4 months ago
JSON representation

Chess implementation with Mirin Template and Sunfish.lua

Awesome Lists containing this project

README

          

# Mirin Template
[NotITG](https://notitg.heysora.net) is a fork of OpenITG designed to make it easier for mod file creators to implement their ideas. The [Mirin Template](https://www.github.com/XeroOl/notitg-mirin) provides functions that allow creators to use NotITG express their mod ideas and bring them to life in the game.

* **Simple to learn**: Designed with a goal of avoiding unintuitive edge cases in NotITG.
* **Excellent performance**: Optimized code runs quickly compareed to other templates.
* **Theme independent**: Mirin Template creates a separate environment for mod code that is kept separate from themes.
* **Powerful abstractions**: Includes a powerful system that allows users to create custom modifiers.

```lua
-- turn on invert
ease {0, 1, outExpo, 100, 'invert'}
-- turn off invert
ease {7, 1, outExpo, 0, 'invert'}
```
Read the documentation at https://xerool.github.io/notitg-mirin