Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tasty-kiwi/meshify

A Figma plugin for converting Figma's vector objects into PPL meshes.
https://github.com/tasty-kiwi/meshify

figma figma-export figma-plugin pewpew pewpew-live

Last synced: about 1 month ago
JSON representation

A Figma plugin for converting Figma's vector objects into PPL meshes.

Awesome Lists containing this project

README

        

# Meshify

A Figma plugin for converting Figma's vector objects into PPL meshes.

## Limitations

- No Z axis support (2D meshes only). If you need 3D support, we'd recommend [ModEngineer's PewPewLive-MeshExporter](https://github.com/ModEngineer/PewPewLive-MeshExporter) for Blender.
- No colors per vertex. You may only set one color for the entire mesh.
- No Bézier curve support. As a result, some meshes will look jagged or incomplete.

Other limitations will be removed before the full release.

## Development build

```sh
bun dev
```

Bun must be installed as it is used for bundling.

## License

MIT