SlideShare a Scribd company logo
1 of 40
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us : A new kind of Web UI
for the future
Shyam Purkayastha (@shyampurk)
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
• User Interface
• Animations
• WebGL Rendering
• Physics Engine
famous.org
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
• Imperative Development Approach
• 60 FPS
• Mixed Mode
• 3D visual effects
famous.org
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
HTML
• Originally conceived as a document structuring mechanism
Section 1
Section 2
Section 3
Section 4
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
HTML
• Later on adopted to build user interfaces for web applications
Header
S
I
D
E
B
A
R
Footer
Content 1 Content 2
Content 3 Content 4 Content 5
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
CSS
• Positioning attributes introduced in CSS2 for absolute and fixed alignment.
Content
top :
left:
bottom:
right :
position :
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
CSS
• Further augmented with transform functions
Translate Rotate Scale
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
But we still have problems
• Expensive Reflows due to mix of different positioning strategies for the DOM
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
But we still have problems
• Slow and Lousy animations compared to native apps
• Declarative approach to building apps which is counter intuitive
Declarative Imperative
background-color : blue; background-color : #00FF00;
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Prologue
Imperative Approach
• Telling the machine “how to do something” rather than telling it “what you want”
and letting it figure out how
• Using a programming language
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Famo.us extends this imperative approach
• Using JavaScript to build and abstraction layer between the developer and
the browser
• Leveraging matrix3d( ) transforms and rAF to manage UI transitions and
animations which are GPU accelerated.
• Strictly adhering to a flat DOM structure to avoid expensive reflows , thereby
achieving 60 frames per second
• Inheriting the scene graph design pattern used in the game engines to build
hierarchical scene elements known as nodes
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Famo.us Scene Graph
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
A Typical Famo.us Application
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Famous in ACTION !!
Famous Magic Cube
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Demo : Famous Magic Cube
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
What can we do with Famous ?
• Flexible APIs to define User Interfaces and animations
• Leverage the ubiquity of web to create the future
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Practical Applications for the Future
• Fluid UI for web applications
• Creating system visualizations
• Transforming traditional electronic media with web and Famous
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Practical Applications for the Future
• Fluid UI for web applications
• Creating system visualizations
• Transforming traditional electronic media with web and Famous
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Fluid UI
(Akin to desktop UI)
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Fluid UI
Demo : Famous Postit App
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Practical Applications for the Future
• Fluid UI for web applications
• Creating system visualizations
• Transforming traditional electronic media with web and Famous
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
System Visualization
Bird’s eye view of an aircraft construction assembly line
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
System Visualization
Bird’s eye view of software construction process
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
System Visualization
Typical software construction process
Reqm. Capture Design Coding Testing Release
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
System Visualization
Typical organizational workflow block diagram
Checkout Review Shipping Payment Complete
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
System Visualization
Let’s spice up the boring block diagram !!!
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
System Visualization
Demo : 3D System Visualization using Famous
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Practical Applications for the Future
• Fluid UI for web applications
• Creating system visualizations
• Transforming traditional electronic media with web and Famous
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Examples
• Digital Signage
• Internet enabled Kiosks
• Embedded Devices
• Bill Boards , Information Display Boards
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Digital Signage
(Interactive Digital Signage Installation)
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Digital Signage
Let’s build a UI for a digital signage application
using Famous
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Digital Signage
Demo : Digital Signage using Famous
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Best way to create the future is to invent it
-Alan Kay
BANGALORE, INDIA • JULY 22-25, 2015
First Official jQuery Conference in India
Famo.us
Start Exploring !!
famous.org
slack.famous.org
@befamous

More Related Content

Similar to Famo.us : A new kind of web UI for the future

Behaviour Driven Development - Cuking the Agile world
Behaviour Driven Development - Cuking the Agile worldBehaviour Driven Development - Cuking the Agile world
Behaviour Driven Development - Cuking the Agile worldGaurav Awasthi
 
2015 IT Internship Program at Kreydle
2015 IT Internship Program at Kreydle2015 IT Internship Program at Kreydle
2015 IT Internship Program at KreydleGerald Krishnan
 
A One Stop Solution Platform for various Services Helping Tools.pptx
A One Stop Solution Platform for various Services Helping Tools.pptxA One Stop Solution Platform for various Services Helping Tools.pptx
A One Stop Solution Platform for various Services Helping Tools.pptxSHIVAMGIRI35
 
