GTK+ 4 Status Update. Matthias Clasen

Size: px
Start display at page:

Download "GTK+ 4 Status Update. Matthias Clasen"

Transcription

1 GTK+ 4 Status Update Matthias Clasen

2 History really the Gimp toolkit GObject client-side windows client-side decorations CSS touch, gestures GL rendering broadway, wayland Pango ATK cairo

3 Present 3.22 the final, stable 3.x series 3.90 since mid-2016 integrate GSK, fully GL/Vulkan based rendering build with meson modernize GDK APIs fully switch to event controllers composite widgets ?

4 Drawing in GTK+ 3 Label: hello world

5 Drawing in GTK+ 3 Label: hello world Create a cairo surface

6 Drawing in GTK+ 3 Label: hello world Call draw() on each widget

7 Drawing in GTK+ 3 Label: hello world Call draw functions to render CSS background, border, shadow

8 Drawing in GTK+ 3 Label: hello world Call Pango to render text

9 Drawing in GTK+ 3 Label: hello world Send the completed frame to the display server

10 Drawing in GTK+ 4 Label: hello world

11 Drawing in GTK+ 4 Container Shadow Color Label: hello world Call snapshot() on each widget to create render nodes

12 Drawing in GTK+ 4 Container Shadow Color Container Clip Shadow Border Label: hello world Create render nodes for CSS background, border, shadow

13 Drawing in GTK+ 4 Container Shadow Color Container Clip Shadow Border Label: hello world Shadow Glyphs Call snapshot functions to create render nodes for text

14 Drawing in GTK+ 4 Container OpColor Shadow Color Container OpLinearGradient OpBorder OpTexture OpInsetShadow Clip Shadow Border OpText Shadow Glyphs GSK translates render nodes into backend operations

15 Drawing in GTK+ 4 Texture Container OpColor OpColor Shadow Color Container OpLinearGradient OpBorder OpLinearGradient OpTexture OpInsetShadow Clip Shadow Border OpText Shadow Glyphs Glyph atlas Upload textures and use Pango to render glyphs

16 Drawing in GTK+ 4 OpColor OpLinearGradient OpBorder OpTexture OpInsetShadow OpText OpColor OpLinearGradient Send the render operations to the GPU

17 Render nodes in the Inspector

18 Input in GTK+ 3 X, Y Paned An event arrives

19 Input in GTK+ 3 X, Y Paned Route it by matching the window

20 Input in GTK+ 3 X, Y Paned ::button-press-event Emit event signals

21 Input in GTK+ 3 X, Y ::button-press-event Paned and propagate up

22 Input in GTK+ 4 X, Y Paned An event arrives

23 Input in GTK+ 4 X, Y Paned Route it by matching coordinates, top-down (capture)

24 Input in GTK+ 4 X, Y Paned and back up (bubble)

25 Input in GTK+ 4 X, Y Paned controller1 controller2 Pass the event to event controllers at each step

26 Composite Widgets in GTK+ 3 Custom drawing not the CSS box model Custom event handling Code duplication A spinbutton is an entry

27 Composite Widgets in GTK+ 4 Any widget can have children Widgets are close to CSS boxes Composition instead of subclassing A switch is composed of two labels a slider A spinbutton has an entry two buttons

28 What s done Vulkan renderer GL renderer New GDK apis Event controllers Composite widgets

29 What s left to do Write cool examples Complete API cleanups Expose shaders for applications Transformations for widgets Complicated widgets: treeview, textview

30 How you can help Write cool examples Port an application Convert custom widgets to new APIs Find what doesn t work, or is too complicated

31 Porting? Widgets are now visible by default gtk_box_pack_start/end has less arguments No more event->button

32 Heroes of GTK+ 4 Benjamin Otte Emmanuele Bassi Timm Bäder Carlos Garnacho Daniel Boles Alexander Larsson Chun-wei Fan Руслан Ижбулатов Jonas Ådahl

33 References GTK+ 4 roadmap: GTK+ sources: GTK+ blog: GTK+ docs, migration guide:

34 Questions?

35 Thanks!

The Past, Present, and Future of SWT

The Past, Present, and Future of SWT The Past, Present, and Future of SWT Eric Williams Email: ericwill@redhat.com Twitter: @yyzericwill About me: Eric Williams - Studied computer science at the University of Toronto - Intern at Red Hat from

More information

Vulkan: Architecture positive How Vulkan maps to PowerVR GPUs Kevin sun Lead Developer Support Engineer, APAC PowerVR Graphics.

Vulkan: Architecture positive How Vulkan maps to PowerVR GPUs Kevin sun Lead Developer Support Engineer, APAC PowerVR Graphics. Vulkan: Architecture positive How Vulkan maps to PowerVR GPUs Kevin sun Lead Developer Support Engineer, APAC PowerVR Graphics www.imgtec.com Introduction Who am I? Kevin Sun Working at Imagination Technologies

More information

Background Information About GTK+ and Related Libraries

Background Information About GTK+ and Related Libraries Background Information About GTK+ and Related Libraries The X Window System The X Window System is a networking and display protocol which provides windowing on bitmapped displays. X provides the basic

