Releases: a2flo/floor_examples
v0.3.0 floor examples
floor examples v0.3.0
Based on https://github.com/a2flo/floor_examples/tree/v0.3.0 (commit f04af60).
Release Notes
This release is intended to be used in combination with the libfloor v0.3.0-f1 release.
Changes
- added dnn and reduction examples
- proper Vulkan support (implemented unified Vulkan/Metal renderers)
- HDR and VR support (in nbody and to some extent in warp)
- various improvements
- keeping up with libfloor changes
Deprecation
- OpenGL support is deprecated and will be removed in the next version
Installation
Install libfloor v0.3.0-f1 and libwarp v0.2.0-f1.
Run binaries from the <extracted-folder>/bin/{linux,macos,windows}
folder depending on your chosen platform.
Configuration
Please have a look at data/config.json
(screen resolution, compute backend, HiDPI, wide gamut, HDR, VR, ...).
The default backend is Vulkan on Linux and Windows, and Metal on macOS.
v0.2.2 floor examples
floor_examples v0.2.2
This release contains the img, nbody and warp example, built for Linux (64-bit), OS X (64-bit) and Windows (MSVC: 32-bit, MinGW/MSYS2: 64-bit), built against the libfloor v0.2.2-f1 Release (https://github.com/a2flo/floor/releases/tag/v0.2.2-f1). The warp example is also built against the libwarp v0.1.1-f1 Release (https://github.com/a2flo/libwarp/releases/tag/v0.1.1-f1).
NOTE: for configuration, please have a look at data/config.json (screen resolution, compute backend, ...)
NOTE: libfloor v0.2.2-f1 must be properly installed on the system for these examples to work
NOTE: libwarp v0.1.1-f1 must be properly installed on the system for the warp example to work
v0.2.1 floor examples
floor_examples v0.2.1
This release contains the img, nbody and warp example, built for Linux (64-bit), OS X (64-bit) and Windows (32-bit), built against the libfloor v0.2.1-f1 Release (https://github.com/a2flo/floor/releases/tag/v0.2.1-f1). The warp example is also built against the libwarp v0.1.0-b1 Release (https://github.com/a2flo/libwarp/releases/tag/v0.1.0-b1).
Note that the offline compiler (occ) is not part of this release, but is instead part of the libfloor release and can be found at /opt/floor/compute/bin/occ on Linux / OS X, or "C:/Program Files/floor/compute/bin/occ.exe" on Windows.
NOTE: for configuration, please have a look at data/config.json (screen resolution, compute backend, ...)
NOTE: libfloor v0.2.1-f1 must be properly installed on the system for these examples to work
NOTE: libwarp v0.1.0-b1 must be properly installed on the system for the warp example to work
v0.2.0 floor examples
floor_examples v0.2.0
This release contains the img, nbody and warp example, built for Linux (64-bit), OS X (64-bit) and Windows (32-bit), built against the floor v0.2.0-f2 Release (https://github.com/a2flo/floor/releases/tag/v0.2.0-f2).
Note that the offline compiler (occ) is not part of this release, but is instead part of the floor release and can be found at /opt/floor/compute/bin/occ on Linux / OS X, or "C:/Program Files/floor/compute/bin/occ.exe" on Windows.
NOTE: for configuration, please have a look at data/config.json (screen resolution, compute backend, ...)
NOTE: floor v0.2.0-f2 must be properly installed on the system for these examples to work