Skip to content

Commit 4998eea

Browse files
add to the README.md file
1 parent 416eae8 commit 4998eea

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ It hosts public Issue tracker, and accepts patches (Pull Requests) from the
1212
general public.
1313

1414
## Directory Structure
15+
```
16+
BUILDING.md Instructions for building the projects
17+
README.md This file
18+
COPYING.md Copyright and licensing information
19+
CODE_OF_CONDUCT.md Code of Conduct
20+
external/ External code for projects in the repo
21+
include/ OpenXR platform include file
22+
specification/ xr.xml file
23+
src/ Source code for various projects
24+
src/api_layer Sample code for developing API layers
25+
src/loader OpenXR loader code
26+
src/tests/ various test code (if looking for sample code start with hello_xr/
27+
```
28+
29+
Currently the best sample code is in src/tests/hello_xr/. More will be added in the future.
30+
31+
This structure is for the provisional specification. Things are
32+
incomplete at launch but will be added to going forward.
33+
1534

1635
## Building
1736

37+
See BUILDING.md
38+

0 commit comments

Comments
 (0)