Город МОСКОВСКИЙ
00:12:37

3D Graphics in React Native with THREE.js

Аватар
React.js: понимание Virtual DOM
Просмотры:
21
Дата загрузки:
28.11.2023 11:01
Длительность:
00:12:37
Категория:
Обучение

Описание

Expo THREE.js source code ☞ https://snack.expo.io/@bacon/three-video-tutorial

☞ This tutorial was made with v32 of Expo SDK.

I created expo-graphics, and I'm one of the maintainers on expo-three. If you have any issues or feedback feel free to let me know in the comments or on Github! ?

In this tutorial we will be creating a 3D app that works on both web and mobile. We'll use expo-three & expo-graphics to write WebGL code on mobile.

???#QUESTIONS - I would love to hear your feedback on the library & video!
➜ Have you ever heard of Three.js?
➜ Would you build a video game with three.js & React?
➜ Do people ever see these questions?

#RECAP
➜ What is THREE.js 0:53
➜ What is EXPO-THREE 1:36
➜ Tutorial 2:02
➜ How to create a 3D app 2:32
➜ Web walkthrough 11:44
➜ Outro 12:29

Thanks for watching and reading! If you have any more questions feel free to tweet me @baconbrix ?

What is THREE.js?

Three.js is a cross-browser #JavaScript library and Application Programming Interface used to create and display animated 3D computer graphics in a web browser. Three.js uses #WebGL. The source code is hosted in a repository on #GitHub.

What is Expo?

Expo is a free and open source toolchain built around React Native to help you build native iOS and Android projects using JavaScript and React. Camera, push notifications, ARKit, and so much more. Try it in your browser! Over the air updates to published projects. Distribute to app stores.

What is React Native?

React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. It’s based on React, Facebook’s JavaScript library for building user interfaces, but instead of targeting the browser, it targets mobile platforms. In other words: web developers can now write mobile applications that look and feel truly “native,” all from the comfort of a JavaScript library that we already know and love. Plus, because most of the code you write can be shared between platforms, React Native makes it easy to simultaneously develop for both Android and iOS.

Рекомендуемые видео