Skip to main content

Crate sge

Crate sge 

Source

Re-exports§

pub use crate::init;
pub use crate::init_custom;
pub use crate::next_frame;
pub use crate::run_async;
pub use anyhow;

Modules§

animation
api
audio
camera
clipboard
utilities for interacting with the clipboard
collision
color
config
cursor_icons
d3
debug_visualisations
debugging
exec
extra_fonts
fs
gamepad
image
input
logging
math
multiplayer
net
particles
persistence
physics
post_processing
prelude
programs
render_textures
rendering
rng
sdf
shapes
shapes_2d
storage
text
textures
time
utils
window

Macros§

sge_include_assets

Enums§

InitError

Traits§

Drawable

Functions§

draw
draw_world
init
init_custom
next_frame
run_async

Type Aliases§

AResult
Result<T, Error>

Attribute Macros§

main