Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.26 KB

Qevy

A plugin that adds Quake .map file support for the Bevy game engine

Supported Bevy Versions: 0.13 Supported Physics Engines: XPBD, Rapier

Features

  • Geometry ✔️
  • Only build geometry that has textures ✔️
  • A post build map hook for spawning your entities ✔️
  • XPBD physics ✔️
  • Rapier physics ✔️
  • Phong normals ❌ coming soon ❌
  • Triggers ✔️

Example project & TrenchBroom

Run the example project with cargo run --release --features="xpbd" --example first_person

Under the example folder, you will find an example of how to use this plugin.

  1. The Quevy Example folder inside the trenchbroom folder is meant to be moved into the TrenchBroom game's folder (example: C:\Users\YOUR USER\AppData\Roaming\TrenchBroom\games\Qevy Example)
  2. Open TrenchBroom and select the Qevy Example game.
  3. Set the game's path to the example/assets folder.
  4. Open the example.map file located in example/assets.

Special Thanks

Special thanks to Shfty over at Qodot for the wonderful Shambler crate which handles much of the heavy lifting.

License

This project is licensed under both MIT and Apache 2.0. You may use this project under the terms of either license.