-
-
Notifications
You must be signed in to change notification settings - Fork 7
Fiddle and Fiddely
kojix2 edited this page Mar 27, 2021
·
1 revision
GR.rb uses Fiddle, not Ruby-FFI.
Fiddle is a simple libffi wrapper library. It is one of the Ruby Standard Library. So users do not need to install a new gem.
Compared to Ruby-ffi, Fiddle has very limited features.
Fiddley is a compatible layer for Fiddle and Ruby-FFI.
GR.rb contains some of Fiddley's code. But it's a bit different from the original Fiddley.
NOTE: The original Fiddley was licensed under the BSD-2-Clause license. That means this part of GR.rb is licensed under the BSD-2-Clause license. All other parts of GR.rb are licensed under the MIT license.
User's Guide
Simple, matlab-style API
- Plotting functions
- Plot attributes
- Multiple plots
- Multiple subplots
- Save Plot to a file
- Jupyter Notebook
GR Native functions
For developers