Мова

ImmediatelyFast

ImmediatelyFast

Modrinth

Speed up immediate mode rendering in Minecraft

110.0M завантажень 10.9k підписників оновлено 21d ago
остання v1.16.2+26.2-neoforge Modrinth
Fabric Forge Neoforge Quilt 1.18.2 – 26.2 Optimization

ImmediatelyFast



ImmediatelyFast is an open source Minecraft mod which improves the immediate mode rendering performance of the client.
It is designed to be lightweight and compatible with other mods.

Optimizations

ImmediatelyFast generally optimizes all immediate mode rendering by using a custom buffer implementation which batches
draw calls and uploads data to the GPU in a more efficient way.
The following parts of the immediate mode rendering code are optimized:

  • Entities
  • Block entities
  • Particles
  • Text rendering
  • GUI/HUD
  • Immediate mode rendering of other mods

It also features targeted optimizations where vanilla rendering code is being changed in order to run faster.
The following parts of the rendering code are optimized with a more efficient implementation:

  • Map rendering
  • HUD rendering
  • Text rendering

Performance

Here are some performance comparisons of areas the mod optimizes particularly well:

If other mods are listed in the table this means that this mod also optimizes that part of the game.

Test Hardware: Ryzen 5 1600, 32GB DDR4, GTX 1060

