Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coolcatcoder/nvidia_flow_unity
A library for unity that implements nvidia flow.
https://github.com/coolcatcoder/nvidia_flow_unity
Last synced: about 1 month ago
JSON representation
A library for unity that implements nvidia flow.
- Host: GitHub
- URL: https://github.com/coolcatcoder/nvidia_flow_unity
- Owner: coolcatcoder
- Created: 2022-08-09T12:40:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T10:46:16.000Z (over 2 years ago)
- Last Synced: 2023-03-10T03:06:25.788Z (almost 2 years ago)
- Language: C#
- Size: 5.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvidia_flow_unity
A library for unity that implements nvidia flow. (no longer maintained, I have since switched to using nvidia flex)## Intro:
So basically this library should allow the use of nvidia flow inisde unity! The library is split into 2 parts: The raw side, and the clean side!The raw side is full of experimental features, memory leaks, commented out pieces of old code that didn't work, and a whole bunch of other nonsense.
The clean side is nice and formatted properly. It also contains only what works, meaning no experimental features, and memory management is not done for you. (although I plan to change this in the future)