jax 0.0.0.10 → 1.0.0
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.
- data/CHANGELOG +18 -1
- data/README.md +52 -0
- data/Rakefile +2 -2
- data/builtin/shaders/lighting/material.js +2 -2
- data/jax.gemspec +1 -1
- data/lib/jax/generators/app/templates/public/javascripts/jax.js +1 -7408
- data/lib/jax/version.rb +3 -3
- metadata +7 -9
- data/README.rdoc +0 -49
data/lib/jax/version.rb
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
module Jax
|
2
2
|
module Version
|
3
|
-
MAJOR =
|
3
|
+
MAJOR = 1
|
4
4
|
MINOR = 0
|
5
5
|
TINY = 0
|
6
|
-
|
6
|
+
PREREL= 0
|
7
7
|
|
8
|
-
STRING =
|
8
|
+
STRING = PREREL == 0 ? "#{MAJOR}.#{MINOR}.#{TINY}" : "#{MAJOR}.#{MINOR}.#{TINY}.#{PREREL}"
|
9
9
|
end
|
10
10
|
|
11
11
|
VERSION = Version::STRING
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: jax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version:
|
5
|
+
version: 1.0.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Colin MacKenzie IV
|
@@ -10,8 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-06-
|
14
|
-
default_executable:
|
13
|
+
date: 2011-06-05 00:00:00 Z
|
15
14
|
dependencies:
|
16
15
|
- !ruby/object:Gem::Dependency
|
17
16
|
name: rake
|
@@ -31,7 +30,7 @@ dependencies:
|
|
31
30
|
requirements:
|
32
31
|
- - ~>
|
33
32
|
- !ruby/object:Gem::Version
|
34
|
-
version: 1.0.
|
33
|
+
version: 1.0.14
|
35
34
|
type: :runtime
|
36
35
|
prerelease: false
|
37
36
|
version_requirements: *id002
|
@@ -183,7 +182,7 @@ files:
|
|
183
182
|
- CHANGELOG
|
184
183
|
- Gemfile
|
185
184
|
- LICENSE
|
186
|
-
- README.
|
185
|
+
- README.md
|
187
186
|
- Rakefile
|
188
187
|
- bin/jax
|
189
188
|
- builtin/shaders/basic/common.ejs
|
@@ -309,7 +308,6 @@ files:
|
|
309
308
|
- spec/spec_helper.rb
|
310
309
|
- spec/support/file_exist_matcher.rb
|
311
310
|
- spec/support/spec_shell.rb
|
312
|
-
has_rdoc: true
|
313
311
|
homepage: http://jaxgl.com
|
314
312
|
licenses: []
|
315
313
|
|
@@ -323,7 +321,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
323
321
|
requirements:
|
324
322
|
- - ">="
|
325
323
|
- !ruby/object:Gem::Version
|
326
|
-
hash:
|
324
|
+
hash: 1144284804735133197
|
327
325
|
segments:
|
328
326
|
- 0
|
329
327
|
version: "0"
|
@@ -332,14 +330,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
332
330
|
requirements:
|
333
331
|
- - ">="
|
334
332
|
- !ruby/object:Gem::Version
|
335
|
-
hash:
|
333
|
+
hash: 1144284804735133197
|
336
334
|
segments:
|
337
335
|
- 0
|
338
336
|
version: "0"
|
339
337
|
requirements: []
|
340
338
|
|
341
339
|
rubyforge_project: jax
|
342
|
-
rubygems_version: 1.5
|
340
|
+
rubygems_version: 1.8.5
|
343
341
|
signing_key:
|
344
342
|
specification_version: 3
|
345
343
|
summary: Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
|
data/README.rdoc
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
== JAX
|
2
|
-
|
3
|
-
JAX is a framework for developing rich WebGL-enabled applications using JavaScript and Ruby.
|
4
|
-
|
5
|
-
== Requirements
|
6
|
-
|
7
|
-
It requires ruby, which you can download at: http://www.ruby-lang.org
|
8
|
-
|
9
|
-
Other than that, JAX requires a few ruby gems which will be retrieved automatically when installing.
|
10
|
-
|
11
|
-
== Getting Started
|
12
|
-
|
13
|
-
By far the best place to go if you want to dive into Jax is the {Jax Guides}[http://guides.jaxgl.com]. These are comprehensive guided tours of the framework, and cover pretty much anything you can think of doing. In particular, the {Getting Started Guide}[http://guides.jaxgl.com/getting_started.html] is laid out in an easy-to-follow tutorial format.
|
14
|
-
|
15
|
-
Another good place to look around is the {Jax Wiki}[http://github.com/sinisterchipmunk/jax/wiki], where Jax developers (including yourself!) can share tips and tricks with one another.
|
16
|
-
|
17
|
-
The {Forums}[http://jaxgl.com/forums] are a great place to get involved in the Jax community, and are a good place to go for help or general discussion.
|
18
|
-
|
19
|
-
The {Jax Blog}[http://blog.jaxgl.com] is where the latest news and developments-in-progress will be posted, so if you keep an eye on you'll always be in the know.
|
20
|
-
|
21
|
-
Finally, you can always contact me, the developer, on Twitter as {@sinisterchipmnk}[http://twitter.com/sinisterchipmnk] or {sinisterchipmunk on Github}[http://github.com/sinisterchipmunk].
|
22
|
-
|
23
|
-
== The Demo App
|
24
|
-
|
25
|
-
This project includes an {example application}[https://github.com/sinisterchipmunk/jax/tree/master/spec/example_app]. Over time, this example -- which was originally meant to be a guide for the developer to follow and test against while developing Jax itself -- has become the standard testbed for the visual elements of Jax, such as the built-in shaders, which can't be tested without human interaction. Feel free to take a look at the example app if you're up for some eye candy.
|
26
|
-
|
27
|
-
== Helping Out
|
28
|
-
|
29
|
-
Anyone interested in doing so is more than welcome -- nay, _encouraged_ -- to fork this project on {Github}[http://github.com/sinisterchipmunk/jax].
|
30
|
-
|
31
|
-
=== How to Contribute
|
32
|
-
|
33
|
-
1. Fork Jax.
|
34
|
-
2. Check out a new branch. Name it something representative of the changes you'll make.
|
35
|
-
3. Write a failing test case to demonstrate the need for your new code.
|
36
|
-
4. Update Jax to work with your failing test case.
|
37
|
-
5. Send me a pull request explaining (in detail, please) what you did and why you did it.
|
38
|
-
6. If it's in line with the long-term plans for Jax, I'll review the commits, merge them with the main project and give you credit.
|
39
|
-
|
40
|
-
=== Notes
|
41
|
-
|
42
|
-
* When making code changes, please don't update the version number. I'll do that when it's time to actually release some code.
|
43
|
-
* If you do not wished to be credited for your contribution, let me know.
|
44
|
-
* Feel free to fix or update the documentation and/or the Jax guides. They're part of the project, after all.
|
45
|
-
* If your code change is public-facing, please _do_ update the documentation with how to use the new features. You know your own code better than anyone else.
|
46
|
-
|
47
|
-
== License
|
48
|
-
|
49
|
-
Jax is released under the MIT license.
|