Dev Dives 1 Building end-to-end automation for expense reports.pdf
Dev Dives 1 Building end-to-end automation for expense reports.pdfDev Dives 1 Building end-to-end automation for expense reports.pdf
Dev Dives 1 Building end-to-end automation for expense reports.pdfCristina Vidu
 
Joomla REST API - JoomlaDay Bangkok 2014
Joomla REST API - JoomlaDay Bangkok 2014Joomla REST API - JoomlaDay Bangkok 2014
Joomla REST API - JoomlaDay Bangkok 2014Ashwin Date
 
Building Business Applications in Office 365 SharePoint Online Using Logic Apps
Building Business Applications in Office 365 SharePoint Online Using Logic AppsBuilding Business Applications in Office 365 SharePoint Online Using Logic Apps
Building Business Applications in Office 365 SharePoint Online Using Logic AppsPrashant G Bhoyar (Microsoft MVP)
 
FORWARD 5 Key Highlights and Product Updates - Philadelphia Chapter
FORWARD 5 Key Highlights and Product Updates - Philadelphia ChapterFORWARD 5 Key Highlights and Product Updates - Philadelphia Chapter
FORWARD 5 Key Highlights and Product Updates - Philadelphia ChapterDiana Gray, MBA
 
Streamlining Workflows: Unleashing Automation with Azure and Power Automate
Streamlining Workflows: Unleashing Automation with Azure and Power AutomateStreamlining Workflows: Unleashing Automation with Azure and Power Automate
Streamlining Workflows: Unleashing Automation with Azure and Power AutomateHamida Rebai Trabelsi
 
MuleSoft Meetup Bangalore #12
MuleSoft Meetup Bangalore #12MuleSoft Meetup Bangalore #12
MuleSoft Meetup Bangalore #12Nagaraju K R
 
Azure API Apps
Azure API AppsAzure API Apps
Azure API AppsBizTalk360
 
Africa Series 2 Session 7 - Introduction to UiPath APIs.pdf
Africa Series 2 Session 7 - Introduction to UiPath APIs.pdfAfrica Series 2 Session 7 - Introduction to UiPath APIs.pdf
Africa Series 2 Session 7 - Introduction to UiPath APIs.pdfUiPathCommunity
 
Politics and API economy : How to enhance Trust for a programmable web?
Politics and API economy : How to enhance Trust for a programmable web?Politics and API economy : How to enhance Trust for a programmable web?
Politics and API economy : How to enhance Trust for a programmable web?Mehdi Medjaoui
 
SANGEETA_AngularJS_Developer
SANGEETA_AngularJS_DeveloperSANGEETA_AngularJS_Developer
SANGEETA_AngularJS_DeveloperSANGEETA KUMARI
 
Using Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision API
Using Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision APIUsing Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision API
Using Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision APIVMware Tanzu
 
INTERFACE, by apidays - Scaling APIs
INTERFACE, by apidays - Scaling APIsINTERFACE, by apidays - Scaling APIs
INTERFACE, by apidays - Scaling APIsapidays
 
UI5con 2019 - Keynote for Bangalore
UI5con 2019 - Keynote for BangaloreUI5con 2019 - Keynote for Bangalore
UI5con 2019 - Keynote for BangalorePeter Muessig
 
Session 2023-11.pptx
Session 2023-11.pptxSession 2023-11.pptx
Session 2023-11.pptxAndreeaTom
 
IWMW 2017 - Oxford Mosaic - A Web Publishing Platform for the Future
IWMW 2017 - Oxford Mosaic - A Web Publishing Platform for the FutureIWMW 2017 - Oxford Mosaic - A Web Publishing Platform for the Future
IWMW 2017 - Oxford Mosaic - A Web Publishing Platform for the FutureMatthew Castle
 
Introduction to Protractor
Introduction to ProtractorIntroduction to Protractor
Introduction to ProtractorFlorian Fesseler
 
CV_Sachin_11Years_Automation_Performance
CV_Sachin_11Years_Automation_PerformanceCV_Sachin_11Years_Automation_Performance
CV_Sachin_11Years_Automation_PerformanceSachin Kodagali
 

Similar to Famo.us : A new kind of web UI for the future (20)