More information

EFL on Wayland. Rafael Antognolli October, 22th

EFL on Wayland. Rafael Antognolli October, 22th EFL on Wayland Rafael Antognolli October, 22th - 2013 Wayland Simpler replacement for X Core protocol + extensions Weston is the reference compositor Toolkits (EFL, Qt, GTK) implement the client API EFL

More information

Introduction to creating 3D UI with BeagleBoard. ESC-341 Presented by Diego Dompe

Introduction to creating 3D UI with BeagleBoard. ESC-341 Presented by Diego Dompe Introduction to creating 3D UI with BeagleBoard ESC-341 Presented by Diego Dompe diego.dompe@ridgerun.com Agenda Introduction to BeagleBoard multimedia architecture features. Review of Linux graphic stacks

More information

QtWayland. Creating Window Compositors with the QtWayland module

QtWayland. Creating Window Compositors with the QtWayland module QtWayland Creating Window Compositors with the QtWayland module Andy Nichols 2012 A little about me... Andy Nichols Software Engineer at Digia 6 years of Qt experience Former Qt Support Engineer Maintainer

More information

C SCI The X Window System Stewart Weiss

C SCI The X Window System Stewart Weiss The X Window System The X Window System is a networking and display protocol which provides windowing on bitmapped displays. X provides the basic framework for building GUI environments, such as drawing

More information

Moblin v2 SDK. Open Source Technology Center Presented by Bob Spencer

Moblin v2 SDK. Open Source Technology Center Presented by Bob Spencer Moblin v2 SDK Open Source Technology Center Presented by Bob Spencer 1 Moblin SDK Agenda SDK Overview (3 parts) Project Creation Demo Plans QA 2 Moblin SDK Development environment Moblin 2.0 Distribution

More information

UI, Graphics & EFL. Carsten Haitzler Principal Engineer Samsung Electronics Korea Founder/Leader Enlightenment / EFL

UI, Graphics & EFL. Carsten Haitzler Principal Engineer Samsung Electronics Korea Founder/Leader Enlightenment / EFL UI, Graphics & EFL Carsten Haitzler Principal Engineer Samsung Electronics Korea c.haitzler@samsung.com Founder/Leader Enlightenment / EFL Display System Overview Graphics 4 Graphics Old-School FB 5 In

More information

CS193E Lecture 17. Multiple Document Windows OpenGL & Cocoa

CS193E Lecture 17. Multiple Document Windows OpenGL & Cocoa CS193E Lecture 17 Multiple Document Windows OpenGL & Cocoa Multiple Views onto a Model Xcode Keynote Finder Dreamweaver TreeGenerator 3D NSDocument Architecture Supports two approaches: Simple, single

More information

Advanced Ambient Occlusion Methods for Modern Games

Advanced Ambient Occlusion Methods for Modern Games Advanced Ambient Occlusion Methods for Modern Games Andrei Tatarinov, Senior Developer Technology Engineer Alexey Panteleev, Senior Developer Technology Engineer Outline What is AO and why is it SS? Is

More information

Designing Interactive Systems II

Designing Interactive Systems II Designing Interactive Systems II Computer Science Graduate Program SS 2011 Prof. Dr. Jan Borchers Media Computing Group RWTH Aachen University http://hci.rwth-aachen.de/dis2 Jan Borchers 1 Review: WM,

More information

Visual HTML5. Human Information Interaction for Knowledge Extraction, Interaction, Utilization, Decision making HI-I-KEIUD

Visual HTML5. Human Information Interaction for Knowledge Extraction, Interaction, Utilization, Decision making HI-I-KEIUD Visual HTML5 1 Overview HTML5 Building apps with HTML5 Visual HTML5 Canvas SVG Scalable Vector Graphics WebGL 2D + 3D libraries 2 HTML5 HTML5 to Mobile + Cloud = Java to desktop computing: cross-platform

More information

WPE WebKit. HTML5 user interfaces for embedded devices. Juan José Sánchez Penas Embedded Linux Conference Prague, October 2017

WPE WebKit. HTML5 user interfaces for embedded devices. Juan José Sánchez Penas Embedded Linux Conference Prague, October 2017 WPE WebKit HTML5 user interfaces for embedded devices Juan José Sánchez Penas Embedded Linux Conference Prague, October 2017 Myself, Igalia and Web Browsers Co-founder of Igalia in 2001. 60 engineers.

More information

INTERNATIONALIZATION IN GVIM

INTERNATIONALIZATION IN GVIM INTERNATIONALIZATION IN GVIM A PROJECT REPORT Submitted by Ms. Nisha Keshav Chaudhari Ms. Monali Eknath Chim In partial fulfillment for the award of the degree Of B. Tech Computer Engineering UNDER THE

More information

What's new in GStreamer

What's new in GStreamer What's new in GStreamer GUADEC 2015, Göteborg 7 August 2015 Tim Müller Sebastian Dröge Introduction Who? Long-term GStreamer core developers and maintainers

More information

CS450/550. Pipeline Architecture. Adapted From: Angel and Shreiner: Interactive Computer Graphics6E Addison-Wesley 2012

