KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
CinderFlex
★ 18
Open GitHub ↗
NVidia Flex support for Cinder.
Download README (.md)
Explore Similar Repositories
fpgaNES
:
No description available.
awesome-devopscamp
:
A list of links that were collected during the tools session - feel free to add more
applied_population_genetics
:
A textbook on population genetics
how2max
:
Do you want to Max? Of course you do. Here's how.
parse-data-url
:
Parse data URL
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CinderFlex
?
Download (.md)
# CinderFlex NVidia Flex support for Cinder. CinderFlex =================== ####Introduction This block/sample allows Cinder to operated with the NVidia Flex framework. FleX is a particle based simulation technique for real-time visual effects. In particular it is useful for utilizing CUDA in order to do particle and fluid effects similar to RealFlow, nCloth or Lagoa. This sample just demonstrates how to setup Flex with Cinder and do some basic particle/fluid effects. ###### Setup, Options Currently Flex is not supported on OSX so for the time being this sample is Windows only. You will been to install Flex from [here](https://developer.nvidia.com/flex). You will also need install the CUDA SDK from [here](https://developer.nvidia.com/cuda-downloads). Finally you will need to set your FLEX_PATH environment variable to wherever you installed Flex and CINDER_PATH to wherever your latest version of Cinder is located (currently building against 0.9.1dev). This may or may not work without an NVidia card (though I would sort of be astonished if it did).