Edit of asset "BigNumber" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | BigNumber | BigNumber |
| Description |
A high-performance Big Number library for Godot games. Perfect for idle / incremental games, or any project where you need numbers exceeding the limits of standard integer and float types. Managing massive numbers in games is performance-heavy and complex. This plugin provides you with: - Capable of handling numbers much larger than float or int - High Performance - Built-in support for multiple notation styles: - Scientific (1.23e45) - AA Notation (aa, ab, ac...) - Metric Symbols (k, M, B, T...) - Metric Names (kilo, mega, giga...) - Methods similar to standard arithmetic operations. This is a GDExtension plugin, built with performance in mind. Visit the repository for more information: https://github.com/shoyguer/big-number Read the documentation for class reference, and code examples: https://github.com/shoyguer/big-number/wiki |
A high-performance Big Number library for Godot games. Perfect for idle / incremental games, or any project where you need numbers exceeding the limits of standard integer and float types. Managing massive numbers in games can be performance-heavy and complex. This plugin provides you with: - **Infinite Scaling**: Capable of handling numbers much larger than `float` or `int64`. - **High Performance**: Written in C++ to be significantly faster than GDScript implementations. - **Rich Formatting**: Built-in support for multiple notation styles: - Scientific (1.23e45) - AA Notation (aa, ab, ac...) - Metric Symbols (k, M, B, T...) - Metric Names (kilo, mega, giga...) - **Easy-to-use API**: Methods similar to standard arithmetic operations. This is a GDExtension plugin, built with performance in mind. Visit the repository for more information: https://github.com/shoyguer/big-number Read the documentation for class reference, and code examples: https://github.com/shoyguer/big-number/wiki |
| Category | Tools | Tools |
| License | MIT | MIT |
| Repository Provider | Custom | Custom |
| Repository Url | https://github.com/shoyguer/big-number | https://github.com/shoyguer/big-number |
| Issues Url | https://github.com/shoyguer/big-number/issues | https://github.com/shoyguer/big-number/issues |
| Godot version | Godot 4.5 | Godot 4.5 |
| Version String | 1.0 | 1.0 |
| Download Commit | https://github.com/shoyguer/big-number/releases/download/1.0/big_number_1.0.zip | https://github.com/shoyguer/big-number/releases/download/1.0/big_number_1.0.zip |
| Download Url (Computed) | https://github.com/shoyguer/big-number/releases/download/1.0/big_number_1.0.zip | https://github.com/shoyguer/big-number/releases/download/1.0/big_number_1.0.zip |
| Icon Url |
https://raw.githubusercontent.com/shoyguer/big-number/refs/heads/main/brand/logo.png
|
https://raw.githubusercontent.com/shoyguer/big-number/refs/heads/main/brand/logo.png
|