Ornithe: LWJGL3 / Starac support #248
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should be merged AFTER #247, about four file changes if done after that merge.
2026-02-04.04-28-15.mp4
Makes loading screen multi-threaded like a proper asset loader to the point where the stapi loading screen is provably faster than not showing it at all and doing vanilla only screen with
loadingScreenOption: 4in config. I think it's awesome and how the STAPI load should've felt- faster than vanilla. Same exact speed and performance with lwjgl2, and same behavior.Also makes window movable and responsive to events on loading rather than showing spinning cursor for example on all OSes.
To test, compile starac for ornithe and run with stapi in prod:
git clone --branch ornithe-lwjgl3 https://github.com/matthewperiut/starac.git./gradlew build** Important note **
This is utilizing a hook that any LWJGL3 mod can implement- so if gambac or legacy-lwjgl3 desires to do so, it'll work seamlessly.