Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauldotknopf/shareddirect3dwpfrender
This is an experiment that renders video using Direct3D using shared textures to use them across separate processes. The textures are eventually displayed in a WPF application.
https://github.com/pauldotknopf/shareddirect3dwpfrender
Last synced: 17 days ago
JSON representation
This is an experiment that renders video using Direct3D using shared textures to use them across separate processes. The textures are eventually displayed in a WPF application.
- Host: GitHub
- URL: https://github.com/pauldotknopf/shareddirect3dwpfrender
- Owner: pauldotknopf
- License: mit
- Created: 2016-02-14T04:33:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T06:08:27.000Z (almost 9 years ago)
- Last Synced: 2023-03-25T22:57:12.837Z (over 1 year ago)
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SharedDirect3DWpfRender
This is an experiment that renders video using Direct3D using shared textures to use them across separate processes. The textures are eventually displayed in a WPF application.