blob: a85027d20365845b49c9a2756e399dd7ab9335dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
NVIDIA Flow - 1.0.1
===================
Flow is a sparse grid-based fluid simulation library for real-time applications.
Please see the manual included in this release package for more information on
the API and usage.
Flow 2
-------------------
Flow 2 is now available and open source [here](https://github.com/NVIDIA-Omniverse/PhysX).
Supported Platforms
-------------------
Windows 32/64 bit
Requirements
------------
* A DX11 capable graphics card and driver
* Visual Studio 2015 and the Windows 10 SDK
Demo
====
nobuild_run.bat
Bin\x64\DemoAppRelease_x64.exe
Controls
--------
left mouse - Rotate camera
middle mouse - Pan camera
right mouse - Zoom camera
space - Shoot projectile
p - Pause simulation
F10 - Toggle DX11/DX12
F11 - Toggle fullscreen
Esc - Quit
Known Issues
============
* Volume Tiled Resources are slow in debug builds, due to D3D debug runtime warnings.
* The default memory limit might be excessive on cards with less than 2 GB of VRAM.
Acknowledgements
================
* SDL is licensed under the zlib license
* stb_truetype by Sean Barrett is public domain
* imgui by Mikko Mononen is licensed under the ZLib license
|