Перейти к содержимому

How PRO devs make UI in Roblox (Vide UI)

Chase Higgins

0:00 / 0:00

How PRO devs make UI in Roblox (Vide UI)

14 370 просмотров · 2 месяца назад
Chase Higgins
311 подписчиков
14 370 просмотров · 2 месяца назад
This is how developers make declarative UI in Roblox using the Vide library. dependencies: Vide = "centau/vide@0.4.0" Read the official Vide documentation here (there's a lot more that I didn't cover in this video): https://centau.github.io/vide/tut/cra... Codify: https://devforum.roblox.com/t/codify-... Luau Guidlines: https://github.com/Kampfkarren/kampfk... 0:00 table and string call syntax 1:04 functions without parentheses 2:00 note for stylua and vscode users 2:30 vide uses parentheses-less syntax 2:55 creating a new rojo project 3:26 installing vide with wally 4:15 mounting vide ui to playergui 5:57 using vide.create 6:22 using codify with vide 7:36 using vide.source 9:10 using vide.effect 9:38 benefits of declarative approach 10:06 using props 11:40 UI Labs