Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JeremyLetang/rust-sfml
SFML bindings for Rust
https://github.com/JeremyLetang/rust-sfml
Last synced: 2 months ago
JSON representation
SFML bindings for Rust
- Host: GitHub
- URL: https://github.com/JeremyLetang/rust-sfml
- Owner: jeremyletang
- License: other
- Created: 2013-05-29T16:25:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T14:33:37.000Z (3 months ago)
- Last Synced: 2024-10-27T08:27:36.831Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 5.64 MB
- Stars: 635
- Watchers: 22
- Forks: 88
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-rust - jeremyletang/rust-sfml - dev.org/)็ปๅฎ [<img src="https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master">](https://travis-ci.org/jeremyLetang/rust-sfml) (ไปฃ็ / GUI)
README
rust-sfml
[![crates.io][crates-io-shield]][crates-io-link]
[![docs.rs][docs-rs-shield]][docs-rs-link]
[![Discord][discord-shield]][discord-link]
=========Rust bindings for [SFML](http://www.sfml-dev.org), the Simple and Fast Multimedia Library.
[crates-io-shield]: https://img.shields.io/crates/v/sfml.svg
[crates-io-link]: https://crates.io/crates/sfml
[docs-rs-shield]: https://img.shields.io/docsrs/sfml
[docs-rs-link]: https://docs.rs/sfml
[discord-shield]: https://img.shields.io/discord/175298431294636032?style=plastic
[discord-link]: https://discord.gg/XCaM5rhMa6Platform support
================| Platform | Development and testing | CI (basic tests) |
|----------------------|----------------------------------------------------------|------------------------|
| ๐ง Linux | โ Most tested | ![Status][linux-ci] |
| ๐ช Windows (MSVC) | โ ๏ธ Rarely tested. Looking for testers/maintainers! | ![Status][win-msvc-ci] |
| ๐ง -> ๐ช (mingw-w64) | โ ๏ธ Cross-compile from Linux to Windows. Somewhat tested. | โ |
| ๐ Mac OS X | โ Untested. Looking for testers/maintainers! | ![Status][macos-ci] |[linux-ci]: https://github.com/jeremyletang/rust-sfml/actions/workflows/linux.yml/badge.svg
[win-msvc-ci]: https://github.com/jeremyletang/rust-sfml/actions/workflows/windows.yml/badge.svg
[macos-ci]: https://github.com/jeremyletang/rust-sfml/actions/workflows/macos.yml/badge.svgPrerequisites
=============- Rust 1.82 or later
- [CMake](https://cmake.org/), and a C++ toolchain for building SFML
- ๐ง On Linux, you need the following dependencies installed:
- Window module: `libGL libX11 libXcursor libXrandr`
- Graphics module: `libfreetype`
- Audio module: `libopenal libvorbisenc libvorbisfile libvorbis`Documentation
=============The API documentation is available at:
If you need help with setting up `rust-sfml` on your system, you can take a look at the [wiki]().\
Please take note that:
* This wiki is supported by the community
* The `rust-sfml` core team doesn't review it
* Your contribution is welcomeLicense
=======This software is a binding of the SFML library created by Laurent Gomila, which is provided under the Zlib/png license.
This software is provided under the same license as SFML, the Zlib/png license.
Discord
=======
rust-sfml users are welcome on the [Official SFML Discord server](https://discord.gg/XCaM5rhMa6)