texplay 0.4.3 → 0.4.4.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG +225 -222
- data/README.markdown +48 -48
- data/Rakefile +16 -16
- data/examples/common.rb +18 -18
- data/examples/example_alpha_blend.rb +29 -29
- data/examples/example_bezier.rb +41 -41
- data/examples/example_blank.rb +37 -37
- data/examples/example_cache.rb +21 -21
- data/examples/example_color_control.rb +69 -69
- data/examples/example_color_transform.rb +62 -62
- data/examples/example_color_transform_circle.rb +34 -34
- data/examples/example_darken.rb +24 -24
- data/examples/example_dup.rb +73 -73
- data/examples/example_each.rb +39 -39
- data/examples/example_effect.rb +34 -34
- data/examples/example_fill.rb +43 -43
- data/examples/example_fill_old.rb +48 -48
- data/examples/example_fluent.rb +29 -29
- data/examples/example_font.rb +31 -31
- data/examples/example_hash_arguments.rb +46 -46
- data/examples/example_ippa.rb +23 -23
- data/examples/example_light.rb +75 -75
- data/examples/example_light_multiply.rb +18 -18
- data/examples/example_lsystem.rb +61 -61
- data/examples/example_melt.rb +25 -25
- data/examples/example_meyet.rb +62 -62
- data/examples/example_polyline.rb +42 -42
- data/examples/example_scale.rb +27 -27
- data/examples/example_select.rb +36 -36
- data/examples/example_select2.rb +25 -25
- data/examples/example_simple.rb +46 -46
- data/examples/example_splice.rb +26 -26
- data/examples/example_sync.rb +59 -59
- data/examples/example_tiles.rb +41 -41
- data/examples/example_trace.rb +22 -22
- data/examples/example_transparent.rb +28 -28
- data/examples/example_transparent2.rb +24 -24
- data/examples/example_transparent3.rb +20 -20
- data/examples/example_turtle.rb +39 -39
- data/examples/example_weird.rb +22 -22
- data/examples/example_window_render_to_image.rb +41 -41
- data/examples/example_window_to_blob.rb +35 -35
- data/examples/media/maria.png +0 -0
- data/examples/media/rose.bmp +0 -0
- data/ext/texplay/actions.c +1011 -1006
- data/ext/texplay/actions.h +60 -60
- data/ext/texplay/bindings.c +1130 -1125
- data/ext/texplay/bindings.h +46 -46
- data/ext/texplay/cache.c +123 -118
- data/ext/texplay/cache.h +24 -24
- data/ext/texplay/compat.h +21 -27
- data/ext/texplay/extconf.rb +38 -38
- data/ext/texplay/graphics_utils.c +1318 -1313
- data/ext/texplay/graphics_utils.h +22 -22
- data/ext/texplay/texplay.c +206 -201
- data/ext/texplay/texplay.h +153 -153
- data/ext/texplay/utils.c +896 -891
- data/ext/texplay/utils.h +153 -153
- data/lib/texplay-contrib.rb +147 -147
- data/lib/texplay.rb +347 -347
- data/lib/texplay/alone.rb +20 -20
- data/lib/texplay/c_function_docs.rb +178 -178
- data/lib/texplay/live.rb +84 -84
- data/lib/texplay/version.rb +3 -3
- data/live/live.rb +85 -85
- data/test/image_spec.rb +45 -45
- data/test/texplay_spec.rb +144 -144
- metadata +42 -52
- data/lib/texplay/1.8/texplay.so +0 -0
- data/lib/texplay/1.9/texplay.so +0 -0
metadata
CHANGED
@@ -1,62 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: texplay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
5
|
-
prerelease:
|
4
|
+
version: 0.4.4.pre
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- John Mair (banisterfiend)
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-06-29 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: gosu
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - ">="
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: 0.7.25
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: 0.7.25
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: rspec
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- -
|
31
|
+
- - ">="
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: 2.0.0
|
38
34
|
type: :development
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - ">="
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: 2.0.0
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: rake-compiler
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- -
|
45
|
+
- - ">="
|
52
46
|
- !ruby/object:Gem::Version
|
53
47
|
version: 0.7.9
|
54
48
|
type: :development
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- -
|
52
|
+
- - ">="
|
60
53
|
- !ruby/object:Gem::Version
|
61
54
|
version: 0.7.9
|
62
55
|
description: TexPlay is a light-weight image manipulation framework for Ruby and Gosu
|
@@ -67,33 +60,10 @@ extensions:
|
|
67
60
|
- ext/texplay/extconf.rb
|
68
61
|
extra_rdoc_files: []
|
69
62
|
files:
|
70
|
-
-
|
71
|
-
- README.markdown
|
63
|
+
- ".gemtest"
|
72
64
|
- CHANGELOG
|
73
|
-
-
|
74
|
-
-
|
75
|
-
- lib/texplay/live.rb
|
76
|
-
- lib/texplay/version.rb
|
77
|
-
- lib/texplay-contrib.rb
|
78
|
-
- lib/texplay.rb
|
79
|
-
- ext/texplay/extconf.rb
|
80
|
-
- ext/texplay/actions.h
|
81
|
-
- ext/texplay/bindings.h
|
82
|
-
- ext/texplay/cache.h
|
83
|
-
- ext/texplay/compat.h
|
84
|
-
- ext/texplay/graphics_utils.h
|
85
|
-
- ext/texplay/texplay.h
|
86
|
-
- ext/texplay/utils.h
|
87
|
-
- ext/texplay/vendor/freeglut/include/GL/freeglut.h
|
88
|
-
- ext/texplay/vendor/freeglut/include/GL/freeglut_ext.h
|
89
|
-
- ext/texplay/vendor/freeglut/include/GL/freeglut_std.h
|
90
|
-
- ext/texplay/vendor/freeglut/include/GL/glut.h
|
91
|
-
- ext/texplay/actions.c
|
92
|
-
- ext/texplay/bindings.c
|
93
|
-
- ext/texplay/cache.c
|
94
|
-
- ext/texplay/graphics_utils.c
|
95
|
-
- ext/texplay/texplay.c
|
96
|
-
- ext/texplay/utils.c
|
65
|
+
- README.markdown
|
66
|
+
- Rakefile
|
97
67
|
- examples/common.rb
|
98
68
|
- examples/example_alpha_blend.rb
|
99
69
|
- examples/example_bezier.rb
|
@@ -147,34 +117,54 @@ files:
|
|
147
117
|
- examples/media/sand1.png
|
148
118
|
- examples/media/sunset.png
|
149
119
|
- examples/media/texplay.png
|
120
|
+
- ext/texplay/actions.c
|
121
|
+
- ext/texplay/actions.h
|
122
|
+
- ext/texplay/bindings.c
|
123
|
+
- ext/texplay/bindings.h
|
124
|
+
- ext/texplay/cache.c
|
125
|
+
- ext/texplay/cache.h
|
126
|
+
- ext/texplay/compat.h
|
127
|
+
- ext/texplay/extconf.rb
|
128
|
+
- ext/texplay/graphics_utils.c
|
129
|
+
- ext/texplay/graphics_utils.h
|
130
|
+
- ext/texplay/texplay.c
|
131
|
+
- ext/texplay/texplay.h
|
132
|
+
- ext/texplay/utils.c
|
133
|
+
- ext/texplay/utils.h
|
134
|
+
- ext/texplay/vendor/freeglut/include/GL/freeglut.h
|
135
|
+
- ext/texplay/vendor/freeglut/include/GL/freeglut_ext.h
|
136
|
+
- ext/texplay/vendor/freeglut/include/GL/freeglut_std.h
|
137
|
+
- ext/texplay/vendor/freeglut/include/GL/glut.h
|
138
|
+
- lib/texplay-contrib.rb
|
139
|
+
- lib/texplay.rb
|
140
|
+
- lib/texplay/alone.rb
|
141
|
+
- lib/texplay/c_function_docs.rb
|
142
|
+
- lib/texplay/live.rb
|
143
|
+
- lib/texplay/version.rb
|
144
|
+
- live/live.rb
|
150
145
|
- test/image_spec.rb
|
151
146
|
- test/texplay_spec.rb
|
152
|
-
- live/live.rb
|
153
|
-
- .gemtest
|
154
|
-
- lib/texplay/1.8/texplay.so
|
155
|
-
- lib/texplay/1.9/texplay.so
|
156
147
|
homepage: http://banisterfiend.wordpress.com/2008/08/23/texplay-an-image-manipulation-tool-for-ruby-and-gosu/
|
157
148
|
licenses: []
|
149
|
+
metadata: {}
|
158
150
|
post_install_message:
|
159
151
|
rdoc_options: []
|
160
152
|
require_paths:
|
161
153
|
- lib
|
162
154
|
required_ruby_version: !ruby/object:Gem::Requirement
|
163
|
-
none: false
|
164
155
|
requirements:
|
165
|
-
- -
|
156
|
+
- - ">="
|
166
157
|
- !ruby/object:Gem::Version
|
167
158
|
version: '0'
|
168
159
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
169
|
-
none: false
|
170
160
|
requirements:
|
171
|
-
- -
|
161
|
+
- - ">"
|
172
162
|
- !ruby/object:Gem::Version
|
173
|
-
version:
|
163
|
+
version: 1.3.1
|
174
164
|
requirements: []
|
175
165
|
rubyforge_project:
|
176
|
-
rubygems_version:
|
166
|
+
rubygems_version: 2.2.2
|
177
167
|
signing_key:
|
178
|
-
specification_version:
|
168
|
+
specification_version: 4
|
179
169
|
summary: TexPlay is a light-weight image manipulation framework for Ruby and Gosu
|
180
170
|
test_files: []
|
data/lib/texplay/1.8/texplay.so
DELETED
Binary file
|
data/lib/texplay/1.9/texplay.so
DELETED
Binary file
|