:orphan: Demos ===== Below is a gallery of Demos. A bunch of apps powered by FURY. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_markers_thumb.png :alt: Fury Markers :ref:`sphx_glr_auto_examples_viz_markers.py` .. raw:: html
Fury Markers
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_network_thumb.png :alt: Visualize Interdisciplinary map of the journals network :ref:`sphx_glr_auto_examples_viz_network.py` .. raw:: html
Visualize Interdisciplinary map of the journals network
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_roi_contour_thumb.png :alt: Visualization of ROI Surface Rendered with Streamlines :ref:`sphx_glr_auto_examples_viz_roi_contour.py` .. raw:: html
Visualization of ROI Surface Rendered with Streamlines
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_helical_motion_thumb.png :alt: Motion of a charged particle in a combined magnetic and electric field :ref:`sphx_glr_auto_examples_viz_helical_motion.py` .. raw:: html
Motion of a charged particle in a combined magnetic and electric field
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_brownian_motion_thumb.png :alt: Brownian motion :ref:`sphx_glr_auto_examples_viz_brownian_motion.py` .. raw:: html
Brownian motion
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_fine_tuning_gl_context_thumb.png :alt: Fine-tuning the OpenGL state using shader callbacks :ref:`sphx_glr_auto_examples_viz_fine_tuning_gl_context.py` .. raw:: html
Fine-tuning the OpenGL state using shader callbacks
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_play_video_thumb.png :alt: Play a video in the 3D world :ref:`sphx_glr_auto_examples_viz_play_video.py` .. raw:: html
Play a video in the 3D world
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_emwave_animation_thumb.png :alt: Electromagnetic Wave Propagation Animation :ref:`sphx_glr_auto_examples_viz_emwave_animation.py` .. raw:: html
Electromagnetic Wave Propagation Animation
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_animated_surfaces_thumb.png :alt: Animated 2D functions :ref:`sphx_glr_auto_examples_viz_animated_surfaces.py` .. raw:: html
Animated 2D functions
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_bundles_thumb.png :alt: Visualize bundles and metrics on bundles :ref:`sphx_glr_auto_examples_viz_bundles.py` .. raw:: html
Visualize bundles and metrics on bundles
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_tesseract_thumb.png :alt: Tesseract (Hypercube) :ref:`sphx_glr_auto_examples_viz_tesseract.py` .. raw:: html
Tesseract (Hypercube)
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_collision-particles_thumb.png :alt: Collisions of particles in a box :ref:`sphx_glr_auto_examples_collision-particles.py` .. raw:: html
Collisions of particles in a box
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_fractals_thumb.png :alt: Fractals :ref:`sphx_glr_auto_examples_viz_fractals.py` .. raw:: html
Fractals
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_advanced_thumb.png :alt: Advanced interactive visualization :ref:`sphx_glr_auto_examples_viz_advanced.py` .. raw:: html
Advanced interactive visualization
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_fiber_odf_thumb.png :alt: Brain Fiber ODF Visualisation :ref:`sphx_glr_auto_examples_viz_fiber_odf.py` .. raw:: html
Brain Fiber ODF Visualisation
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_network_animated_thumb.png :alt: Visualize Networks (Animated version) :ref:`sphx_glr_auto_examples_viz_network_animated.py` .. raw:: html
Visualize Networks (Animated version)
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_viz_pbr_interactive_thumb.png :alt: Interactive PBR demo :ref:`sphx_glr_auto_examples_viz_pbr_interactive.py` .. raw:: html
Interactive PBR demo
.. raw:: html
.. toctree:: :hidden: /auto_examples/viz_markers /auto_examples/viz_network /auto_examples/viz_roi_contour /auto_examples/viz_helical_motion /auto_examples/viz_brownian_motion /auto_examples/viz_fine_tuning_gl_context /auto_examples/viz_play_video /auto_examples/viz_emwave_animation /auto_examples/viz_animated_surfaces /auto_examples/viz_bundles /auto_examples/viz_tesseract /auto_examples/collision-particles /auto_examples/viz_fractals /auto_examples/viz_advanced /auto_examples/viz_fiber_odf /auto_examples/viz_network_animated /auto_examples/viz_pbr_interactive Integrate Physics using pybullet -------------------------------- These demos show how to use connect FURY with a physics engine library. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/physics_using_pybullet/images/thumb/sphx_glr_viz_ball_collide_thumb.png :alt: Ball Collision Simulation :ref:`sphx_glr_auto_examples_physics_using_pybullet_viz_ball_collide.py` .. raw:: html
Ball Collision Simulation
.. raw:: html
.. only:: html .. image:: /auto_examples/physics_using_pybullet/images/thumb/sphx_glr_viz_domino_thumb.png :alt: Domino Physics Simulation :ref:`sphx_glr_auto_examples_physics_using_pybullet_viz_domino.py` .. raw:: html
Domino Physics Simulation
.. raw:: html
.. only:: html .. image:: /auto_examples/physics_using_pybullet/images/thumb/sphx_glr_viz_brick_wall_thumb.png :alt: Brick Wall Simulation :ref:`sphx_glr_auto_examples_physics_using_pybullet_viz_brick_wall.py` .. raw:: html
Brick Wall Simulation
.. raw:: html
.. only:: html .. image:: /auto_examples/physics_using_pybullet/images/thumb/sphx_glr_viz_chain_thumb.png :alt: Chain Simulation :ref:`sphx_glr_auto_examples_physics_using_pybullet_viz_chain.py` .. raw:: html
Chain Simulation
.. raw:: html
.. only:: html .. image:: /auto_examples/physics_using_pybullet/images/thumb/sphx_glr_viz_wrecking_ball_thumb.png :alt: Wrecking Ball Simulation :ref:`sphx_glr_auto_examples_physics_using_pybullet_viz_wrecking_ball.py` .. raw:: html
Wrecking Ball Simulation
.. raw:: html
.. toctree:: :hidden: :includehidden: /auto_examples/physics_using_pybullet/index.rst .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: auto_examples_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_