The Virtual World Framework (VWF) allows you to build collaborative, immersive applications in the browser. VWF provides:
VWF applications are written in JavaScript and leverage emerging web technologies such as WebGL, WebRTC, and WebSockets to provide a full 3D environment that is automatically synchronized across clients.
Install on Mac/Linux
NOTE: On Mac OS X, please make sure you have Xcode Command Line Tools installed prior to executing the script below (https://developer.apple.com/xcode/).
$ curl -kL http://get.virtual.wf | sh
This command may be re-run to upgrade the installation to the latest version of VWF.
Install on Windows
For more complex installations, such as working on VWF core, please see our Installation Instructions.
Create a new VWF application from the command line.
$ vwf create my-app
Change directory into that app and run the application.
$ cd my-app
$ vwf
Your application is now up and running at http://localhost:3000.
To get started with VWF, check out Getting Started.
For examples, check out our demos.
Also, browse through other example applications in the public directory.
Our development process utilizes several branches:
When submitting a pull request, please use the development
branch.
Also, please be sure that your pull request conforms to our Coding Standard.
Keep track of developments and get help with VWF.
Copyright 2014 United States Government, as represented by the Secretary of Defense, Under Secretary of Defense (Personnel & Readiness) licensed under the Apache 2.0 License.