All Projects → rnc-archive → React Native Webgl

rnc-archive / React Native Webgl

Licence: other
DEPRECATED: use expo-gl – Implements WebGL for react-native

Projects that are alternatives of or similar to React Native Webgl

Leaflet.pixioverlay
Bring Pixi.js power to Leaflet maps
Stars: ✭ 264 (-11.71%)
Mutual labels:  webgl
Webgl Fundamentals
WebGL lessons that start with the basics
Stars: ✭ 3,315 (+1008.7%)
Mutual labels:  webgl
Webglreport
A web page that reports a browser's WebGL capabilities, including supported extensions and implementation specific capabilities, such as the maximum number of texture units.
Stars: ✭ 283 (-5.35%)
Mutual labels:  webgl
Litescene.js
A WebGL 3D Engine library with component-based node hierarchy. Used by WebGLStudio
Stars: ✭ 268 (-10.37%)
Mutual labels:  webgl
Three Globe
WebGL Globe Data Visualization as a ThreeJS reusable 3D object
Stars: ✭ 270 (-9.7%)
Mutual labels:  webgl
Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (-7.02%)
Mutual labels:  webgl
Dino3d
🦖 Google Chrome T-Rex Run! in 3D (WebGL experiment)
Stars: ✭ 263 (-12.04%)
Mutual labels:  webgl
Moonrider
🌕🏄🏿 Surf the musical road among the stars. Side project built by two people in a few months to demonstrate WebXR.
Stars: ✭ 292 (-2.34%)
Mutual labels:  webgl
Livecodelab
a web based livecoding environment
Stars: ✭ 276 (-7.69%)
Mutual labels:  webgl
Easycanvas
数据驱动、2D&3D、渐进式Canvas库,支持JSX,配备Chrome调试插件,支持微信小游戏、物理引擎等。
Stars: ✭ 281 (-6.02%)
Mutual labels:  webgl
Ofelia
A real-time cross-platform creative coding tool for multimedia development
Stars: ✭ 269 (-10.03%)
Mutual labels:  webgl
Enable3d
🕹️ Standalone 3D Framework / Physics for three.js (using ammo.js) / 3D extension for Phaser 3
Stars: ✭ 271 (-9.36%)
Mutual labels:  webgl
Satella.io
イラストに「命」を吹き込むソフトウェア
Stars: ✭ 281 (-6.02%)
Mutual labels:  webgl
Threejs Webpack Es6 Boilerplate
A basic boilerplate for a Three.js project compiled with Webpack and transpiled via Babel to enable using ES6 syntax.
Stars: ✭ 267 (-10.7%)
Mutual labels:  webgl
Glmaps
Data visualization examples and tutorials from scratch. 数据可视化示例代码集与新手学习教程。
Stars: ✭ 288 (-3.68%)
Mutual labels:  webgl
Sessions
A series of creative coding sessions
Stars: ✭ 262 (-12.37%)
Mutual labels:  webgl
Maps Pair Programming
Fastest marker render +500k markers
Stars: ✭ 280 (-6.35%)
Mutual labels:  webgl
Modv
modular audio visualisation powered by JavaScript
Stars: ✭ 292 (-2.34%)
Mutual labels:  webgl
Asterank
asteroid database, interactive visualizations, and discovery tools
Stars: ✭ 290 (-3.01%)
Mutual labels:  webgl
Pannellum
Pannellum is a lightweight, free, and open source panorama viewer for the web. Built using HTML5, CSS3, JavaScript, and WebGL, it is plug-in free. It can be deployed easily as a single file, just 21kB gzipped, and then embedded into pages as an <iframe>. A configuration utility is included to generate the required code for embedding. An API is included for more advanced integrations.
Stars: ✭ 3,286 (+999%)
Mutual labels:  webgl

react-native-webgl is deprecated

Since react-native-unimodules was introduced we can now use Expo modules like expo-gl which is where the webgl implementation has been continued and is actively maintained.

We therefore recommend you now move to use expo-gl:

You will need a react-native-unimodules setup

yarn add react-native-unimodules

If it's the first time you install react-native-unimodules, you will have to carefully follow the documentation to configure your project: configure unimodules (if not yet done)

You can then install expo-gl dependencies:

yarn add expo-gl expo-gl-cpp

If you use gl-react-native

Upgrade to latest version of gl-react-native that now depends on expo-gl and expo-gl-cpp (you don't need to install it, it also won't depend on this package anymore).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].