Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Developing 3D multiplatform games with three.js...
Search
Akinn Rosa
December 02, 2020
Programming
0
120
Developing 3D multiplatform games with three.js in React Native
Akinn Rosa
December 02, 2020
Tweet
Share
More Decks by Akinn Rosa
See All by Akinn Rosa
React Native Universal Apps
akinncar
0
3
React Native Architecture in 2021
akinncar
0
210
Aplicativo Móvel para gestão de fidelidade de clientes
akinncar
0
24
Other Decks in Programming
See All in Programming
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
610
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
520
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
3.3k
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
560
複雑なドメインに挑む.pdf
yukisakai1225
5
1.2k
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
260
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
Laravel Boost 超入門
fire_arlo
3
220
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
320
Deep Dive into Kotlin Flow
jmatsu
1
360
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
Ruby Parser progress report 2025
yui_knk
1
460
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Designing for humans not robots
tammielis
253
25k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Done Done
chrislema
185
16k
Agile that works and the tools we love
rasmusluckow
330
21k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
The Pragmatic Product Professional
lauravandoore
36
6.9k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Designing Experiences People Love
moore
142
24k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
Transcript
Developing 3D multiplatform games with three.js in React Native Akinn
Rosa
None
three.js
Game development frameworks How we can use Three.js for mobile
apps How to start make games ________________________________ ________________________________
Popular Game Engines
None
None
The problem with this game engines
What is three.js?
threejs.org showcase
How we can use Three.js for mobile apps
We will need: • React Native App • Expo SDK
• Libs: expo-gl and expo-three • Some javascript code
Renderer Scene Camera 3D Objects (Meshes)
App init
Imports
Create sphere
Create GL component
Create renderer
Create scene
Add mesh to scene
Configuring camera
Add light
Render
Result
Snack example
Follow @akinncar