ANGLE

ANGLE:将 OpenGL ES 转换为 DirectX。「ANGLE: OpenGL ES to DirectX translation」

Github星跟踪图

ANGLE -- Microsoft Windows Store branch

ANGLE allows Windows users to seamlessly run OpenGL ES content by efficiently translating
OpenGL ES API into DirectX 11 API calls.

This repository is maintained by Microsoft to support the use of ANGLE by Windows Store app developers. It contains several branches:

ms-master contains a copy of ANGLE that is regularly updated from the ANGLE master branch.
It also contains recent changes made by Microsoft that have not yet been merged back to ANGLE master
(our goal is to eventually merge everything, but if you want the latest and greatest
Windows Store features, you will find them here first)

The repository also contains:

The ms-master branch and ms-win8.1 branch contain the source code used to build the ANGLE binaries that we publish on NuGet.
The NuGet package with Windows 10 (UWP) binaries is available here.
The NuGet package with Win8.1/Phone8.1 binaries is available here.

Feature Support

ANGLE supports different versions of OpenGL ES depending on the capabilities of the underlying hardware.
In particular, the supported version depends on which
D3D Feature Levels
the hardware supports:

Getting ANGLE

There are two ways to get ANGLE for Windows Store applications:

  1. Download compiled ANGLE binaries as a NuGet package
  2. Download and compile the ANGLE source code from this GitHub repository

Easy-to-use Visual Studio app templates are currently available for option 2 above. See the 'Quick Start' section below for more details.

Requirements

Windows 10 Development:

Clasic Windows (Desktop) Development:

  • Visual Studio 2015 Community or higher.

For Windows 8.1 or Windows Phone 8.1 development, see the ms-win8.1 branch.

More Info

For detailed information about ANGLE, please visit our wiki (found here). Our wiki
contains lots of useful information about ANGLE, including:

  • Guides to help you get started with ANGLE in Windows apps
  • Tips and tricks to get good performance out of ANGLE
  • Sample code and documentation
  • And more!

For a broad overview of ANGLE and how it works, please take a look at our //BUILD/ 2015 presentation.

Quick Start (compiling from source)

  1. Clone or download ANGLE from our GitHub repository
  2. Install our easy-to-use Visual Studio templates by running install.bat in the /templates/ directory of your copy of ANGLE, or follow these manual steps.
  3. Open the appropriate ANGLE Visual Studio solution for your project, and build all flavors of it
  4. In Visual Studio go "File -> New -> Project", create a new ANGLE application, and hit F5 to run it!

The Windows 10 Visual Studio solution for ANGLE is located here:

  • /winrt/10/src/angle.sln

The Visual Studio solution for Windows desktop applications is located here:

  • /src/angle.sln

For Windows 8.1 or Windows Phone 8.1 development, see the ms-win8.1 branch.

Useful Links

Feedback

If you have feedback about this branch then we would love to hear it. Please
create an issue on this GitHub page, or contact the Microsoft contributors directly.

Microsoft Contributors

  • Cooper Partin (coopp-at-microsoft-dot-com)
  • Austin Kinross (aukinros-at-microsoft-dot-com)

概览

名称与所有者microsoft/angle
主编程语言
编程语言Python, C, C++, Shell, Objective-C, PostScript, Batchfile, Yacc, Lex, Objective-C++ (语言数: 0)
平台
许可证Other
发布数0
创建于2013-12-19 13:58:48
推送于2023-06-13 17:54:54
最后一次提交
星数614
关注者数90
派生数178
提交数7.8k
已启用问题?
问题数151
打开的问题数13
拉请求数2
打开的拉请求数0
关闭的拉请求数16
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部