Skip to content

v0.3.0 floor examples

Latest

Choose a tag to compare

@a2flo a2flo released this 01 Apr 22:00
· 59 commits to master since this release
v0.3.0-f1
f04af60

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.