This is a set of utilities and helper scripts that attempts to ease the development of utilizing the Script feature in the Nemo's Transit Expansion addon by abstracting lower level implementation into a function you can call.
- network_util - Contains functions to fetch text/json data over the internet.
- math_util - Contains functions for math-related operation (Lerping, Clamping, etc.), and easing function.
- format_util - Contains functions for text formatting, usually MTR-related.
- mtr_util - Contains functions to obtain MTR data.
- time_tracker - Helper class to keep track of the delta time & the total elapsed time, and provide a way to reset the total time tracked by this.
- train_helper - Contains train-data related functions, like obtaining the next station and current route.
- Open for feedback in issue tracker
- Work In Progress!
Coming soon, maybe...
This project is licensed under the MIT License