-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from TheVindicators/readme-proto-edit
Update README.md
- Loading branch information
Showing
1 changed file
with
34 additions
and
3 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 |
---|---|---|
@@ -1,4 +1,35 @@ | ||
# Vis | ||
A 3D/2D WYSIWYG Visualizer to aid CEESIM operations | ||
# Vis - Web Visualizer | ||
A 3D WYSIWYG Visualizer to aid Northrop Grumman CEESIM operations | ||
|
||
Team: Nitin Garg, Christian Evans, David Lohle, and Joshua Waney | ||
--- | ||
|
||
## What Is It? | ||
Our program is an extension of the three.js development evironment modified to align with Northrop Grumman's Combat Magnetic Environment Simulator (CEESIM). Using this program you will be able to add, remove, and manipulate various antenna placements on a 3D aircraft model to simulate a realistic arrangment one might encounter in the field. | ||
|
||
--- | ||
|
||
## How To Run | ||
Vis will run on any platform to include Windows, Mac OS, Linux, Android, and iOS devices. The only requirement is that you must be running a WebGL compatible browser. The following are supported: | ||
- Google Chrome | ||
- Mozilla Firefox | ||
- Microsoft Internet Explorer | ||
- Microsoft Edge | ||
- Apple Safari | ||
- Opera | ||
- iOS Safari | ||
- Android Browser | ||
- Chrome for Android | ||
|
||
To begin, download the ZIP file located at the repository homepage under the "Clone or download" tab. | ||
|
||
From here you can extract the files to a location of your choosing. | ||
|
||
Open up the file location and navigate to the "editor" folder. | ||
|
||
Here you will see an html file entitled "Vis". | ||
|
||
Double-click the file to open the application in your internet browser. | ||
|
||
--- | ||
|
||
*Team: Nitin Garg, Christian Evans, David Lohle, and Joshua Waney* |