Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrafx/terrafx.interop.windows
Interop bindings for Windows.
https://github.com/terrafx/terrafx.interop.windows
csharp d2d1 d3d10 d3d11 d3d12 dotnet-core dwrite hacktoberfest interop windows xaudio2
Last synced: 2 days ago
JSON representation
Interop bindings for Windows.
- Host: GitHub
- URL: https://github.com/terrafx/terrafx.interop.windows
- Owner: terrafx
- License: mit
- Created: 2019-06-20T05:58:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:47:48.000Z (2 days ago)
- Last Synced: 2025-01-27T19:50:33.902Z (2 days ago)
- Topics: csharp, d2d1, d3d10, d3d11, d3d12, dotnet-core, dwrite, hacktoberfest, interop, windows, xaudio2
- Language: C#
- Homepage:
- Size: 114 MB
- Stars: 270
- Watchers: 11
- Forks: 31
- Open Issues: 30
-
Metadata Files:
- Readme: docs/README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README
# TerraFX.Interop.Windows
Interop bindings for Windows.
![ci](https://github.com/terrafx/terrafx.interop.windows/workflows/ci/badge.svg?branch=main&event=push)
[![Discord](https://img.shields.io/discord/593547387457372212.svg?label=Discord&style=plastic)](https://discord.terrafx.dev/)Packages are available at: https://github.com/orgs/terrafx/packages or via the NuGet Feed URL: https://pkgs.terrafx.dev/index.json
## Table of Contents
* [Code of Conduct](#code-of-conduct)
* [License](#license)
* [Contributing](#contributing)
* [Goals](#goals)
* [Languages and Frameworks](#languages-and-frameworks)### Code of Conduct
ClangSharp and everyone contributing (this includes issues, pull requests, the
wiki, etc) must abide by the .NET Foundation Code of Conduct:
https://dotnetfoundation.org/about/code-of-conduct.Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected].### License
Copyright © Tanner Gooding and Contributors. Licensed under the MIT License
(MIT). See [LICENSE](../LICENSE.md) in the repository root for more information.### Contributing
If you are looking to contribute you should read our
[Contributing](CONTRIBUTING.md) documentation.### Goals
TerraFX is aiming to be a cross-platform framework for developing multimedia-
based applications.* We plan on primarily supporting Linux and Windows and are looking at the
possibility of supporting MacOS as well.
* We plan on providing an API that abstracts over the various lower-level
graphics, audio, and windowing libraries APIs and makes them easy to use.### Languages and Frameworks
TerraFX uses C# as its primary development language and .NET Core as our primary
target framework.### .NET Foundation
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).