Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 396 Bytes

File metadata and controls

7 lines (6 loc) · 396 Bytes

Examples scenes to show experimental features on Bevy

This repo has bunch of scenes with different use cases using the experimental features developed in the Bevy Explorer

How to run them?

  1. Run npm i in the root repository folder.
  2. Go to the specific folder you want to test and run npm start
  3. You can also test all the example together by running npm start in the root folder.