frustra / strayphotons

Stray Photons is a high performance game engine with a focus on immersive VR experiences. Featuring full-hand physics interaction, seamless asynchronous scene Loading, fully interactive global illumination lighting, powerful game logic and scripting capabilities, and much more.
https://docs.strayphotons.net/
Mozilla Public License 2.0
38 stars 2 forks source link

Add executable built with Cargo/Rust/Winit to support android targets #548

Closed xthexder closed 1 month ago

xthexder commented 4 months ago

Splits the sp-rs target (which was being built twice anyway) into sp-rs-wasm and sp-rs-winit. sp-rs-wasm is internal to the Stray Photons dll, while sp-rs-winit is used by wrapping executables like sp-rs-main (Cargo exe) and sp-winit (CMake exe).

Also included in the PR: