Coder Social home page Coder Social logo

katiya-cw / angleproject Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stammen/angleproject

0.0 0.0 0.0 11.92 MB

Angle Project (https://code.google.com/p/angleproject/) with support for Windows Store Apps (WinRT)

License: Other

Python 0.92% C 8.58% C++ 86.99% Shell 0.05% Lex 0.65% Yacc 2.59% PostScript 0.04% HLSL 0.07% Batchfile 0.11% GLSL 0.01%

angleproject's Introduction

Please note that WinRT and WP8 Angle development and support has moved to: https://github.com/MSOpenTech/angle

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

angleproject's People

Contributors

sandeepss avatar shannonwoods avatar stammen avatar steven-chith avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.