https://github.com/vaiorabbit/fiddletest
https://github.com/vaiorabbit/fiddletest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vaiorabbit/fiddletest
- Owner: vaiorabbit
- Created: 2021-06-05T13:12:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T13:13:09.000Z (about 5 years ago)
- Last Synced: 2025-03-23T11:44:17.541Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fiddling around Fiddle
* Created: 2021-06-05
* Updated: 2021-06-05
## Usage
```
$ ./dll_build.sh
$ build/Test/MyTest
x = 12.300000, y = 23.400000
r.tl = (1.000000, 2.000000)
r.br = (3.000000, 4.000000)
$ ruby mydll.rb
0.0
0.0
123.0
0.0
12.300000190734863
23.399999618530273
#>
x = 0.000000, y = 0.000000
12.300000190734863
23.399999618530273
#>
```
## Links
* Fiddle support - a rather technical question..... #4
* https://github.com/vaiorabbit/ruby-imgui/issues/4
* fiddle/NEWS.md
* https://github.com/ruby/fiddle/blob/ca5e6a040429172949cc3d6987996807a72723c7/NEWS.md
* class Fiddle::CStruct
* https://docs.ruby-lang.org/ja/latest/class/Fiddle=3a=3aCStruct.html
* class Fiddle::Function
* https://docs.ruby-lang.org/ja/latest/class/Fiddle=3a=3aFunction.html
* Ruby fiddle define struct
* https://stackoverflow.com/questions/50785133/ruby-fiddle-define-struct