tinyspline 0.5.0.pre.1-x86_64-darwin-19

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: a0758cba26b5125ebe606b88069f89ceb4872ef5ba8cc6254aa3c250d2e0cde7
4
+ data.tar.gz: 9db42797ca61e5331d873d7dc8aa016c6c66f5e3af4bdda77129eeeb17e05cd4
5
+ SHA512:
6
+ metadata.gz: '08c4b2ca57f4b7e0a0811a5131beee76986eedac9ea4f65fa8913e415e614986b43b050f7b266ea9b0b1375a4e178a33271c6c97094e3ad85881e5efaa641bbb'
7
+ data.tar.gz: a16e3666170528bfb7c9530e353cdd3a9c7776cd4abb16e3e92fc63d40894af50c59512b4f2808e6d416e4088cd41e8fb5a64f391ec8804d11db28d7b963f304
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-darwin-19
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.bundle
25
+ - lib/tinysplineruby24.bundle
26
+ - lib/tinysplineruby25.bundle
27
+ - lib/tinysplineruby26.bundle
28
+ - lib/tinysplineruby27.bundle
29
+ - lib/tinysplineruby30.bundle
30
+ - lib/tinysplineruby31.bundle
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: []