F3D v1.0.0, a fast and minimalist 3D viewer, has been released !

F3D v1.0, a fast and minimalist 3D viewer has been released !

F3D is a VTK-based 3D viewer following the KISS principle, so it is minimalist, efficient, has no GUI, has simple interaction mechanisms and is fully controllable using arguments in the command line.

It is BSD licensed, open-source and cross-platform (tested on Windows, Linux, and macOS). It supports several file formats, rendering and texturing options. The VTK rendering engine supports both OpenGL and ray tracing technologies.

It is very practical to quickly visualize and navigate through datasets stored on the disk.
It supports a large range of different options, volume rendering, sprites, camera positioning, color map, HDR textures, post fx options, coloring, …
Supported file formats: VTK (legacy and XML), STL, GLTF, PLY, OBJ, 3DS, …
It can either be used from the command line, as an “Open With” software or by dropping files and folders into it.

F3D is compatible with the recently released VTK 9.0.0 and can be compiled against it or againt VTK master. Instead, you can download our binary release (no ray tracing support) to install it. It can also be installed on Arch-based distributions with the package f3d, available on the AUR.

Please, have a look at the documentation and the gallery. Feedbacks and contributions are very welcomed and issues can be freely opened on the GitLab repository.

4 Likes

F3D v1.0.1 has been released ! It contains a few bugfixes but especially a STL reader performances improvements !

1 Like

F3D 1.3 is out ! Fast and minimalist opensource 3D viewer now with a C++/Python API !

We got lots of bug fixes and a few more features, including:

  • Support for Alembic format (.abc)
  • --font-file option

But the main new feature is the alpha release of the libf3d, included in F3D.
This is a simple yet powerfull API to render and visualize 3D meshes.
C++ based, with python bindings.
Do not hesitate to give it a go, we will improve and stabilize it in the next versions.

More info and download links in our release page: