Skip to content

Skip load screen#86

Closed
2bt wants to merge 1 commit into
HurricanGame:masterfrom
2bt:patch-1
Closed

Skip load screen#86
2bt wants to merge 1 commit into
HurricanGame:masterfrom
2bt:patch-1

Conversation

@2bt

@2bt 2bt commented Mar 13, 2025

Copy link
Copy Markdown

It looks like loading of resources is limited by the frame rate where only one resource per frame is allowed. On modern hardware, loading is quasi instant so I think the screen can just be skipped.

It looks like loading of resources is limited by the frame rate where only one resource per frame is allowed. On modern hardware, loading is quasi instant so I think the screen can just be skipped.
@Mia75owo

Copy link
Copy Markdown
Contributor

This is kinda related to #72
The version of the Hurrican source code supports multiple different platforms, so
the loading screen is still needed on some older platforms. I'm thinking about rewriting the sprite loading system in general, as it contains code which updates the screen outside of the main loop (which is a problem on some platforms).

@2bt

2bt commented Mar 13, 2025

Copy link
Copy Markdown
Author

Uh, your fix is much nicer. Too bad it's not merged.

@2bt 2bt closed this Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants