Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tasty-kiwi/meshify
- Owner: Tasty-Kiwi
- License: mit
- Created: 2024-12-31T16:34:51.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-31T17:25:42.000Z (about 1 month ago)
- Last Synced: 2024-12-31T17:27:29.285Z (about 1 month ago)
- Topics: figma, figma-export, figma-plugin, pewpew, pewpew-live
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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