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
画像コンペでのベースラインモデルの育て方
tattaka
3
1.8k
自作OSでDOOMを動かしてみた
zakki0925224
1
1.4k
ワープロって実は計算機で
pepepper
2
1.4k
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
190
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
13
6.9k
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
130
Laravel Boost 超入門
fire_arlo
1
100
decksh - a little language for decks
ajstarks
4
21k
Constant integer division faster than compiler-generated code
herumi
2
690
Flutterと Vibe Coding で個人開発!
hyshu
1
260
Dart 参戦!!静的型付き言語界の隠れた実力者
kno3a87
0
200
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
180
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
183
54k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Being A Developer After 40
akosma
90
590k
Balancing Empowerment & Direction
lara
2
580
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Why Our Code Smells
bkeepers
PRO
338
57k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Thoughts on Productivity
jonyablonski
69
4.8k
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