tinyspline 0.5.0.pre.1-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0a9b0872f4d89273f4aca9d0f7e60821f6449c976f323563075a15fa2568a7c0
4
+ data.tar.gz: 40f6f7d7c3c51fd2717822fdf3960bdc587dafbbe97a21cc1a8dcc87dd04585f
5
+ SHA512:
6
+ metadata.gz: 474b96b6712c6ba6778f0c1dbb8e52421c54b9f70a162ff1bd3990d8191a44d8c65cf9f83c6df59a09c4d99fd4b0d63192ca7d952f061b8d9cfbee17a74b7fcb
7
+ data.tar.gz: 5ce3792c35db9f959464214adb68546ccfb41ad5a69b411986e784d97ad079b76cbfc0605262752abbc035689f57fc19c47ea18621dce4f99056bb20ad9e0981
Binary file
Binary file
data/lib/tinyspline.rb ADDED
@@ -0,0 +1,3 @@
1
+ ruby_version_array = RUBY_VERSION.split('.')
2
+ require "tinysplineruby" + ruby_version_array[0] + ruby_version_array[1]
3
+ TinySpline = Kernel.const_get("tinysplineruby".capitalize() + ruby_version_array[0] + ruby_version_array[1])
Binary file
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tinyspline
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0.pre.1
5
+ platform: x64-mingw32
6
+ authors:
7
+ - Marcel Steinbeck
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: TinySpline is a small, yet powerful library for interpolating, transforming,
14
+ and querying arbitrary NURBS, B-Splines, and Bézier curves. The core of the library
15
+ is written in ANSI C (C89) with a C++ wrapper for an object-oriented programming
16
+ model. Based on the C++ wrapper, auto-generated bindings for C#, D, Go, Java, Javascript,
17
+ Lua, Octave, PHP, Python, R, and Ruby are provided.
18
+ email: tinyspline@retux.de
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - lib/libgcc_s_seh-1.dll
24
+ - lib/libstdc++-6.dll
25
+ - lib/tinyspline.rb
26
+ - lib/tinysplineruby26.so
27
+ - lib/tinysplineruby27.so
28
+ - lib/tinysplineruby30.so
29
+ - lib/tinysplineruby31.so
30
+ homepage: https://github.com/msteinbeck/tinyspline
31
+ licenses:
32
+ - MIT
33
+ metadata: {}
34
+ post_install_message:
35
+ rdoc_options: []
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">"
46
+ - !ruby/object:Gem::Version
47
+ version: 1.3.1
48
+ requirements: []
49
+ rubygems_version: 3.1.2
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: Spline Library for a Multitude of Programming Languages
53
+ test_files: []