Behaviour Driven Development - Cuking the Agile world
Behaviour Driven Development - Cuking the Agile worldBehaviour Driven Development - Cuking the Agile world
Behaviour Driven Development - Cuking the Agile world
 
2015 IT Internship Program at Kreydle
2015 IT Internship Program at Kreydle2015 IT Internship Program at Kreydle
2015 IT Internship Program at Kreydle
 
A One Stop Solution Platform for various Services Helping Tools.pptx
A One Stop Solution Platform for various Services Helping Tools.pptxA One Stop Solution Platform for various Services Helping Tools.pptx
A One Stop Solution Platform for various Services Helping Tools.pptx
 
Dev Dives 1 Building end-to-end automation for expense reports.pdf
Dev Dives 1 Building end-to-end automation for expense reports.pdfDev Dives 1 Building end-to-end automation for expense reports.pdf
Dev Dives 1 Building end-to-end automation for expense reports.pdf
 
Joomla REST API - JoomlaDay Bangkok 2014
Joomla REST API - JoomlaDay Bangkok 2014Joomla REST API - JoomlaDay Bangkok 2014
Joomla REST API - JoomlaDay Bangkok 2014
 
Building Business Applications in Office 365 SharePoint Online Using Logic Apps
Building Business Applications in Office 365 SharePoint Online Using Logic AppsBuilding Business Applications in Office 365 SharePoint Online Using Logic Apps
Building Business Applications in Office 365 SharePoint Online Using Logic Apps
 
FORWARD 5 Key Highlights and Product Updates - Philadelphia Chapter
FORWARD 5 Key Highlights and Product Updates - Philadelphia ChapterFORWARD 5 Key Highlights and Product Updates - Philadelphia Chapter
FORWARD 5 Key Highlights and Product Updates - Philadelphia Chapter
 
Streamlining Workflows: Unleashing Automation with Azure and Power Automate
Streamlining Workflows: Unleashing Automation with Azure and Power AutomateStreamlining Workflows: Unleashing Automation with Azure and Power Automate
Streamlining Workflows: Unleashing Automation with Azure and Power Automate
 
MuleSoft Meetup Bangalore #12
MuleSoft Meetup Bangalore #12MuleSoft Meetup Bangalore #12
MuleSoft Meetup Bangalore #12
 
Azure API Apps
Azure API AppsAzure API Apps
Azure API Apps
 
Africa Series 2 Session 7 - Introduction to UiPath APIs.pdf
Africa Series 2 Session 7 - Introduction to UiPath APIs.pdfAfrica Series 2 Session 7 - Introduction to UiPath APIs.pdf
Africa Series 2 Session 7 - Introduction to UiPath APIs.pdf
 
Politics and API economy : How to enhance Trust for a programmable web?
Politics and API economy : How to enhance Trust for a programmable web?Politics and API economy : How to enhance Trust for a programmable web?
Politics and API economy : How to enhance Trust for a programmable web?
 
SANGEETA_AngularJS_Developer
SANGEETA_AngularJS_DeveloperSANGEETA_AngularJS_Developer
SANGEETA_AngularJS_Developer
 
Using Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision API
Using Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision APIUsing Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision API
Using Pivotal Cloud Foundry with Google’s BigQuery and Cloud Vision API
 
INTERFACE, by apidays - Scaling APIs
INTERFACE, by apidays - Scaling APIsINTERFACE, by apidays - Scaling APIs
INTERFACE, by apidays - Scaling APIs
 
UI5con 2019 - Keynote for Bangalore
UI5con 2019 - Keynote for BangaloreUI5con 2019 - Keynote for Bangalore
UI5con 2019 - Keynote for Bangalore
 
Session 2023-11.pptx
Session 2023-11.pptxSession 2023-11.pptx
Session 2023-11.pptx
 
IWMW 2017 - Oxford Mosaic - A Web Publishing Platform for the Future
IWMW 2017 - Oxford Mosaic - A Web Publishing Platform for the FutureIWMW 2017 - Oxford Mosaic - A Web Publishing Platform for the Future
IWMW 2017 - Oxford Mosaic - A Web Publishing Platform for the Future
 
Introduction to Protractor
Introduction to ProtractorIntroduction to Protractor
Introduction to Protractor
 
