GithubHelp home page GithubHelp logo

sparkchaser / nice-ffi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jacius/nice-ffi

0.0 1.0 1.0 357 KB

Nice-FFI: Convenience layer atop Ruby-FFI

Home Page: http://jacius.github.com/nice-ffi/

Ruby 100.00%

nice-ffi's Introduction

Nice-FFI

Version

0.4

Date

2010-03-31

Homepage

github.com/jacius/nice-ffi/

Author

John Croisant <[email protected]>

Copyright

2009-2010 John Croisant

Description

Nice-FFI is a layer on top of Ruby-FFI [1] (and compatible FFI systems) with features to ease development of FFI-based libraries.

Nice-FFI currently features:

  • NiceFFI::Library: a stand-in for FFI::Library that provides methods for easily finding and loading libraries on any platform, plus automatic wrapping of functions that return struct pointers.

  • NiceFFI::PathSet: a class with customizable rules for finding library files on multiple operating system. PathSet is used by NiceFFI::Library.load_library.

  • NiceFFI::Struct: a stand-in for FFI::Struct that provides automatic accessors for struct members, optional automatic memory management, more instance initialization options, pretty to_s and inspect methods, and other niceties.

  • NiceFFI::OpaqueStruct: a base class for structs with no user-exposed members. Useful when the struct definition is hidden by the underlying C library.

Nice-FFI was originally developed as part of Ruby-SDL-FFI [2].

  1. Ruby-FFI: github.com/ffi/ffi

  2. Ruby-SDL-FFI: github.com/jacius/ruby-sdl-ffi/

Caveats

Nice-FFI is still in EARLY DEVELOPMENT STAGES. That means:

  • It may not work correctly (or at all).

  • It may not be complete.

  • It may change drastically with no advanced notice.

As such, this library is currently FOR THE ADVENTUROUS ONLY. If you are not willing to continuously update your code to match the new API, then you should wait until version 1.0.

Requirements

  • Ruby-FFI >= 0.5.0 (or compatible FFI implementation)

Usage

See docs/usage.rdoc for usage information.

License

Nice-FFI is licensed under the following terms (the “MIT License”):

Copyright © 2009-2010 John Croisant

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

nice-ffi's People

Contributors

jacius avatar sparkchaser avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.