Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlazorGL template #49

Closed
wants to merge 306 commits into from
Closed

BlazorGL template #49

wants to merge 306 commits into from

Conversation

nkast
Copy link
Owner

@nkast nkast commented Feb 2, 2023

No description provided.

This has been reported to freeze Core (Non-xaml) aplications.
Setting cursor works fine with the other fix of
_coreIndependentInputSource.
The IsActive on windows platforms is false when app is minimized or lost
focus. There is no way to tell if the app is minimized or Visible.
Write directly to the Mapped Buffer
Implement Game.InactiveSleepTime
Reset IsRunningSlowly after 5 frames
Need to test other BoundingFrustum/BoundingBox as well...
Replace SpriteFont.Characters, SpriteFont.GetGlyphs(),
and SpriteFont.Glyphs with GlyphCollection.
Remove Glyph.Character.
…fer size.

-Revert PR-5442.
-Early initialization of NativeOrientation.
-Fine tune resolution for automatic orientation (45 degrees angle).
-Shockproof automatic orientation (0.5sec delay).
-check valid ScreenOrientation in MainActivity setup.
-remove ResetClientBounds() Hack.
Requires <uses-permission
android:name="android.permission.READ_PHONE_STATE" /> in
AndroidManifest.xml
-Remove Initialize(). Dispatcher doesn't need to initialize itself.
-Remove DoUpdate()
-Add OnUpdate event to dispatch 'Update' message.
-Convert to Singleton
During debuging static files are not copied to the output dir.
The http server request those files directly from the project folder
\wwwroot\.
* whitespaces
* order/remove usings
* extract methods
* stepCount
* move _initialized
* GamePlatform.Game
* remove default BeforeRun()
* GamePlatform.Run()
* remove DefaultRunBehavior
* remove BeforeRun()
* run Asynchronous
* run Synchronous
* refactor Run()
* GameRunBehavior
* Move Game_AssertNotDisposed()
* remove unused AsyncRunLoopEnded event
* remove RunLoop() and StartRunLoop()
Game.UnloadContent() was called upon initialization.
* VSTemplateFolder
* VSTemplateDescription
* refactor GameLoop

* move _gameTime and _gameTimer to platform
* rename _isDisposed
* TickExiting
* remove OnIsMouseVisibleChanged
* Exit() and SuppressDraw()
* remove unused fields and methods
* move fields
* rename _currElapsedTime and _prevElapsedTime
* move Tick()
* rename EndDraw
* move services, components, content
* rename GameStrategy
* rename ConcreteGame
* rename Game.Strategy
* remove partial
* remove PlatformCreate()
* sealed ConcreteGame
* rename GameStrategy.cs
* rename ConcreteGame.cs
* move RunOneFrame

* remove ANDROID_BeforeRun
* rename msbuildwin

* build iOS

* build BlazorGL

* build DesktopGL
* remove unused events

* play catch
* rename BlazorGL platform

* rename BLAZORGL Constant
* add Google Cardboard library

* Cardboard project

* build Cardboard
@nkast nkast closed this Feb 2, 2023
@nkast nkast deleted the BlazorGLTemplate branch February 2, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant