waow 0.1.0

A 2D softbody physics and game engine
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 9.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 825.97 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 1m 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • samgcode

waow

waow is a 2D softbody physics and game engine

Heres what you can do with waow:

  • nothing ! for now...

Quick start

In cargo.toml:

[dependencies]
waow="0.1.0"

Then in main.rs:

// import waow
use waow::*;

fn main() {

}

For info on how to use all of the features, check out the examples, or read the docs