Skip to content

Commit

Permalink
Merge pull request #93 from KhronosGroup/SetupGuide
Browse files Browse the repository at this point in the history
Add setup guide to README
  • Loading branch information
UX3D-nopper authored Nov 14, 2018
2 parents 9d7e533 + 9af2ad3 commit 26f6b1d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,22 @@ Features
- [ ] Handles anti-aliasing via WebGL MSAA
- [x] Straightforward rendering of the scene graph
- [ ] Selection of tonemapping algorithms for IBL
- [ ] Support for the KHR_materials_unlit extension
- [ ] Support for the KHR_texture_transform extension
- [x] Support for the KHR_materials_unlit extension
- [x] Support for the KHR_texture_transform extension
- [ ] Support for the KHR_lights_punctual extension
- [ ] Educational GUI for inspecting BRDF components

Setup
-----
**General**
* Checkout the [`reference-viewer`](../../tree/reference-viewer) branch
* Pull the submodule if you want the example assets (`git submodule update --init --recursive`)

**Debugging**
* Needed for this: [Visual Studio Code](https://code.visualstudio.com/) and [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/) (you can also use [Chrome](https://www.google.com/chrome/), but the setup is more complicated)
* Install the [Debugger for Firefox](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-firefox-debug) extension for VS Code (or [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) if you insist)
* Open the project folder in VS Code and select `Debug->Add Configuration->Firefox` so the `.vscode/launch.json` file is created
* `Debug->Start Debugging` should now launch a Firefox window with the reference viewer and VS Code breakpoints should be hit

**Electron**
* TODO

0 comments on commit 26f6b1d

Please sign in to comment.