Skip to content

Commit

Permalink
Updated readme with WebAssembly\EMSCRIPTEN instructions
Browse files Browse the repository at this point in the history
Summary: Now we have an webassembly example

Reviewed By: corporateshark

Differential Revision: D47351573

fbshipit-source-id: 19e42383bfb78e629ff0c5010da202d54ed06222
  • Loading branch information
rudybear authored and facebook-github-bot committed Jul 11, 2023
1 parent 91a4e0e commit 5176f91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,20 @@ cd build
cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=../third-party/deps/src/ios-cmake/ios.toolchain.cmake -DPLATFORM=SIMULATOR64
```


* Android

The Gradle project is located within the [build/android](./build/android/) folder.

* WebAssembly

Please install [Emscripten](https://emscripten.org/docs/getting_started/downloads.html) and [Ninja](https://ninja-build.org/).

```
cd build
emcmake cmake .. -G Ninja
cmake --build .
```

## Screenshots

![image](.github/screenshot01.png)
Expand Down
1 change: 0 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Our plans encompass the following projects:
## IGL Open Source effort:
* Support SparkSL CLI tools to utilize SparkSL shaders in RenderSessions.
* Develop new RenderSession examples.
* Create WebAssembly examples.
* Add OpenXR Android project.

## IGL evolution:
Expand Down

0 comments on commit 5176f91

Please sign in to comment.