CV_Sachin_11Years_Automation_Performance
CV_Sachin_11Years_Automation_PerformanceCV_Sachin_11Years_Automation_Performance
CV_Sachin_11Years_Automation_Performance
 

Recently uploaded

定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfMilind Agarwal
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...akbard9823
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Lucknow
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 

Recently uploaded (20)

定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 

Famo.us : A new kind of web UI for the future

  • 1. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us : A new kind of Web UI for the future Shyam Purkayastha (@shyampurk)
  • 2. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us • User Interface • Animations • WebGL Rendering • Physics Engine famous.org
  • 3. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us • Imperative Development Approach • 60 FPS • Mixed Mode • 3D visual effects famous.org
  • 4. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue
  • 5. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue
  • 6. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue
  • 7. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue
  • 8. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue
  • 9. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue
  • 10. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue HTML • Originally conceived as a document structuring mechanism Section 1 Section 2 Section 3 Section 4
  • 11. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue HTML • Later on adopted to build user interfaces for web applications Header S I D E B A R Footer Content 1 Content 2 Content 3 Content 4 Content 5
  • 12. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue CSS • Positioning attributes introduced in CSS2 for absolute and fixed alignment. Content top : left: bottom: right : position :
  • 13. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue CSS • Further augmented with transform functions Translate Rotate Scale
  • 14. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue But we still have problems • Expensive Reflows due to mix of different positioning strategies for the DOM
  • 15. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue But we still have problems • Slow and Lousy animations compared to native apps • Declarative approach to building apps which is counter intuitive Declarative Imperative background-color : blue; background-color : #00FF00;
  • 16. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Prologue Imperative Approach • Telling the machine “how to do something” rather than telling it “what you want” and letting it figure out how • Using a programming language
  • 17. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Famo.us extends this imperative approach • Using JavaScript to build and abstraction layer between the developer and the browser • Leveraging matrix3d( ) transforms and rAF to manage UI transitions and animations which are GPU accelerated. • Strictly adhering to a flat DOM structure to avoid expensive reflows , thereby achieving 60 frames per second • Inheriting the scene graph design pattern used in the game engines to build hierarchical scene elements known as nodes
  • 18. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Famo.us Scene Graph
  • 19. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us A Typical Famo.us Application
  • 20. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Famous in ACTION !! Famous Magic Cube
  • 21. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Demo : Famous Magic Cube
  • 22. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us What can we do with Famous ? • Flexible APIs to define User Interfaces and animations • Leverage the ubiquity of web to create the future
  • 23. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Practical Applications for the Future • Fluid UI for web applications • Creating system visualizations • Transforming traditional electronic media with web and Famous
  • 24. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Practical Applications for the Future • Fluid UI for web applications • Creating system visualizations • Transforming traditional electronic media with web and Famous
  • 25. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Fluid UI (Akin to desktop UI)
  • 26. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Fluid UI Demo : Famous Postit App
  • 27. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Practical Applications for the Future • Fluid UI for web applications • Creating system visualizations • Transforming traditional electronic media with web and Famous
  • 28. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us System Visualization Bird’s eye view of an aircraft construction assembly line
  • 29. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us System Visualization Bird’s eye view of software construction process
  • 30. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us System Visualization Typical software construction process Reqm. Capture Design Coding Testing Release
  • 31. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us System Visualization Typical organizational workflow block diagram Checkout Review Shipping Payment Complete
  • 32. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us System Visualization Let’s spice up the boring block diagram !!!
  • 33. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us System Visualization Demo : 3D System Visualization using Famous
  • 34. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Practical Applications for the Future • Fluid UI for web applications • Creating system visualizations • Transforming traditional electronic media with web and Famous
  • 35. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Examples • Digital Signage • Internet enabled Kiosks • Embedded Devices • Bill Boards , Information Display Boards
  • 36. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Digital Signage (Interactive Digital Signage Installation)
  • 37. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Digital Signage Let’s build a UI for a digital signage application using Famous
  • 38. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Digital Signage Demo : Digital Signage using Famous
  • 39. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Best way to create the future is to invent it -Alan Kay
  • 40. BANGALORE, INDIA • JULY 22-25, 2015 First Official jQuery Conference in India Famo.us Start Exploring !! famous.org slack.famous.org @befamous