tinyspline 0.5.0.pre.1-x86_64-linux

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: 3e43c345b645c4fc67ce4d5215fbabd9546133129596a907d531c9c0500f53a0
4
+ data.tar.gz: a56d3e6be000493714a6ce80ee0dc6d6b1ef276cf613766685589cfe8c641067
5
+ SHA512:
6
+ metadata.gz: e629a893f3a4bf3069b4b1adfb49a00ecae8052c2a6c9d992ae9797f2c8e0dc339693408834c782e754d82a58dbf5d609e57433edf04cf0d56d72e924dd06f52
7
+ data.tar.gz: 213f74f1a62e3144e60bf3ec66c5e9f89cbc7910fa325010f8ac425c34cf8cf3cb1111af188ac0719dbdd9bcc78d97c117c7dfddf814ec475c3d6ee35d05160f
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
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tinyspline
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0.pre.1
5
+ platform: x86_64-linux
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/tinyspline.rb
24
+ - lib/tinysplineruby23.so
25
+ - lib/tinysplineruby24.so
26
+ - lib/tinysplineruby25.so
27
+ - lib/tinysplineruby26.so
28
+ - lib/tinysplineruby27.so
29
+ - lib/tinysplineruby30.so
30
+ - lib/tinysplineruby31.so
31
+ homepage: https://github.com/msteinbeck/tinyspline
32
+ licenses:
33
+ - MIT
34
+ metadata: {}
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">"
47
+ - !ruby/object:Gem::Version
48
+ version: 1.3.1
49
+ requirements: []
50
+ rubygems_version: 3.1.2
51
+ signing_key:
52
+ specification_version: 4
53
+ summary: Spline Library for a Multitude of Programming Languages
54
+ test_files: []