# expo-gl-cpp

> C++ bindings for WebGL 2.0 used in Expo GL module

Latest version **11.4.0** (published 2022-07-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install expo-gl-cpp
pnpm add expo-gl-cpp
yarn add expo-gl-cpp
bun add expo-gl-cpp
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 11.4.0 |
| Published | 2022-07-07 |
| First published | 2018-07-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52338 |
| Author | 650 Industries, Inc. |
| Maintainers | tsapeta, dsokal, wkozyra, bbarthec, ide, lukmccall, kbrandwijk, kgc00, fiber-god, brentvatne, ccheever, evanbacon, quinlanj, esamelson, expoadmin, tcdavis, exponent, wschurman, bycedric, jonsamp, princefleaswallow, andyboythekid, kudochien, jesseruder, terribleben, sjchmiela |
| Keywords | react-native, expo, gl, glview, webgl, cpp |

## Links

- npm: https://www.npmjs.com/package/expo-gl-cpp
- Repository: https://github.com/expo/expo
- Homepage: https://docs.expo.dev/versions/latest/sdk/gl-view/
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-gl-cpp

## Recent versions

- 11.4.0 (latest) — 2022-07-07
- 9.2.0-prebuild.0 (prebuild) — 2020-12-04
- 11.3.0 — 2022-04-27
- 11.2.1 — 2022-04-20
- 11.2.0 — 2022-04-18
- 11.1.1 — 2022-02-01
- 11.1.0 — 2021-12-03
- 11.0.1 — 2021-10-15
- 11.0.0 — 2021-09-28
- 10.4.1 — 2021-07-13
- 10.4.0 — 2021-06-16
- 10.3.0 — 2021-04-20
- 10.1.0 — 2021-03-10
- 10.0.0 — 2020-12-15
- 9.2.0 — 2020-11-17
- … 34 more at https://npm.io/package/expo-gl-cpp/versions

## README

# expo-gl-cpp

C++ bindings for WebGL 2.0 used in Expo GL module

# API documentation

- [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/gl-view.md)
- [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/gl-view/)

# Installation in managed Expo projects

For [managed](https://docs.expo.dev/versions/latest/introduction/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/gl-view/).

# Installation in bare React Native projects

For bare React Native projects, you must ensure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-expo-modules/) before continuing.

### Add the package to your npm dependencies

Note: this should be used in conjunction with [expo-gl](https://github.com/expo/expo/tree/main/packages/expo-gl).

```
expo install expo-gl-cpp
```

### Configure for iOS

Run `npx pod-install` after installing the npm package.

### Configure for Android

No additional set up necessary.

# Contributing

Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

---
_Source: https://npm.io/package/expo-gl-cpp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
