Skip to content

stinkytoe/shieldtank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shieldtank

License docs.rs Crates.io Version CI

Upcoming Features

  • Custom Renderer for components

    • Level
      • Currently uses a Sprite
      • Consider replacing with a custom renderer/shader
    • Layer
      • Currently uses a Sprite
      • Strong candidate for a custom renderer
        • Use its own render mode, optionally independent of Bevy's ImagePlugin
        • Guarantee correct pixel render
        • Support user controlled parallax based on the LDtk hints
          • What will the interface look like?
    • Entity
      • Currently uses a Sprite
        • Unlike other components, might be advantageous to continue to use Bevy's Sprite
      • 9-slice render mode
  • Vast improvement of spawning of hierarchies

    • Finer control of asset sub loading
      • Currently only have an option of All/None/match against a regex
        • !!! Only All tested!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages