This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated website with new examples and some info
- Loading branch information
Jordi Torres
authored and
Cedric Pinson
committed
Nov 3, 2015
1 parent
b972bd1
commit 896fca0
Showing
45 changed files
with
113 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,21 +13,30 @@ OSGJS is a WebGL framework based on OpenSceneGraph concepts. It allows an indivi | |
|
||
The mailing list is available here: http://groups.google.com/group/osgjs | ||
|
||
If you are interested in contributing, contact us on the IRC channels #webgl on Freenode, or by e-mail at [email protected]. Follow @trigrou on twitter to get news and update | ||
If you are interested in contributing, contact us on the osgjs gitter channel ( https://gitter.im/cedricpinson/osgjs ) or on the IRC channel #osgjs on Freenode. Also by e-mail at [email protected]. Follow @trigrou on twitter to get news and updates. | ||
|
||
|
||
How to build your own osgjs | ||
---------------------------- | ||
|
||
|
||
First, clone a copy of the main git repo by running: | ||
|
||
|
||
git clone git://github.com/cedricpinson/osgjs.git | ||
cd osgjs | ||
npm install # before you may need to npm install -g grunt-cli | ||
|
||
Install required node dependencies: | ||
|
||
npm install # before you may need to execute npm install -g grunt-cli ( using sudo if you are running linux ) | ||
|
||
Compile: | ||
|
||
grunt build | ||
Alternatively you can use webpack -d | ||
|
||
Compile whenever watched files change: | ||
|
||
grunt watch | ||
Alternatively use webpack -w // faster than grunt watch because it uses webpack's incremental builds | ||
|
||
The built version of osgjs will be put in the `build/` subdirectory. | ||
|
||
|
@@ -38,7 +47,14 @@ Simply type in the command-line: | |
|
||
grunt serve | ||
|
||
It should open a browser pointing to the examples directory. | ||
It should open a browser pointing to the root source directory, then navigate to examples or tutorials folder. | ||
|
||
Executing unitary tests | ||
----------------------- | ||
|
||
Launch: | ||
|
||
grunt test | ||
|
||
OpenSceneGraph osgjs plugin | ||
---------------------------- | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ Here is how you can get help from the community and contribute: | |
Join the Google Group http://groups.google.com/group/osgjs | ||
|
||
###IRC | ||
Join us on the #webgl channel on Freenode</p> | ||
Join us on the #osgjs channel on Freenode | ||
|
||
Reach us by sending an e-mail to [email protected]</p> | ||
Reach us by sending an e-mail to [email protected] | ||
|
||
Follow [@osgjs](http://twitter.com/osgjs) on Twitter. | ||
|