Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensmock/bloc-figma
Tools to generate Bloc elements from Figma datas.
https://github.com/opensmock/bloc-figma
bloc figma figma-to-code open-smock pharo pharo-smalltalk smalltalk smock toplo
Last synced: 4 months ago
JSON representation
Tools to generate Bloc elements from Figma datas.
- Host: GitHub
- URL: https://github.com/opensmock/bloc-figma
- Owner: OpenSmock
- License: mit
- Created: 2023-03-02T08:19:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T12:14:54.000Z (7 months ago)
- Last Synced: 2024-09-25T21:24:22.577Z (4 months ago)
- Topics: bloc, figma, figma-to-code, open-smock, pharo, pharo-smalltalk, smalltalk, smock, toplo
- Language: Smalltalk
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bloc-Figma
Tools to generate Bloc elements from Figma datas.## Presentation
With Bloc-Figma, exporting your Figma design to a Bloc design has never been so easy !This plugin allows you to transpose your Figma Design into a Bloc design for Pharo.
## How to install
To install Bloc-Figma, open a Playground and execute the following script:
```st
[ Metacello new
baseline: 'BlocFigma';
repository: 'github://OpenSmock/Bloc-Figma:main';
onConflictUseIncoming;
ignoreImage;
load ]
on: MCMergeOrLoadWarning
do: [ :warning | warning load ]
```## User guide
This plugin takes in entry the JSON file and images rendered by the plugin [Figma To World](https://github.com/OpenSmock/FigmaToWorld).A tutorial on how to use this plugin is currently under developpment
## Acknowledgments 👐
I would like to thank @plantec and @tinchodias for the help they provided answering my questions on Bloc.## License
This project is licensed under the MIT License.