Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amethyst/amethyst-rhusics
A bridge between Amethyst and rhusics (unmaintained)
https://github.com/amethyst/amethyst-rhusics
engine physics rust
Last synced: 2 months ago
JSON representation
A bridge between Amethyst and rhusics (unmaintained)
- Host: GitHub
- URL: https://github.com/amethyst/amethyst-rhusics
- Owner: amethyst
- License: apache-2.0
- Created: 2017-10-30T22:14:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T02:41:42.000Z (over 4 years ago)
- Last Synced: 2024-05-21T05:35:51.234Z (8 months ago)
- Topics: engine, physics, rust
- Language: Rust
- Homepage:
- Size: 172 KB
- Stars: 9
- Watchers: 17
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `amethyst-rhusics`
[![Build Status][bi]][bl] [![Crates.io][ci]][cl] [![Gitter][gi]][gl] ![MIT/Apache][li] [![Docs.rs][di]][dl] ![LoC][lo]
***Currently unmaintained ([#45](https://github.com/amethyst/amethyst-rhusics/issues/45))***
[bi]: https://travis-ci.org/amethyst/amethyst-rhusics.svg?branch=master
[bl]: https://travis-ci.org/amethyst/amethyst-rhusics[ci]: https://img.shields.io/crates/v/amethyst-rhusics.svg
[cl]: https://crates.io/crates/amethyst-rhusics/[li]: https://img.shields.io/crates/l/amethyst-rhusics.svg?maxAge=2592000
[di]: https://docs.rs/amethsyt-rhusics/badge.svg
[dl]: https://docs.rs/amethyst-rhusics/[gi]: https://badges.gitter.im/amethyst/general.svg
[gl]: https://gitter.im/amethyst/general[lo]: https://tokei.rs/b1/github/amethyst/amethyst-rhusics?category=code
[CHANGE LOG](CHANGELOG.md)
Bridge between Amethyst and rhusics.
Note: this is a temporary package for light-weight
physics needs. The difference between this package
and the others is that the others depend on a full-featured
physics package to do system-like operations in their "step"
function.## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
## Contribution
We are a community project that welcomes contribution from anyone. If you're interested in helping out, you can contact
us either through GitHub or via [Discord](https://discord.gg/DmTaAN).Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.