Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/opensmock/pyramid-plugins-figmatoworld

This Pyramid plugin exploit capacities from the Figma plugin "FigmaToWorld" to import Figma design into Pyramid UI editor.
https://github.com/opensmock/pyramid-plugins-figmatoworld

bloc figma figma-to-world open-smock pharo plugin pyramid pyramid-plugin smalltalk smock

Last synced: 1 day ago
JSON representation

This Pyramid plugin exploit capacities from the Figma plugin "FigmaToWorld" to import Figma design into Pyramid UI editor.

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/github/license/openSmock/Pyramid.svg)](./LICENSE)

# "FigmaToWorld" plugin for Pyramid

FigmaToWorld is a plugin for [Pyramid](https://github.com/OpenSmock/Pyramid) UI builder.
This Pyramid plugin exploit capacities from the Figma plugin [Figma To World](https://github.com/OpenSmock/FigmaToWorld) to import Figma design into Pyramid.

This plugin generate Bloc and Toplo elements.

## How it works ?

The plugin install a new capacity in Pyramid editor to import a [Figma To World](https://github.com/OpenSmock/FigmaToWorld) exporting file.

### How to use it

Export your Figma project with [Figma To World](https://github.com/OpenSmock/FigmaToWorld).

![image](https://github.com/OpenSmock/Pyramid-Plugins-FigmaToWorld/assets/49183340/37833c2b-f7ad-4b46-ab58-cb3d92c28413)

Import your project into Pyramid.

https://github.com/OpenSmock/Pyramid-Plugins-FigmaToWorld/assets/49183340/00d09e17-22eb-41c3-b21a-eb731529b61d

### Installation

To install this plugin, use the following scripts inside a playground:

```st
[ Metacello new
baseline: 'PyramidFigma';
repository: 'github://OpenSmock/Pyramid-Plugins-FigmaToWorld:main/src';
onConflictUseIncoming;
ignoreImage;
load ]
on: MCMergeOrLoadWarning
do: [ :warning | warning load ]
```

## Dependencies

- [Figma To World](https://github.com/OpenSmock/FigmaToWorld)
- [Pyramid](https://github.com/OpenSmock/Pyramid)
- [Bloc-Figma](https://github.com/OpenSmock/Bloc-Figma)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.