Crate turbo_genesis_sdk

Crate turbo_genesis_sdk 

Source

Re-exports§

pub use os::client::WatchDocument;
pub use os::server::channel::ChannelHandler;
pub use os::server::channel::ChannelSettings;
pub use os::server::command::CommandHandler;
pub use os::HasProgramId;
pub use borsh;
pub use serde;
pub use serde_json;
pub use bounds::*;
pub use canvas::*;
pub use input::*;
pub use sys::*;
pub use tween::*;

Modules§

audio
Audio Utility Module
bounds
Bounds Module
camera
Camera Control Module
canvas
Graphics Utilities Module
encoding
Encoding Utility Module
input
Input Handling Module
lifecycle
os
Turbo OS Module
sys
System Module
tween
Tween Module

Macros§

json
Construct a serde_json::Value from a JSON literal.

Attribute Macros§

game
Procedural macro for defining a Turbo game entry point.
serialize
Derive Borsh and Serde serialization for structs and enums.