Skip to content

ShadowCurse/kiwi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiwi

Archetype based ECS

Examples

$ cargo run --release --example simple

Tracing

$ cargo run --release --example tracing --no-default-features --features trace_release_max_level_trace

This will output trace-*.json and tracing.folded.

  • trace-*.json can be viewed in chrome based browser at chrome://tracing/.
  • tracing.folded can be converted to svg with cat tracing.folded | inferno-flamegraph > tracing-flamegraph.svg

Benches

$ cargo bench

About

Archetype based ECS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages