An open API service indexing awesome lists of open source software.

https://github.com/vaiorabbit/box2d-bindings


https://github.com/vaiorabbit/box2d-bindings

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Box2D bindings for Ruby #

* Created : 2024-08-18
* Last modified : 2025-06-06

Provides Ruby bindings for Box2D
* https://box2d.org
* https://github.com/erincatto/box2d

## Features ##

* Generated semi-automatically
* Based on Ruby/FFI ( https://github.com/ffi/ffi )
* Pre-built binaries are inside:
* Windows (x86_64)
* macOS (x86_64, ARM64)
* Linux (x86_64, ARM64)

## License ##

All shared libraries found in `lib` directory are built on top of Box2D ( https://github.com/erincatto/box2d ) and are available under the MIT License.
* https://github.com/erincatto/box2d/blob/main/LICENSE

All ruby codes here are available under the zlib/libpng License ( http://opensource.org/licenses/Zlib ).

```
Ruby-Box2D : Box2D bindings for Ruby
Copyright (c) 2024-2025 vaiorabbit

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source
distribution.
```