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

Version 0.2.0 #9

Merged
merged 19 commits into from
Aug 20, 2022
Merged

Version 0.2.0 #9

merged 19 commits into from
Aug 20, 2022

Conversation

rand0m-cloud
Copy link
Owner

BREAKING CHANGES:

  • The Bevy app will update on the visual frame and physics frame. Use of Time's delta may lead to unexpected values when systems are scheduled for the visual frame or physics frame. Consider using the SystemDelta to keep track of your own delta time.

Features:

  • Update to Bevy 0.8
  • Bevy Assets integration. Assets with a path ending with .tscn, .scn, .tres, and .res will be loaded with Godot's interactive loader
  • Godot scenes can be spawned from an Asset Handle
  • Godot object references can be used as an Asset
  • Full implementation of the Dodge the Creeps example game
  • Systems can be scheduled to only run on the visual frame or physics frame
  • SystemDelta system param to keep track of a system's own delta time
  • Errors rising from the internal NativeClasses will have a source location in the library

@rand0m-cloud rand0m-cloud merged commit c2ec0e3 into main Aug 20, 2022
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.

1 participant