ff-particles

Crates.ioff-particles
lib.rsff-particles
version0.1.2
sourcesrc
created_at2021-11-18 10:08:46.113307
updated_at2022-01-31 11:39:18.545774
descriptionA fork of macroquad-particles with serde support
homepagehttps://github.com/fishfight/ff-particles
repositoryhttps://github.com/fishfight/ff-particles
max_upload_size
id483904
size56,665
Ole A. Sjo Fasting (olefasting)

documentation

README

ff-particles

This is a fork of macroquad-particles that is a result of our requirements for Fish Fight.

The original plan was to just extend it with serde support, but we have decided to extend it further, as required by the FishFight project.

Usage

To get started, add the following to your Cargo.toml:

[dependencies]
ff-particles = "0.1"

Crate features

  • nanoserde enable support for nanoserde
  • serde enable support for serde

License

Macroquad and the original code is Copyright (c) 2020-2021 Fedor Logachev

The project is dual licensed (MIT/Apache-2.0)

Commit count: 22

cargo fmt