Skip to content

Commit

Permalink
Merge pull request #599 from changeworld/patch-5
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Vinnie Tieto committed Jun 1, 2022
2 parents 01987fa + 04976cb commit 36ba39e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@ The following list shows the JavaScript frameworks and APIs for building immersi

| Framework | Example |
| --- | --- |
|[**Babylon.js**](https://doc.babylonjs.com/)<br/><br/> Babylon is a JavaScript 3D engine that makes developing 3D content and immersive applications easy. Before getting started with immersive applications, we recommend that you learn the basics of Babylon.js development.<br/><br/>- Learn how to build 3D applications with babylon.js: [Getting started](https://doc.babylonjs.com/start)<br/>- Play with 3D examples and their source code using babylon.js: [Playground](https://doc.babylonjs.com/examples/)<br/>- Dive deeper into [WebXR](https://doc.babylonjs.com/divingDeeper/webXR)<br/>- Learn how to get started with our tutorials: [Create your first "Hello World!" app](tutorials/babylonjs-webxr-helloworld/introduction-01.md)|![BabylonJS Logo](images/babylon.js.example.png) |
|[**Babylon.js**](https://doc.babylonjs.com/)<br/><br/> Babylon is a JavaScript 3D engine that makes developing 3D content and immersive applications easy. Before getting started with immersive applications, we recommend that you learn the basics of Babylon.js development.<br/><br/>- Learn how to build 3D applications with Babylon.js: [Getting started](https://doc.babylonjs.com/start)<br/>- Play with 3D examples and their source code using Babylon.js: [Playground](https://doc.babylonjs.com/examples/)<br/>- Dive deeper into [WebXR](https://doc.babylonjs.com/divingDeeper/webXR)<br/>- Learn how to get started with our tutorials: [Create your first "Hello World!" app](tutorials/babylonjs-webxr-helloworld/introduction-01.md)|![BabylonJS Logo](images/babylon.js.example.png) |
|[**A-Frame**](https://aframe.io/) <br/><br/>A-frame is a declarative JavaScript framework that you can use to get started with Virtual Reality on the Web. To learn more, check out the [A-Frame documentation](https://aframe.io/docs/1.2.0/introduction/) |![A-Frame](images/a-frame.example.png) |
|[**Three.js**](https://threejs.org) <br/><br/>Three.js is a popular 3D library for creating immersive experiences. Learn more about [three.js](https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene) and [explore examples](https://threejs.org/examples/#webgl_animation_cloth). |![Three.js](images/three.js.example.png) |
|[**WebGL**](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) <br/><br/>You can access the WebXR Device APIs directly by using WebGL APIs. WebGL (Web Graphics Library) is a JavaScript API for rendering high-performance interactive 3D and 2D graphics within any compatible Web browser without the use of plug-ins. |![WebGL](images/webgl.example.png) |
Expand Down

0 comments on commit 36ba39e

Please sign in to comment.