arsenal icon indicating copy to clipboard operation
arsenal copied to clipboard

Blender game engine prototype written in Rust.

Results 13 arsenal issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Release notes Sourced from pyo3's releases. PyO3 0.16.0 This release contains substantial changes and improvements over PyO3 0.15.1. To support...

dependencies

Updates the requirements on [gltf-json](https://github.com/gltf-rs/gltf) to permit the latest version. Changelog Sourced from gltf-json's changelog. [1.0.0] - 2022-01-29 Added Support for the KHR_materials_specular extension. Support for the KHR_materials_variants extension. Support...

dependencies

Updates the requirements on [flamer](https://github.com/llogiq/flamer) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Got some skeletons of some of the basic idea for language adapters and Rust bindings.

enhancement

**In order to** prove out the functionality of `arsenal_scripting` **As a** Arsenal developer **I want** a demonstration of a bevy game made 100% with Python. The game should be a...

enhancement

**In order to** allow for game logic to be created and modified without re-compiling Arsenal itself **As a** Arsenal engineer **I want** an `arsenal_scripting` crate that will provide a Bevy...

enhancement

**In order to** make it easier to preview my game and reduce development iteration time **As a** game developer **I want** to be able to have a live render preview...

enhancement

**In order to** decrease iteration time and facilitate rapid development **As a** game developer **I want** to be able to tell Blender to sync objects in the Blender interface live...

enhancement

**In order to** allow non-programmers to develop the logic for their games **As a** game developer **I want** to be able to build out logic for my game using nodes...

enhancement

**In order to** maximize the efficiency of meshes exported from Arsenal **As a** game developer **I want** my meshes to be optimized using [Meshoptimizer](https://github.com/gwihlidal/meshopt-rs) --- It might be a good...

enhancement