FPS Numbers were taken from external tools (in this case MSI Afterburner) and averaged over a couple of seconds.
If you decide to test this yourself keep in mind that ImmediatelyFast can only improve FPS in a scenario where your CPU
is the bottleneck (Most likely the case if your GPU isn't ancient or you use very heavy shaders).
Slower CPUs will benefit more from this mod than really fast CPUs.

Entity Rendering

Generally FPS should be around 2x higher on busy servers. [Tested using IF 1.1.7 on 1.19.3]

Tested on a spigot server with 1000 cows in a 3x3 box on screen.

| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |
|-----------------|-------------------------|----------------------|-------------|
| None | 16 FPS | 60 FPS | 3.75x |
| Sodium | 21 FPS | 82 FPS | 3.90x |
| Iris and Sodium | 60 FPS | 76 FPS | 1.27x |

Map Rendering

Generally FPS should be around 5x higher when there are many maps on screen. [Tested using IF 1.1.1 on 1.19.3]

Tested on a fabric server with the Image2Map mod and around 930 maps on screen.

| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |
|-----------------|-------------------------|----------------------|-------------|
| None | 50 FPS | 310 FPS | 6.20x |
| Sodium | 47 FPS | 320 FPS | 6.81x |

HUD Rendering

Generally FPS should be around 40% higher in almost all scenarios. [Tested using IF 1.1.7 on 1.19.3]

Tested on a spigot server with different HUD elements on screen (Scoreboard, Potion effect overlay, Bossbars, Filled Chat, Extra hearts, Full Hotbar).

| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |
|---------------------|-------------------------|----------------------|-------------|
| None | 250 FPS | 380 FPS | 1.52x |
| Sodium | 335 FPS | 630 FPS | 1.88x |
| Exordium and Sodium | 740 FPS | 840 FPS | 1.14x |

Text Rendering

Generally FPS should be around 2x higher when there are many signs or holograms around you. [Tested using IF 1.1.7 on 1.19.3]

Tested on a spigot server with 200 signs (Filled with text) on screen.

| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |
|-----------------|-------------------------|----------------------|-------------|
| None | 70 FPS | 125 FPS | 1.79x |
| Sodium | 110 FPS | 300 FPS | 2.73x |

Block-Entity Rendering

Generally FPS should be around 20% higher when there are many block entities around you. [Tested using IF 1.1.7 on 1.19.3]

Tested on a spigot server with 400 chests on screen.

| Other mods | Without ImmediatelyFast | With ImmediatelyFast | Improvement |
|-----------------|-------------------------|----------------------|-------------|
| None | 170 FPS | 205 FPS | 1.20x |
| Sodium | 315 FPS | 410 FPS | 1.30x |

Compatibility

ImmediatelyFast is structured to interfere with mods as little as possible.
It should work fine with most if not all mods and modpacks.

Known incompatibilities:

  • OptiFabric / OptiFine
  • Most closed source "clients" like LunarClient and LabyMod

If you encounter any issues, please report them on the Issue Tracker.

Config

ImmediatelyFast has a config file which can be found in the config folder of your Minecraft instance. Most options should be left at their default values, but some may be tweaked to improve performance or compatibility.

  • font_atlas_resizing: Increases the sizes of the font atlas textures. This improves performance with high resolution or custom server fonts.
  • map_atlas_generation: Puts the map textures into a single texture instead of multiple textures. This improves performance when many maps are on screen.
  • hud_batching: Improves the performance of the HUD rendering by submitting less draw calls. If you experience issues with HUD elements, try disabling this optimization.
  • fast_text_lookup: Caches some data between rendering text characters. This slightly improves performance when rendering a lot of text.
  • avoid_redundant_framebuffer_switching: This optimization reduces the number of framebuffer switches when rendering many different things in the world (entities, particles, block entities, ...) or the HUD to increase FPS.
  • experimental_disable_error_checking: Disables OpenGL error checking. This may improve performance on certain systems, but can cause hard to debug issues if enabled.
  • experimental_disable_resource_pack_conflict_handling: Controls if ImmediatelyFast should scan resource packs for incompatible core shader modifications in oder to disable some conflicting optimizations. This can be disabled to force optimizations even if they may cause graphical issues with certain resource packs.
  • experimental_sign_text_buffering: Buffers text on signs instead of re-rendering it every frame. May cause issues with high resolution or custom fonts.
  • experimental_screen_batching: Improves the performance of some in-game screens rendering by submitting less draw calls.

Developer API

You can read the latest version of the API docs here.

Partners

Kinetic Hosting offers extremely affordable deals on servers with very good hardware! If you'd like to cash in on the good deals visit kinetichosting.com.

Kinetic Hosting


YourKit supports open source projects with innovative and intelligent tools
for monitoring and profiling Java and .NET applications.
YourKit is the creator of YourKit Java Profiler,
YourKit .NET Profiler,
and YourKit YouMonitor.

YourKit


Credits to sydist for making the logo!

Версії

Release
1.16.2+26.2-neoforge
neoforge · 26.2 · 21d ago
* Fixed text corruption on certain Intel iGPUs * Added ability for resource packs to disable map atlas generation at runtime
19.8k
Release
1.16.2+26.2-fabric
fabric, quilt · 26.2 · 21d ago
* Fixed text corruption on certain Intel iGPUs * Added ability for resource packs to disable map atlas generation at runtime
1.1M
Release
1.15.3+26.1-fabric
fabric, quilt · 26.1, 26.1.1, 26.1.2 · 1mo ago
* Made experimental sign buffering Vulkan compatible * Made sign atlas size configurable * Updated core shader blacklist
661.8k
Release
1.15.3+26.1-neoforge
neoforge · 26.1, 26.1.1, 26.1.2 · 1mo ago
* Made experimental sign buffering Vulkan compatible * Made sign atlas size configurable * Updated core shader blacklist
12.3k
Release
1.14.3+1.21.11-neoforge
neoforge · 1.21.11 · 1mo ago
* Made experimental sign buffering Vulkan compatible * Made sign atlas size configurable
12.4k
Release
1.14.3+1.21.11-fabric
fabric, quilt · 1.21.11 · 1mo ago
* Made experimental sign buffering Vulkan compatible * Made sign atlas size configurable
673.9k
Release
1.13.6+1.21.10-neoforge
neoforge · 1.21.9, 1.21.10 · 1mo ago
* Made sign atlas size configurable
1.6k
Release
1.13.6+1.21.10-fabric
fabric, quilt · 1.21.9, 1.21.10 · 1mo ago
* Made sign atlas size configurable
51.9k
Release
1.12.6+1.21.8-fabric
fabric, quilt · 1.21.8 · 1mo ago
* Fixed villager profession level layer render order
40.9k
Release
1.12.6+1.21.8-neoforge
neoforge · 1.21.8 · 1mo ago
* Fixed villager profession level layer render order
1.8k
Release
1.8.7+1.21.4-forge
forge · 1.21.4 · 1mo ago
* Fixed villager profession level layer render order
1.8k
Release
1.8.7+1.21.4-neoforge
neoforge · 1.21.4 · 1mo ago
* Fixed villager profession level layer render order
2.4k

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.

FAQ

Як встановити ImmediatelyFast?

Завантажте файл під свою версію Minecraft і завантажувач із цієї сторінки, потім покладіть .jar у папку mods (або plugins) і запустіть гру.

ImmediatelyFast безкоштовний?

ImmediatelyFast можна завантажити безкоштовно на Modgrid — ми ведемо прямо до офіційного джерела.

Які версії Minecraft підтримує ImmediatelyFast?

Працює з Fabric, Forge, Neoforge, Quilt. Підтримуються версії 1.18.2–26.2. Перелік підтримуваних версій і завантажувачів — у блоці завантаження на цій сторінці.

Завантажити ImmediatelyFast

R 1.16.2+26.2-neoforge 26.2 neoforge 97 KB R 1.16.2+26.2-fabric 26.2 fabric, quilt 89 KB R 1.15.3+26.1-fabric 26.1, 26.1.1, 26.1.2 fabric, quilt 303 KB R 1.15.3+26.1-neoforge 26.1, 26.1.1, 26.1.2 neoforge 305 KB R 1.14.3+1.21.11-neoforge 1.21.11 neoforge 298 KB R 1.14.3+1.21.11-fabric 1.21.11 fabric, quilt 296 KB R 1.13.6+1.21.10-neoforge 1.21.9, 1.21.10 neoforge 302 KB R 1.13.6+1.21.10-fabric 1.21.9, 1.21.10 fabric, quilt 297 KB R 1.12.6+1.21.8-fabric 1.21.8 fabric, quilt 294 KB R 1.12.6+1.21.8-neoforge 1.21.8 neoforge 298 KB R 1.8.7+1.21.4-forge 1.21.4 forge 523 KB R 1.8.7+1.21.4-neoforge 1.21.4 neoforge 330 KB R 1.8.7+1.21.4-fabric 1.21.4 fabric, quilt 325 KB R 1.6.11+1.21.1-fabric 1.21, 1.21.1 fabric, quilt 329 KB R 1.6.11+1.21.1-neoforge 1.21, 1.21.1 neoforge 353 KB R 1.6.11+1.21.1-forge 1.21, 1.21.1 forge 528 KB R 1.5.5+1.20.4-neoforge 1.20, 1.20.1, 1.20.2 neoforge 363 KB R 1.5.5+1.20.4-forge 1.20, 1.20.1, 1.20.2 forge 520 KB R 1.5.5+1.20.4-fabric 1.20, 1.20.1, 1.20.2 fabric, quilt 341 KB R 1.16.1+26.2-fabric 26.2 fabric, quilt 89 KB R 1.16.1+26.2-neoforge 26.2 neoforge 96 KB R 1.16.0+26.2-neoforge 26.2 neoforge 292 KB R 1.16.0+26.2-fabric 26.2 fabric, quilt 290 KB R 1.15.2+26.1.2-neoforge 26.1, 26.1.1, 26.1.2 neoforge 319 KB R 1.15.2+26.1.2-fabric 26.1, 26.1.1, 26.1.2 fabric, quilt 298 KB R 1.15.1+26.1.1-fabric 26.1, 26.1.1 fabric, quilt 298 KB R 1.15.1+26.1.1-neoforge 26.1, 26.1.1 neoforge 319 KB R 1.15.0+26.1-neoforge 26.1 neoforge 319 KB R 1.15.0+26.1-fabric 26.1 fabric, quilt 298 KB R 1.14.2+1.21.11-neoforge 1.21.11 neoforge 325 KB R 1.14.2+1.21.11-fabric 1.21.11 fabric, quilt 303 KB R 1.13.5+1.21.10-neoforge 1.21.9, 1.21.10 neoforge 326 KB R 1.13.5+1.21.10-fabric 1.21.9, 1.21.10 fabric, quilt 303 KB R 1.12.5+1.21.8-neoforge 1.21.8 neoforge 323 KB R 1.12.5+1.21.8-fabric 1.21.8 fabric, quilt 300 KB R 1.8.6+1.21.4-neoforge 1.21.4 neoforge 355 KB R 1.8.6+1.21.4-forge 1.21.4 forge 530 KB R 1.8.6+1.21.4-fabric 1.21.4 fabric, quilt 331 KB R 1.6.10+1.21.1-neoforge 1.21, 1.21.1 neoforge 360 KB R 1.6.10+1.21.1-forge 1.21, 1.21.1 forge 534 KB R 1.6.10+1.21.1-fabric 1.21, 1.21.1 fabric, quilt 335 KB R 1.5.4+1.20.4-forge 1.20, 1.20.1, 1.20.2 forge 526 KB R 1.5.4+1.20.4-fabric 1.20, 1.20.1, 1.20.2 fabric, quilt 347 KB R 1.5.4+1.20.4-neoforge 1.20, 1.20.1, 1.20.2 neoforge 370 KB R 1.14.1+1.21.11-fabric 1.21.11 fabric, quilt 301 KB R 1.14.1+1.21.11-neoforge 1.21.11 neoforge 323 KB R 1.13.4+1.21.10-neoforge 1.21.9, 1.21.10 neoforge 325 KB R 1.13.4+1.21.10-fabric 1.21.9, 1.21.10 fabric, quilt 301 KB R 1.12.4+1.21.8-neoforge 1.21.8 neoforge 322 KB R 1.12.4+1.21.8-fabric 1.21.8 fabric, quilt 299 KB

Файли надаються напряму з першоджерела. Modgrid не зберігає та не змінює їх.