1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: trame
text: The core of your next Web Application
tagline: Efficiently building interactive applications
actions:
- theme: brand
text: Getting started
link: /guide/
- theme: alt
text: Services
link: https://www.kitware.com/trame/
features:
- title: 3D Visualization (VTK/ParaView)
icon:
src: /logos/vtk.svg
alt: Pure Python
details: With best-in-class platforms at its core, trame provides complete control of 3D visualizations and data processing. Developers benefit from a write-once environment from trame.
link: https://www.paraview.org/
- title: Open Source
icon:
src: /logos/opensource.svg
alt: Pure Python
width: 22
details: trame is an open source project licensed under Apache License Version 2.0 which allows users to create open source or commercial applications without any licensing worries.
link: https://www.kitware.com/open-source/
- title: Rich Features
icon:
src: /logos/python.svg
alt: Pure Python
width: 22
details: trame leverages existing libraries and tools such as Vuetify, Altair, Vega, deck.gl, VTK, ParaView, and more, to create vivid content for visual analytics applications. Trame can be integrated in any Python environment using PyPI or Conda.
link: https://pypi.org/project/trame/
- title: Problem Focused
icon: 🔍
details: By relying simply on Python and HTML, trame focuses on one's data and associated analysis and visualizations while hiding the complications of web development.
link: /examples/
- title: Desktop, cloud, Jupyter and HPC
icon:
src: /logos/jupyter.svg
alt: Jupyter and more
width: 40
details: Trame applications can be deployed on a desktop, in the cloud, within a Jupyter cell or on HPC environments. Trame simply make your application ubiquitous.
link: /guide/deployment/desktop
- title: Support and Services
icon:
src: /logos/kitware.svg
alt: Kitware Inc.
width: 28
details: Kitware can help you get started, create custom components, or even build full applications. Our team is here to help. Please contact us
link: https://www.kitware.com/trame/
---
<div class="vp-doc home-wrapper">
# Activities
<!-- @include: ./news.md{,23} -->
---
[See all news](./news)
</div>
|