shattered_pack 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: shattered_pack
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.3.3
7
+ date: 2006-07-18 00:00:00 -06:00
8
+ summary: "Shattered Pack: The combination of model/view/controllers and the domain specific language for each."
9
+ require_paths:
10
+ - lib
11
+ email:
12
+ homepage: http://www.hastilymade.com
13
+ rubyforge_project:
14
+ description: Shattered Pack uses Ogre and Ruby to create an accessible interface to create 3d games using shattered and the power of Ruby. See http://www.shatteredruby.com for more.
15
+ autorequire: shattered_view
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: "true"
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors: []
29
+
30
+ files:
31
+ - lib/shattered_controller.rb
32
+ - lib/shattered_model.rb
33
+ - lib/shattered_pack.rb
34
+ - lib/shattered_view.rb
35
+ - lib/shattered_controller/base.rb
36
+ - lib/shattered_controller/mock_camera.rb
37
+ - lib/shattered_controller/runner.rb
38
+ - lib/shattered_controller/state.rb
39
+ - lib/shattered_controller/actor/actor.rb
40
+ - lib/shattered_controller/keyboard_input/key_converter.rb
41
+ - lib/shattered_controller/keyboard_input/keyboard_input.rb
42
+ - lib/shattered_model/base.rb
43
+ - lib/shattered_model/fuzzy_logic.rb
44
+ - lib/shattered_model/linear_interpolator.rb
45
+ - lib/shattered_pack/base.rb
46
+ - lib/shattered_pack/runner.rb
47
+ - lib/shattered_pack/pre_initialize/pre_initialize.rb
48
+ - lib/shattered_pack/timer/timed_event.rb
49
+ - lib/shattered_pack/timer/timer.rb
50
+ - lib/shattered_view/base.rb
51
+ - lib/shattered_view/camera.rb
52
+ - lib/shattered_view/extensions.rb
53
+ - lib/shattered_view/light.rb
54
+ - lib/shattered_view/node.rb
55
+ - lib/shattered_view/resources.rb
56
+ - lib/shattered_view/rmaterial.rb
57
+ - lib/shattered_view/runner.rb
58
+ - lib/shattered_view/utilities.rb
59
+ - lib/shattered_view/vector.rb
60
+ - lib/shattered_view/mesh/animation.rb
61
+ - lib/shattered_view/mesh/mesh.rb
62
+ test_files: []
63
+
64
+ rdoc_options: []
65
+
66
+ extra_rdoc_files: []
67
+
68
+ executables: []
69
+
70
+ extensions: []
71
+
72
+ requirements:
73
+ - Shattered Pack is reliant on OGRE.
74
+ dependencies: []
75
+