# WebGL Powered

WebGL 2.0 (Web Graphics Library 2.0) is a JavaScript API, that is used to render high-performance interactive 3D and 2D graphics within compatible browsers, without plug-ins, on an HTML canvas.

The programs have control codes written in JavaScript and shader code (GLSL) that are processed through a GPU (Graphics Processing Unit). These elements can be combined with other HTML elements and other parts of the page or background.

WebGL is completely integrated with other web standard interfaces, which allows GPUs to optimize the image processing effects on the browser. This vastly enhances the experience of interacting with the Metaverse. React-Three Fibre gives users the best possible experience in terms of performance and graphics quality. This further enables cross-compatibility.

Users can experience high-end graphics without having to make wanton investments in high-end platforms which allows an equitable and accessible experience for everyone. New iterations of WEBGPU will also be compatible. Ensuring users will have high-end console-like performance on their personal computers. Mobile browsers support WebGL 2.0 by default, which means you can use any mobile device.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://interality.gitbook.io/interality.io/interality-engineering/webgl-powered.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
