# `pic` Mesh Helpers Documentation ```{toctree} :maxdepth: 2 :hidden: installation getting_started examples tutorial/index api_reference/index contributing ``` Welcome to the `pic` documentation — an open-source library for creating PewPewLive meshes. ## Overview **PIC Mesh Helpers** uses an object-oriented approach, allowing you to modify mesh elements, apply transformations, and use mesh-wide shaders. Built-in debugging tools help optimize workflows. **Features:** - **Mesh Creation:** Supports dynamic and static mesh generation. - **OOP Design:** Modify and transform individual mesh elements. - **Debugging Tools:** Integrated tools for troubleshooting and optimization. Find the project on [GitHub](https://github.com/artiekra/pic). See the [Contributing Guidelines]({doc}`contributing`) for how to get involved. ## Getting Started Start with: - **[Installation]({doc}`installation`)** - Setup instructions. - **[Getting Started]({doc}`getting_started`)** - Learn the basics. - **[Examples]({doc}`examples`)** - Practical usage examples. For more details, check the [Tutorial]({doc}`tutorial`) or the [API Reference]({doc}`api_reference`). Happy coding!