▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/OptiCores
OptiCores

OptiCores

A client-side rendering optimization mod for (Neo)Forge and Fabric, featuring asynchronous culling specifically tuned for integrated graphics (Intel UHD/Iris Xe).

Оцените первым
25.0K
34

!A side-by-side Minecraft comparison showing higher FPS without shaders and better graphics with shaders.


Thank you for the support!, Now i am going to continue working on the Opticores project.


Opticore: Asynchronous Rendering Optimization Opticore is a client-side companion mod for Embeddium and Sodium on NeoForge 1.21.1. It is specifically designed to alleviate the "Main Thread" bottlenecking found on systems using integrated graphics (Intel UHD, Iris Xe, and mobile CPUs).

Core Functionality

  • Asynchronous Culling Pipeline: Unlike standard culling methods that run on the main render thread, Opticore offloads Euclidean distance and Frustum-intersection math to a background worker thread.

  • Concurrent Data Management: Rendering visibility results are stored in a thread-safe ConcurrentHashMap, allowing for O(1) lookups during the render cycle with near-zero latency.

  • Dynamic Load Throttling: The mod monitors getSectionStatistics() to detect heavy chunk-loading periods. During high I/O spikes (e.g., world joining or teleporting), the mod temporarily reduces entity rendering overhead to prioritize terrain generation.

  • Technical Compatibility: Includes safety bypasses for custom block entity renderers (such as those in the Create Mod) and integrates with Distant Horizons to prevent culling during LOD baking passes.

Performance Impact Opticore is most effective in environments with high entity counts (villages, farms, or modded dimensions). By offloading culling logic, it helps stabilize frame times and reduces "stuttering" during world exploration on 2-core and 4-core processors.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.2.x26.1.x1.21.x1.20.x

Платформы

Поддерживаемые окружения

Клиент

Зависимости

Ссылки


Детали

Лицензия:
Опубликован:3 месяца назад
Обновлён:1 неделю назад
Главная