Registry / other / oxygengine-core

oxygengine-core

JSON →
library0.46.1rscratesunverified

Core module for the Oxygene game engine, providing fundamental types and systems.

# Cargo.toml [dependencies] oxygengine-core = "0.46.1"
INSTALL
IMPORT
SIG · OXYGENGINE-CORE
O
oxygengine-core
otherrustv0.46.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use oxygengine_core::app::App;

Creates and runs a basic Oxygengine application.

use oxygengine_core::app::App; let mut app = App::new(); app.run(|_ctx| { // game loop true });
Debug
Known issues
gotchaRequires the `core` feature flag to be enabled.
fix
Add `features = ["core"]` to your Cargo.toml dependency.
affects: >=0.46.0
Upgrade
Version history
0.46.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
oxygengine-core — cargo add oxygengine-core · libregistry