A mirror for F3D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Mathieu Westphal ac0c9564a2
Remove elses (#839)
2 days ago
.github Adding --camera-direction and --camera-zoom-factor (#834) 4 days ago
_includes Fix google analytics (#482) 7 months ago
application Remove elses (#839) 2 days ago
cmake Merge pull request #828 from mwestphal/fix-plugins-cmake 2 weeks ago
doc Keep camera on reload (#788) 2 days ago
examples Camera: Reset using screenspace (#833) 5 days ago
external Add options to use external libraries of nlohmann-json and cxxopts (#832) 4 days ago
java Remove config folder for multi-config (#710) 2 months ago
library Keep camera on reload (#788) 2 days ago
plugins Adding --camera-direction and --camera-zoom-factor (#834) 4 days ago
python Keep camera on reload (#788) 2 days ago
resources Adding --camera-direction and --camera-zoom-factor (#834) 4 days ago
testing Keep camera on reload (#788) 2 days ago
webassembly Fix a clang format issue (#718) 2 months ago
winshellext Add options to use external libraries of nlohmann-json and cxxopts (#832) 4 days ago
.clang-format Improve CMake file to include packaging 4 years ago
.clang-tidy Static analysers in CI (#329) 4 weeks ago
.codespellrc Add options to use external libraries of nlohmann-json and cxxopts (#832) 4 days ago
.cppcheck.supp Add options to use external libraries of nlohmann-json and cxxopts (#832) 4 days ago
.gitattributes Improving plugin CI 2 months ago
.gitignore Update installation documentation page (#498) 6 months ago
.lsan.supp Exclude OCCT leaks (#803) 4 weeks ago
.tsan.supp Update docker images and add a EGL CI (#784) 1 month ago
CMakeLists.txt Fix use external to ensure it works well with VTK (#840) 2 days ago
CNAME Create CNAME 7 months ago
CONTRIBUTING.md Fix and update doc (#735) 2 months ago
LICENSE.md Update copyright year (#742) 2 months ago
README.md Update website for 2.0.0 (#745) 1 month ago
_config.yml Update website for 2.0.0 (#745) 1 month ago
_licenses.md Fix hamburger layout website (#485) 7 months ago
codecov.yml Rework CI (#198) 1 year ago
vcpkg.json Add VCPKG manifest file and documentation (#800) 1 month ago

README.md

CI Packaging codecov Downloads Sponsors Discord

F3D - Fast and minimalist 3D viewer

By Michael Migliore and Mathieu Westphal.

F3D (pronounced `/fɛd/`) is a fast and minimalist 3D viewer. It supports many file formats, from digital content to scientific datasets (including glTF, STL, STEP, PLY, OBJ, FBX, Alembic), can show animations and support thumbnails and many rendering and texturing options including real time physically based rendering and raytracing.

It is fully controllable from the command line and support configuration files. It can provide thumbnails, support interactive hotkeys, drag&drop and integration into file managers.

F3D also contains the libf3d, a simple library to render meshes, with C++ and Python Bindings, as well as experimental Java and Javascript bindings.

A typical render by F3D

Animation of a glTF file within F3D

A direct scalars render by F3D

See the gallery for more images, take a look at the changelog or go to the releases page to download F3D!

If you need any help or want to discuss with other F3D users and developers, head over to our discord.

Quickstart

Open a file and visualize it interactively:

f3d /path/to/file.ext

Open a file and save the rendering into an image file:

f3d /path/to/file.ext --output=/path/to/img.png

Get help:

f3d --help
man f3d # Linux only

Documentation

  • To get started, please take a look at the user documentation.
  • If you need any help, are looking for a feature or found a bug, please open an issue.
  • If you want to use the libf3d, please take a look at its documentation.
  • If you want to build F3D, please take a look at the developer documentation.

Support

F3D is developed by a team of passionate devs. Please use F3D, star it on github or even become a sponsor to support us!

Contributing

We envision F3D as a community-driven project, we love to see how the project is growing thanks to the contributions from the community. We would love to see your face in the list below! If you want to contribute to F3D, you are very welcome to! Take a look at our contribution documentation.

Acknowledgments

F3D was initially created by Kitware SAS and is relying on many awesome open source projects, including VTK, OCCT, Assimp, Alembic, Draco and OSPRay.

License

F3D can be used and distributed under the 3-Clause BSD License, see the license. F3D integrate the sources of other libraries and tools, all under permissive licenses, see the third party licenses. F3D packages relies on other libraries and tools, all under permissive licenses, all listed in the respective packages.