https://github.com/itzjustelias/fastmathmod
Super Fast Math is a lightweight Fabric mod designed to enhance the performance of trigonometric calculations in Minecraft.
https://github.com/itzjustelias/fastmathmod
java minecraft minecraft-mod
Last synced: over 1 year ago
JSON representation
Super Fast Math is a lightweight Fabric mod designed to enhance the performance of trigonometric calculations in Minecraft.
- Host: GitHub
- URL: https://github.com/itzjustelias/fastmathmod
- Owner: ItzjustElias
- License: mit
- Created: 2024-11-29T10:14:21.000Z (over 1 year ago)
- Default Branch: 1.21.5
- Last Pushed: 2025-04-08T13:49:30.000Z (over 1 year ago)
- Last Synced: 2025-04-08T14:39:39.148Z (over 1 year ago)
- Topics: java, minecraft, minecraft-mod
- Language: Java
- Homepage: https://github.com/ItzjustElias/FastMathMod
- Size: 224 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Super Fast Math is a lightweight Fabric mod designed to enhance the performance of trigonometric calculations in Minecraft. By replacing the standard sine and cosine functions with a precomputed lookup table which is faster computed than a normal table thanks to java FastMath and dynamical initialisation, it significantly reduces computation time, resulting in smoother and faster mathematical operations.