You are viewing a potentially older version of this package. View all versions.
extraes-JeviLib-1.0.1 icon

JeviLib

A multifunction library for code modders, containing serialization utilities and tweening.

Date uploaded 2 years ago
Version 1.0.1
Download link extraes-JeviLib-1.0.1.zip
Downloads 1145
Dependency string extraes-JeviLib-1.0.1

This mod requires the following mods to function

gnonme-ModThatIsNotMod-0.3.0 icon
gnonme-ModThatIsNotMod

A mod for loading in custom items, making life easier for other mod creators, and a whole lot more.

Preferred version: 0.3.0

README

JeviLib

A multifunction library for code modders, containing serialization utilities and tweening.


What does it do?

This library holds a bunch of utilities I found necessary to create whilst I created BW Chaos, and that continues to remain useful on other projects. In these utilities are my Prefs system, numerous extension methods, and my serialization utilities (byte array lossless joiner and separator, Vector3 byte converter).

Additionally, this contains an extensible tweener that code modders can use to smoothly transition the state of values from a starting value to another, with a position and scale tweener built in.

Changelog

  • 1.0.1

    • Fix Thunderstore website link
    • Change some docs
    • Build as release
  • 1.0.0

    • Initial upload