Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Raw, unsafe Rust bindings to GGPO.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

FaultyRAM/ggpo-sys

Repository files navigation

Crates.ioDocs.rs

ggpo-sys is a Rust library that provides raw, unsafe bindings toGGPO, a libraryfor rollback networking.

Requirements

ggpo-sys depends on the following tools at build time:

  • A recent version of stable Rust 🦀
  • A C++ toolchain, in order to build the GGPO sources
    • ggpo-sys usescc to build GGPO. CMake isnotrequired.
    • 32-bit targets are untested and unsupported.Use at your own risk.
    • GGPO only builds under Visual C++ and only for Windows targets. Support for other toolchainsis therefore blocked pending fixes to upstream.
  • libclang
    • Used for generating bindings to ggponet.h.

Usage

To use ggpo-sys, simply add it to yourCargo.toml:

[dependencies]ggpo-sys ="^0.1.0"

For more details, refer to the source comments inggponet.h.

License

ggpo-sys is licensed under either of

at your option.

Additionally, ggpo-sys bundles a copy of the GGPO source code, which is licensed separately underthe MIT license (libggpo/LICENSE orhttp://opensource.org/licenses/MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionallysubmitted for inclusion in the work by you, as defined in the Apache-2.0license, shall be dual licensed as above, without any additional terms orconditions.

About

Raw, unsafe Rust bindings to GGPO.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp