Difference between revisions of "IMX8/Multimedia/GPU/OpenGL"

From RidgeRun Developer Connection
< IMX8‎ | Multimedia‎ | GPU
Jump to: navigation, search
m
Line 1: Line 1:
 
<noinclude>{{IMX8/Head}}</noinclude>
 
<noinclude>{{IMX8/Head}}</noinclude>
  
Fill this area with the relevant information
+
=OpenGL=
Make sure you update the "previous" and "next" below! Do not include the IMX8/ prefix on next/prev there.
+
OpenGL® is the most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms. It is window-system and operating-system independent as well as network-transparent. OpenGL enables developers of software for PC, workstation, and supercomputing hardware to create high-performance, visually compelling graphics software applications, in markets such as CAD, content creation, energy, entertainment, game development, manufacturing, medical, and virtual reality. OpenGL exposes all the features of the latest graphics hardware. Refer [https://www.khronos.org/opengl/ this page] for more information.
 +
 
 +
=Demo Examples=
 +
There are some examples on [https://github.com/NXPmicro/gtec-demo-framework this repository] that can be used to check the basics required to understand how to write applications on OpenGL. You can find those examples on the '''/opt/imx-gpu-sdk/OpenGL''' directory.
 +
 
 +
==Folder Content==
 +
*'''FastFourierTransform:'''
  
 
<noinclude>{{IMX8/Foot|Multimedia/GPU|Multimedia/GPU/OpenCL}}</noinclude>
 
<noinclude>{{IMX8/Foot|Multimedia/GPU|Multimedia/GPU/OpenCL}}</noinclude>

Revision as of 10:56, 14 November 2018


NXP Partner Program Registered Vertical.jpg NXP Partner Program Horizontal.jpg
  Index  





OpenGL

OpenGL® is the most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms. It is window-system and operating-system independent as well as network-transparent. OpenGL enables developers of software for PC, workstation, and supercomputing hardware to create high-performance, visually compelling graphics software applications, in markets such as CAD, content creation, energy, entertainment, game development, manufacturing, medical, and virtual reality. OpenGL exposes all the features of the latest graphics hardware. Refer this page for more information.

Demo Examples

There are some examples on this repository that can be used to check the basics required to understand how to write applications on OpenGL. You can find those examples on the /opt/imx-gpu-sdk/OpenGL directory.

Folder Content

  • FastFourierTransform:


Previous: Multimedia/GPU Index Next: Multimedia/GPU/OpenCL