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
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
220
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
320
A2A プロトコルを試してみる
azukiazusa1
2
1.3k
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
350
Create a website using Spatial Web
akkeylab
0
310
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
240
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
150
Team operations that are not burdened by SRE
kazatohiei
1
290
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
110
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
1
590
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
280
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Facilitating Awesome Meetings
lara
54
6.4k
GitHub's CSS Performance
jonrohan
1031
460k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Faster Mobile Websites
deanohume
307
31k
The Language of Interfaces
destraynor
158
25k
Agile that works and the tools we love
rasmusluckow
329
21k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
800
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