Skip to content
forked from microsoft/angle

ANGLE: Almost Native Graphics Layer Engine

License

Notifications You must be signed in to change notification settings

liquidboy/angle

 
 

Repository files navigation

Angle

WinRT (Windows 8.0 and 8.1) and Windows Phone 8.0 contributions by Dale Stammen (https://github.com/stammen) and Steven Chith (https://github.com/steven-chith)

Angle Project (https://code.google.com/p/angleproject/) with support for Windows Store Apps (WinRT) and Windows Phone Apps (WP8). This version supports developing Windows Store Apps using Visual Studio 2013 and Windows 8.1. It is also possbile to develop a Windows Store App using Visual Studio 2012 and Windows 8.0 but this version will not be accepted in the Windows App Store.

This version adds support for Windows Phone 8.0 and Windows 8.0 WinRT Store Apps using precompiled shaders. For sample code, see samples/RotatingCube

  • samples/RotatingCube/RotatingCubeWinRT is a Windows 8.0 Store App in C++
  • samples/RotatingCube/RotatingCubeWinRTXaml is a Windows 8.0 Store App in XAML/C++
  • samples/RotatingCube/RotatingCubeWP8 is a Windows Phone 8.0 App in C++
  • samples/RotatingCube/RotatingCubeWP8Xaml is a Windows Phone 8.0 App in Xaml/C++

Please note that you must precompile shaders for Windows 8.0 Store (WinRT) and Windows Phone 8.0 apps. There is a shader compiler for these versions in src/winrtcompiler. Please see the README file for usage.

For WinRT Apps, the prefered platform is now Windows 8.1 with Visual Studio 2013. The Windows 8.1 versions do not require the shaders to be precompiled as runtime shader compilation is now supported. Please see the following samples:

  • samples/RotatingCube/RotatingCubeWinRT_2013 is a Windows 8.1 Store App in C++
  • samples/RotatingCube/RotatingCubeWinRTXaml_2013 is a Windows 8.1 Store App in XAML/C++

ANGLE

The goal of ANGLE is to allow Windows users to seamlessly run WebGL and other OpenGL ES 2.0 content by translating OpenGL ES 2.0 API calls to DirectX 9 or DirectX 11 API calls.

ANGLE is a conformant implementation of the OpenGL ES 2.0 specification that is hardware‐accelerated via Direct3D. ANGLE v1.0.772 was certified compliant by passing the ES 2.0.3 conformance tests in October 2011. ANGLE also provides an implementation of the EGL 1.4 specification.

ANGLE is used as the default WebGL backend for both Google Chrome and Mozilla Firefox on Windows platforms. Chrome uses ANGLE for all graphics rendering on Windows, including the accelerated Canvas2D implementation and the Native Client sandbox environment.

Portions of the ANGLE shader compiler are used as a shader validator and translator by WebGL imp38lementations across multiple platforms. It is used on Mac OS X, Linux, and in mobile variants of the browsers. Having one shader validator helps to ensure that a consistent set of GLSL ES shaders are accepted across browsers and platforms. The shader translator can be used to translate shaders to other shading languages, and to optionally apply shader modifications to work around bugs or quirks in the native graphics drivers. The translator targets Desktop GLSL, Direct3D

About

ANGLE: Almost Native Graphics Layer Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published