CS450/550. Pipeline Architecture. Adapted From: Angel and Shreiner: Interactive Computer Graphics6E Addison-Wesley 2012 CS450/550 Pipeline Architecture Adapted From: Angel and Shreiner: Interactive Computer Graphics6E Addison-Wesley 2012 0 Objectives Learn the basic components of a graphics system Introduce the OpenGL pipeline

More information

Simplifying Applications Use of Wall-Sized Tiled Displays. Espen Skjelnes Johnsen, Otto J. Anshus, John Markus Bjørndalen, Tore Larsen

Simplifying Applications Use of Wall-Sized Tiled Displays. Espen Skjelnes Johnsen, Otto J. Anshus, John Markus Bjørndalen, Tore Larsen Simplifying Applications Use of Wall-Sized Tiled Displays Espen Skjelnes Johnsen, Otto J. Anshus, John Markus Bjørndalen, Tore Larsen Abstract Computer users increasingly work with multiple displays that

More information

WPE. Current Status & Future. Žan Doberšek.

WPE. Current Status & Future. Žan Doberšek. WPE Current Status & Future Žan Doberšek zdobersek@igalia.com static void _f_do_barnacle_install_properties(gobjectclass *gobject_class) { GParamSpec *pspec; /* Party code attribute */ pspec = g_param_spec_uint64

More information

Design Patterns IV. Alexei Khorev. 1 Structural Patterns. Structural Patterns. 2 Adapter Design Patterns IV. Alexei Khorev. Structural Patterns

Design Patterns IV. Alexei Khorev. 1 Structural Patterns. Structural Patterns. 2 Adapter Design Patterns IV. Alexei Khorev. Structural Patterns Structural Design Patterns, 1 1 COMP2110/2510 Software Design Software Design for SE September 17, 2008 2 3 Department of Computer Science The Australian National University 4 18.1 18.2 GoF Structural

More information

Design Patterns IV Structural Design Patterns, 1

Design Patterns IV Structural Design Patterns, 1 Structural Design Patterns, 1 COMP2110/2510 Software Design Software Design for SE September 17, 2008 Class Object Department of Computer Science The Australian National University 18.1 1 2 Class Object

More information

ArcGIS Runtime: Maximizing Performance of Your Apps. Will Jarvis and Ralf Gottschalk

ArcGIS Runtime: Maximizing Performance of Your Apps. Will Jarvis and Ralf Gottschalk ArcGIS Runtime: Maximizing Performance of Your Apps Will Jarvis and Ralf Gottschalk Agenda ArcGIS Runtime Version 100.0 Architecture How do we measure performance? We will use our internal Runtime Core

More information

Guile-GNOME: Atk. version , updated 9 December Bill Haneman Marc Mulcahy Padraig O Briain

Guile-GNOME: Atk. version , updated 9 December Bill Haneman Marc Mulcahy Padraig O Briain Guile-GNOME: Atk version 2.16.2, updated 9 December 2011 Bill Haneman Marc Mulcahy Padraig O Briain This manual is for (gnome atk) (version 2.16.2, updated 9 December 2011) Copyright 2001-2007 Bill Haneman,

More information

CS 4300 Computer Graphics

CS 4300 Computer Graphics CS 4300 Computer Graphics Prof. Harriet Fell Fall 2011 Lecture 8 September 22, 2011 GUIs GUIs in modern operating systems cross-platform GUI frameworks common GUI widgets event-driven programming Model-View-Controller

More information

WebKit GTK on (electronic) paper. Marco Barisione linux.conf.au 2009, Hobart

WebKit GTK on (electronic) paper. Marco Barisione linux.conf.au 2009, Hobart WebKit GTK on (electronic) paper Marco Barisione linux.conf.au 2009, Hobart Electronic paper Looks like paper Stable image, no refreshes Reflective, there is no backlight Wide viewing angle Comfortable

More information

EFL at ELC 2016 A toolkit for developping efficient and attractive Uis on embedded devices

EFL at ELC 2016 A toolkit for developping efficient and attractive Uis on embedded devices EFL at ELC 2016 A toolkit for developping efficient and attractive Uis on embedded devices Cedric BAIL cedric@osg.samsung.com 1 EFL: A Toolkit Created for Enlightenment 17 2 Enlightenment 17 Enlightenment

More information

Review. Designing Interactive Systems II. Review. Base Window System. Apps UITK BWS GEL. 4-Layer Model Graphics and Event Library BWS GEL

Review. Designing Interactive Systems II. Review. Base Window System. Apps UITK BWS GEL. 4-Layer Model Graphics and Event Library BWS GEL Window Manager Base Window System Graphics & Event Library Hardware more abstract, application-/user- Applications User Interface Toolkit Review Designing Interactive Systems II 4-Layer Model Graphics

More information

CS230 : Computer Graphics Lecture 4. Tamar Shinar Computer Science & Engineering UC Riverside

CS230 : Computer Graphics Lecture 4. Tamar Shinar Computer Science & Engineering UC Riverside CS230 : Computer Graphics Lecture 4 Tamar Shinar Computer Science & Engineering UC Riverside Shadows Shadows for each pixel do compute viewing ray if ( ray hits an object with t in [0, inf] ) then compute

More information

Scintillating! A Modernized Text Editor for VA Smalltalk

Scintillating! A Modernized Text Editor for VA Smalltalk Scintillating! A Modernized Text Editor for VA Smalltalk Seth Berman Software Engineer Instantiations, Inc. Requirements Provide a modern text editor Additional visual cues and styling Take advantage of

More information

The Wayland Display Server

The Wayland Display Server The Wayland Display Server Kristian Hgsberg krh@bitplanet.net July 26, 2010 1 Wayland Overview wayland is a protocol for a new display server. wayland is an implementation 1.1 Replacing X11 Over time,

More information

Glamor Status Report. Keith Packard Open Source Technology Center Intel

Glamor Status Report. Keith Packard Open Source Technology Center Intel Glamor Status Report Keith Packard Open Source Technology Center Intel keithp@keithp.com What is Glamor? Glamor X Rendering helper Hardware independent Supports EGL and GLX Supports GL and GLES Where Did

More information

User Guide. GLExpert NVIDIA Performance Toolkit

User Guide. GLExpert NVIDIA Performance Toolkit User Guide GLExpert NVIDIA Performance Toolkit Table of Contents Introduction... 2 System Requirements...2 GLExpert Getting Started... 3 GLExpert Configuration Parameters...3 Categories of Interest...3

More information

Real-Time Non- Photorealistic Rendering

Real-Time Non- Photorealistic Rendering Real-Time Non- Photorealistic Rendering Presented by: Qing Hu LIAO SOCS, McGill Feb 1, 2005 Index Introduction Motivation Appel s Algorithm Improving Schema Rendering Result Economy of line A great deal

More information

Many rendering scenarios, such as battle scenes or urban environments, require rendering of large numbers of autonomous characters.

Many rendering scenarios, such as battle scenes or urban environments, require rendering of large numbers of autonomous characters. 1 2 Many rendering scenarios, such as battle scenes or urban environments, require rendering of large numbers of autonomous characters. Crowd rendering in large environments presents a number of challenges,

More information

GLExpert NVIDIA Performance Toolkit

GLExpert NVIDIA Performance Toolkit User Guide GLExpert NVIDIA Performance Toolkit Table of Contents Introduction... 1 System Requirements... 1 GLExpert Getting Started... 2 GLExpert Configuration... 2 Categories...3 Level of Information

More information

Object-Oriented Programming Design. Topic : Graphics Programming GUI Part I

Object-Oriented Programming Design. Topic : Graphics Programming GUI Part I Electrical and Computer Engineering Object-Oriented Topic : Graphics GUI Part I Maj Joel Young Joel.Young@afit.edu 15-Sep-03 Maj Joel Young A Brief History Lesson AWT Abstract Window Toolkit Implemented

More information

Inside Biosphere3D The free digital globe from a developer prospect. Steffen Ernst

Inside Biosphere3D The free digital globe from a developer prospect. Steffen Ernst The free digital globe from a developer prospect Steffen Ernst Page 2 Short Description Biosphere3D targets interactive landscape rendering based on a virtual globe Input data: DEM, satellite and aerial

More information

What's new in GTK+ 2.6

What's new in GTK+ 2.6 What's new in GTK+ 2.6 Matthias Clasen mclasen@redhat.com GUADEC 2005 Stuttgart, Germany May 29 May 1, 2005 What's new in GTK+ 2.6 New or improved widgets New cell renderers Clipboard improvements Ellipsization

More information

X11, X12, What next. And its companion: the ROOT GUI

X11, X12, What next. And its companion: the ROOT GUI X11, X12, What next And its companion: the ROOT GUI X Architecture 1. The kernel gets an event from an input device and sends it to X. 2. The X server determines which window the event affects and sends

More information

Shrinath Shanbhag Senior Software Engineer Microsoft Corporation

Shrinath Shanbhag Senior Software Engineer Microsoft Corporation Accelerating GPU inferencing with DirectML and DirectX 12 Shrinath Shanbhag Senior Software Engineer Microsoft Corporation Machine Learning Machine learning has become immensely popular over the last decade

More information

McCLIM 0.01 user s manual. Robert Strandh

McCLIM 0.01 user s manual. Robert Strandh McCLIM 0.01 user s manual Robert Strandh strandh@labri.fr April 5, 2005 2 Contents 1 Introduction 7 1.1 Standards............................... 7 I Getting Started 9 2 CLIM Demos and Applications 11 2.1

More information

Theme System. Wisej Themes 1 OVERVIEW

Theme System. Wisej Themes 1 OVERVIEW Theme System 1 OVERVIEW Wisej theme system is quite sophisticated and goes beyond simple CSS or SASS. This document is only a short overview to get you started. The full documentation will be ready at

More information

What's new in GStreamer Land The last 2 years and the future

What's new in GStreamer Land The last 2 years and the future What's new in GStreamer Land The last 2 years and the future FOSDEM 2017, Brussels Open Media Devroom 5 February 2017 Sebastian Dröge Tim Müller Introduction

More information

Rendering Objects. Need to transform all geometry then

Rendering Objects. Need to transform all geometry then Intro to OpenGL Rendering Objects Object has internal geometry (Model) Object relative to other objects (World) Object relative to camera (View) Object relative to screen (Projection) Need to transform

More information

CSS MOCK TEST CSS MOCK TEST III

CSS MOCK TEST CSS MOCK TEST III http://www.tutorialspoint.com CSS MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to CSS. You can download these sample mock tests at your local machine

More information

Guile-GNOME: Atk. version , updated 2 September Bill Haneman Marc Mulcahy Padraig O Briain

Guile-GNOME: Atk. version , updated 2 September Bill Haneman Marc Mulcahy Padraig O Briain Guile-GNOME: Atk version 2.15.93, updated 2 September 2007 Bill Haneman Marc Mulcahy Padraig O Briain This manual is for (gnome atk) (version 2.15.93, updated 2 September 2007) Copyright 2001-2007 Bill

More information

CSC Graphics Programming. Budditha Hettige Department of Statistics and Computer Science

CSC Graphics Programming. Budditha Hettige Department of Statistics and Computer Science CSC 307 1.0 Graphics Programming Department of Statistics and Computer Science Graphics Programming 2 Common Uses for Computer Graphics Applications for real-time 3D graphics range from interactive games

More information

Experiences Developing a Wayland-Based Tizen IVI HMI. Ossama Othman

Experiences Developing a Wayland-Based Tizen IVI HMI. Ossama Othman Experiences Developing a Wayland-Based Tizen IVI HMI Ossama Othman Context Provide human-machine interface (HMI) better suited for Tizen IVI Driver safety React to vehicle state Options Leverage existing

More information

FLASH 5 PART II USER MANUAL

FLASH 5 PART II USER MANUAL Multimedia Module FLASH 5 PART II USER MANUAL For information and permission to use these training modules, please contact: Limell Lawson - limell@u.arizona.edu - 520.621.6576 or Joe Brabant - jbrabant@u.arizona.edu

More information

DEVELOPER DAY MONTRÉAL APRIL Copyright Khronos Group Page 1

DEVELOPER DAY MONTRÉAL APRIL Copyright Khronos Group Page 1 DEVELOPER DAY MONTRÉAL APRIL 2018 Copyright Khronos Group 2018 - Page 1 DEVELOPER DAY Introduction and Overview Alon Or-bach, Samsung MONTRÉAL APRIL 2018 Copyright Khronos Group 2018 - Page 2 Copyright

More information

Update on the open source browser space

Update on the open source browser space static void _f_do_barnacle_install_properties(gobjectclass *gobject_class) { GParamSpec *pspec; Update on the open source browser space Jacobo Aragunde Pérez blogs.igalia.com/jaragunde /* Party code attribute

More information

Experiences Developing a Wayland Based IVI HMI. Ossama Othman 28 May 2013

Experiences Developing a Wayland Based IVI HMI. Ossama Othman 28 May 2013 Experiences Developing a Wayland Based IVI HMI Ossama Othman 28 May 2013 Context Provide human-machine interface (HMI) better suited for Tizen IVI Driver safety React to vehicle state Options Leverage

More information

Guile-GNOME: PangoCairo

Guile-GNOME: PangoCairo Guile-GNOME: PangoCairo version 2.16.2, updated 9 December 2011 Owen Taylor Behdad Esfahbod many others This manual is for (gnome pangocairo) (version 2.16.2, updated 9 December 2011) Copyright 2001-2007

More information

View of the Google Drive of User root: His Google Drive contains a folder named Collaborative shared with 2 colleagues (Emmanuel and AllCases)

View of the Google Drive of User root: His Google Drive contains a folder named Collaborative shared with 2 colleagues (Emmanuel and AllCases) There are big differences of behavior between Google Drive and OneDrive. This article explains the main issue when migrating from Google Drive to One Drive and the solution Cloudiway offers to solve this

More information

MultiTouch CornerStone Software Development. MultiTouch.fi, all rights reserved

MultiTouch CornerStone Software Development. MultiTouch.fi, all rights reserved MultiTouch CornerStone Software Development Agenda Overview of the software stack Programming model Core Concepts Introduction to the SDK example applications Team/Demo application programming Software

More information

Choosing free software graphical libraries for embedded devices

Choosing free software graphical libraries for embedded devices Embedded Linux Conference Europe Choosing free software graphical libraries for embedded devices Thomas Petazzoni Free Electrons http://free electrons.com/ 1 About this document This document is released

More information

Quick Multitouch Apps using kivy and Python

Quick Multitouch Apps using kivy and Python Quick Multitouch Apps using kivy and Python About Me! Python and Kivy + Setting up Kivy... 1) in Linux 2) in Windows 3) Mac OSX Hello World in Kivy :) Controlling the Environment Many environment variables

More information

Oct 26, 2017 The Complete Beginner?s Guide to Getting Started with Navigating, Modeling, Animating, Texturing, Lighting, Compositing and Rendering

Oct 26, 2017 The Complete Beginner?s Guide to Getting Started with Navigating, Modeling, Animating, Texturing, Lighting, Compositing and Rendering Blender 3D For Beginners: The Complete Guide: The Complete Beginner s Guide To Getting Started With Navigating, Modeling, Animating, Texturing, Lighting, Compositing And Rendering Within Blender. By Mr

More information

Enhancing Traditional Rasterization Graphics with Ray Tracing. October 2015

Enhancing Traditional Rasterization Graphics with Ray Tracing. October 2015 Enhancing Traditional Rasterization Graphics with Ray Tracing October 2015 James Rumble Developer Technology Engineer, PowerVR Graphics Overview Ray Tracing Fundamentals PowerVR Ray Tracing Pipeline Using

More information

... Output System Layers. Application 2. Application 1. Application 3. Swing. UIKit SWT. Window System. Operating System

... Output System Layers. Application 2. Application 1. Application 3. Swing. UIKit SWT. Window System. Operating System Output: Software Output System Layers Application 1 Application 2 Application 3 Swing SWT... UIKit Window System Operating System Hardware (e.g., graphics card) 2 The Window System 3 Window System Basics

More information

Automatically generated type-safe GTK+ binding for Dylan

Automatically generated type-safe GTK+ binding for Dylan Automatically generated type-safe GTK+ binding for Dylan Hannes Mehnert hannes@mehnert.org Dylan Hackers ABSTRACT We present an automated way to get language bindings for GTK+ for Dylan [2], an object-oriented

More information

Moving Mobile Graphics Advanced Real-time Shadowing. Marius Bjørge ARM

Moving Mobile Graphics Advanced Real-time Shadowing. Marius Bjørge ARM Moving Mobile Graphics Advanced Real-time Shadowing Marius Bjørge ARM Shadow algorithms Shadow filters Results Agenda SHADOW ALGORITHMS Shadow Algorithms Shadow mapping Depends on light type Directional,

More information

Alexander Nyßen! itemis AG! Graphical Editing Framework Project Lead

Alexander Nyßen! itemis AG! Graphical Editing Framework Project Lead Alexander Nyßen! itemis AG! Graphical Editing Framework Project Lead 4 There s really something going on! Image courtesy of Julie Lafrance / flickr GEF celebrated 10th Birthday in 2012!! Initial contribution

More information

Theme System: It allows modifying the site view and functionality. It includes images, stylesheet, template files and custom pages.

Theme System: It allows modifying the site view and functionality. It includes images, stylesheet, template files and custom pages. WORDPRESS BASICS Contents WordPress - Overview... 2 WordPress - Dashboard... 4 WordPress - Categories... 6 WordPress - Posts... 7 WordPress - Media Library... 8 WordPress - Links... 9 Master Slider...

More information

MPLAB Harmony Graphics Libraries Help

MPLAB Harmony Graphics Libraries Help MPLAB Harmony Graphics Libraries Help MPLAB Harmony Integrated Software Framework 2013-2017 Microchip Technology Inc. All rights reserved. Graphics Libraries Help Graphics Libraries Help This topic provides

More information

INDIAN LANGUAGE SUPPORT IN GNOME-TERMINAL. B.Tech Information Technology

INDIAN LANGUAGE SUPPORT IN GNOME-TERMINAL. B.Tech Information Technology INDIAN LANGUAGE SUPPORT IN GNOME-TERMINAL A Project Report Submitted by Kulkarni Swapnil 110708035 Kulkarni Mihir 110708033 Dige Sourabh 110708020 in partial fulfilment for the award of the degree of B.Tech

More information

Window Compositor Developer s Guide

Window Compositor Developer s Guide Window Compositor Developer s Guide Writer: Mark Horowitz Technical Reviewer: Jay Treptow Published: January 2012 Applies To: Windows Embedded Compact 7 Abstract This paper describes how to use the Window

More information

Optimizing and Profiling Unity Games for Mobile Platforms. Angelo Theodorou Senior Software Engineer, MPG Gamelab 2014, 25 th -27 th June

Optimizing and Profiling Unity Games for Mobile Platforms. Angelo Theodorou Senior Software Engineer, MPG Gamelab 2014, 25 th -27 th June Optimizing and Profiling Unity Games for Mobile Platforms Angelo Theodorou Senior Software Engineer, MPG Gamelab 2014, 25 th -27 th June 1 Agenda Introduction ARM and the presenter Preliminary knowledge

More information

Wayland IVI Extension

Wayland IVI Extension Wayland IVI Extension May 10, 2017 Updates in front of us Eugen Friedrich, Emre Ucan Graphics engineers, ADIT Wayland IVI Extension Agenda Short introduction of wayland-ivi-extension Current status of

More information

Artlantis training for new users

Artlantis training for new users Artlantis training for new users page 2 This training program reviews the main features of Artlantis. You will learn about the various presentation types such as still images, ivisit 3D panoramas, VR objects

More information

The Users Guide. and. API Reference

The Users Guide. and. API Reference McCLIM User s Manual The Users Guide and API Reference Copyright c 2004,2005,2006,2007,2008,2017 the McCLIM hackers. i Table of Contents Introduction......................................... 1 Standards...........................................................

More information

LPGPU2 Font Renderer App

LPGPU2 Font Renderer App LPGPU2 Font Renderer App Performance Analysis 2 Introduction As part of LPGPU2 Work Package 3, a font rendering app was developed to research the profiling characteristics of different font rendering algorithms.

More information

Table of contents. Sliding Panels DMXzone.com

Table of contents. Sliding Panels DMXzone.com Table of contents Table of contents... 1 About Sliding Panels... 2 Features in Detail... 3 Before you begin... 12 The Basics: Creating Simple Sliding Panels... 13 Advanced: Dynamic Sliding Panels... 20

More information

Achieving High-performance Graphics on Mobile With the Vulkan API

Achieving High-performance Graphics on Mobile With the Vulkan API Achieving High-performance Graphics on Mobile With the Vulkan API Marius Bjørge Graphics Research Engineer GDC 2016 Agenda Overview Command Buffers Synchronization Memory Shaders and Pipelines Descriptor

More information

Google Map for Magento 2

Google Map for Magento 2 Last update: 2018/03/16 11:06 magento_2:google_map https://amasty.com/docs/doku.php?id=magento_2:google_map For more details see the Google Map extension page. Google Map for Magento 2 Provide customers

More information

David Talby March 21, 2006

David Talby March 21, 2006 David Talby Representing Data Structures Composite Flyweight Decorator Traversing Data Structures Iterator Visitor Documented Proved Design Experience Finding the right classes Finding them faster Common

More information

Bonding with Pango Travis Griggs

Bonding with Pango Travis Griggs Bonding with Pango Travis Griggs GUI/Tools Lead 15 September 2010 Who Am I? Not yet 40 Cincom GUI/Tools Team Lead Since ObjectWorks 4.0 (HPUX Beta) What s This About? Not a Tutorial Experience Report I

More information

The Shadow Rendering Technique Based on Local Cubemaps

The Shadow Rendering Technique Based on Local Cubemaps The Shadow Rendering Technique Based on Local Cubemaps Content 1. Importing the project package from the Asset Store 2. Building the project for Android platform 3. How does it work? 4. Runtime shadows

More information

Blis: Better Language for Image Stuff Project Proposal Programming Languages and Translators, Spring 2017

Blis: Better Language for Image Stuff Project Proposal Programming Languages and Translators, Spring 2017 Blis: Better Language for Image Stuff Project Proposal Programming Languages and Translators, Spring 2017 Abbott, Connor (cwa2112) Pan, Wendy (wp2213) Qinami, Klint (kq2129) Vaccaro, Jason (jhv2111) [System

More information

Vulkan and Animation 3/13/ &height=285&playerId=

Vulkan and Animation 3/13/ &height=285&playerId= https://media.oregonstate.edu/id/0_q2qgt47o?width= 400&height=285&playerId=22119142 Vulkan and Animation Natasha A. Anisimova (Particle systems in Vulkan) Intel Game Dev The Loop Vulkan Cookbook https://software.intel.com/en-us/articles/using-vulkan-graphics-api-to-render-acloud-of-animated-particles-in-stardust-application

More information

How the Style Editor works

How the Style Editor works How the Style Editor works OUTPUT AND INPUT PINS 1. About The Style Editor is a node-based filter graph editor that allows you to build complex styles using filter nodes and connections. Every node has

More information

Vulkan Multipass mobile deferred done right

Vulkan Multipass mobile deferred done right Vulkan Multipass mobile deferred done right Hans-Kristian Arntzen Marius Bjørge Khronos 5 / 25 / 2017 Content What is multipass? What multipass allows... A driver to do versus MRT Developers to do Transient

More information

Cross-platform graphics with cairo

Cross-platform graphics with cairo English Sign in (or register) Technical topics Evaluation software Community Events Cross-platform graphics with cairo Vector drawing library aims to produce consistent output Eli M. Dow (emdow@us.ibm.com),

More information

How GNOME Obsoleted its Enable Accessibility Setting. Alejandro Piñeiro

How GNOME Obsoleted its Enable Accessibility Setting. Alejandro Piñeiro How GNOME Obsoleted its Enable Accessibility Setting Alejandro Piñeiro (apinheiro@igalia.com) Topics Accessibility vs. Accessibility Support Phase 1: Getting Started Phase 2: Rebuilding What We Had Phase

More information

Qt + Maemo development

Qt + Maemo development ES3 Lecture 11 Qt + Maemo development Maemo Nokia's Linux based platform Almost entirely open source Nokia N770, N800, N810, N900 only models Only N900 has 3G/phone capability N900 has relatively fast

More information

Embedded Linux UI Comparison. Tim Bird Senior Staff Software Engineer Sony Electronics

Embedded Linux UI Comparison. Tim Bird Senior Staff Software Engineer Sony Electronics Embedded Linux UI Comparison Tim Bird Senior Staff Software Engineer Sony Electronics 1 yyyy-mm-dd Agenda Embedded Linux UI options Comparison points Presence at ELC Evaluations

More information

Reboot: Tizen Widget Framework. Hyun Ho, Kang Engineer Samsung Electronics. Copyright 2017 Samsung. All Rights Reserved.

Reboot: Tizen Widget Framework. Hyun Ho, Kang Engineer Samsung Electronics. Copyright 2017 Samsung. All Rights Reserved. Reboot: 1 Tizen Framework Hyun Ho, Kang Engineer Samsung Electronics Copyright 2017 Samsung. All Rights Reserved. Hello! My name is Hyun Ho, Kang. I m working for Samsung Electronics I m one of the Tizen

More information

Reinventing the Enlightenment Object System

Reinventing the Enlightenment Object System Reinventing the Enlightenment Object System Tom Hacohen Samsung Electronics Open Source Group tom.hacohen@samsung.com @TomHacohen FOSDEM 2015 Main Goals Unify Code Main Goals Unify Code Many different

More information

A. Front Panel Design Lesson 4 Implementing a VI

A. Front Panel Design Lesson 4 Implementing a VI A. Front Panel Design Lesson 4 Implementing a VI Inputs and outputs lead to front panel design Retrieve the inputs by the following methods: TOPICS A. B. C. D. E. F. Front Panel Design LabVIEW Data Types

More information

Object Orientated Analysis and Design. Benjamin Kenwright

Object Orientated Analysis and Design. Benjamin Kenwright Notation Part 2 Object Orientated Analysis and Design Benjamin Kenwright Outline Review What do we mean by Notation and UML? Types of UML View Continue UML Diagram Types Conclusion and Discussion Summary

More information

BORDERLESS AND BARRIER FREE

BORDERLESS AND BARRIER FREE ReviewS overview BORDERLESS AND BARRIER FREE Marco Uberti, Fotolia The new Gnome appeared in March and includes improvements for both users and developers. We ll tell you about network-transparent filesystem

More information

A Comparison between DirectFB and X11 Graphics Library

A Comparison between DirectFB and X11 Graphics Library A Comparison between DirectFB and X11 Graphics Library Sung-Bong Jang 1, Jeong-Mi Kim 2 and Mi-Young Choi 2 1 Department of Industry-Academy Cooperation, Kumoh National Institute of Technology, 730701

More information

WebGL. Announcements. WebGL for Graphics Developers. WebGL for Web Developers. Homework 5 due Monday, 04/16. Final on Tuesday, 05/01

WebGL. Announcements. WebGL for Graphics Developers. WebGL for Web Developers. Homework 5 due Monday, 04/16. Final on Tuesday, 05/01 Announcements Patrick Cozzi University of Pennsylvania CIS 565 - Spring 2012 Homework 5 due Monday, 04/16 In-class quiz Wednesday, 04/18 Final on Tuesday, 05/01 6-8pm David Rittenhouse Lab A7 Networking

More information

X and DPS. Juliusz Chroboczek. 27 February 2001, updated 30 October 2006

X and DPS. Juliusz Chroboczek. 27 February 2001, updated 30 October 2006 Table of Contents Juliusz Chroboczek 27 February 2001, updated 30 October 2006 Notice of Obsolescence and Removal from X.Org Releases...3 Introduction...3 The DPS client side...3 The DPS server side...5

More information

Lecture 11: Output 2. Fall UI Design and Implementation 1

Lecture 11: Output 2. Fall UI Design and Implementation 1 Lecture 11: Output 2 Fall 2006 6.831 UI Design and Implementation 1 1 UI Hall of Fame or Shame? Fall 2006 6.831 UI Design and Implementation 2 Here s our hall of fame example. StatCounter is a web site

More information

API Background. Prof. George Wolberg Dept. of Computer Science City College of New York

API Background. Prof. George Wolberg Dept. of Computer Science City College of New York API Background Prof. George Wolberg Dept. of Computer Science City College of New York Objectives Graphics API history OpenGL API OpenGL function format Immediate Mode vs Retained Mode Examples The Programmer

More information

Rendering. Converting a 3D scene to a 2D image. Camera. Light. Rendering. View Plane

Rendering. Converting a 3D scene to a 2D image. Camera. Light. Rendering. View Plane Rendering Pipeline Rendering Converting a 3D scene to a 2D image Rendering Light Camera 3D Model View Plane Rendering Converting a 3D scene to a 2D image Basic rendering tasks: Modeling: creating the world

More information

STARCOUNTER. Technical Overview

STARCOUNTER. Technical Overview STARCOUNTER Technical Overview Summary 3 Introduction 4 Scope 5 Audience 5 Prerequisite Knowledge 5 Virtual Machine Database Management System 6 Weaver 7 Shared Memory 8 Atomicity 8 Consistency 9 Isolation

More information

Vulkan (including Vulkan Fast Paths)

Vulkan (including Vulkan Fast Paths) Vulkan (including Vulkan Fast Paths) Łukasz Migas Software Development Engineer WS Graphics Let s talk about OpenGL (a bit) History 1.0-1992 1.3-2001 multitexturing 1.5-2003 vertex buffer object 2.0-2004

More information