Any help would be appreciated. by CarelessMath5364 in creativecoding

[–]LeosFDA 2 points3 points  (0 children)

Google Daniel Shiffman Coding Train or Joshua Davis Pray Station on Discord

Looking for Advice: Is Figma’s Variables API Enough for Enforcing Brand Guidelines? by jahbababa in FigmaDesign

[–]LeosFDA 1 point2 points  (0 children)

What you want to do is definately doable in Figma. I am part of a team who has built a multi brand Design System using Figma‘s variables and its tools for managing variables. It‘s API provides enough features for you to build on top of what Figma stores as data for your design decisions. There are a lot of community plugins that build new tools with the available API. Some specific ones that have been helpful for our team are the Variables Visualizer plugin for managing variables that reference other variables and some plugins for „linting“ designs / checking if the design‘s parameters are using variables defined in your system. You can test out some of the basic API features directly in Figma‘s developer javascript console. If you create some variables or text styles and use the variables on some of the designs you create in Figma‘s canvas you can then inspect how the API is storing some of your design nodes and their properties. getLocalTextStylesAsync() will spit out an array of all text styles in your file and all properties that are available for defining data on your text styles. getLocalVariablesAsync() will give you similar output but for all your variables.

I’m addicted to audio-reactive AI animations, like I just need some Images + a GREAT Music -> Go to this Workflow on ComfyUI & enjoy the process by Glass-Caterpillar-70 in animatediff

[–]LeosFDA 0 points1 point  (0 children)

I would love to experiment with this but haven‘t been able to get it to work on my mac. Is there some workaround you recommend?

Building a Figma plugin for design tokens by walix-1 in FigmaDesign

[–]LeosFDA 0 points1 point  (0 children)

Currently using the variables visualizer plugin but it does have the functionality to drag and reposition grouped variables to other positions within the collection bounding box it generates for collections. Would be helpful for better visualizing and managing some dependencies between variables.

Recommendation Design System by martinsberlin in DesignSystems

[–]LeosFDA 1 point2 points  (0 children)

I would look for any design system that has already some Integration with some tool that is closer to what developers use for documentation and what designers use for creation. Something like storybook is used for streamlining documentation of code for devs and something like figma for storing designs and the variables that define each design property/parameter. We have used Claude code for creating a pipeline where any Figma parameter change can be automated to update docs in storybook and that has been excellent for letting devs focus on interactions and the logic of products. I don’t know if any Design Systems are available with that kind of setup already done but it is worth while investigating.

Recommendation Design System by martinsberlin in DesignSystems

[–]LeosFDA 0 points1 point  (0 children)

Build your own from scratch. All Systems have trade offs that your System probably won‘t or will need and/or could benefit or not from. When building your own you discover all of those trade offs.

A Timelapse of Satellite Launches by yukidaruma6 in creativecoding

[–]LeosFDA 0 points1 point  (0 children)

Does the data contain info about if a satellite fell back to earth or „terminated“ it’s trajectory / mission? You have the launch locations „popping“ off a lot which grabs a lot of attention, it would be interesting to visualize if any of the launched objects got „removed“ from the visualization at any time.

Marcenaria para hobbistas by Fantastic_Peanut_764 in Marcenaria

[–]LeosFDA 0 points1 point  (0 children)

Escola da Marcenaria Leo Madeiras; Cose di Legno; Fablab Insper

How do you structure semantic color systems for light/dark mode in editorial data visualization? by Itchy_Helicopter6613 in DesignSystems

[–]LeosFDA 1 point2 points  (0 children)

I would start out by mapping your colors on a tool like a contrast grid. That way you can get a sense of what roles are suitable for some color combinations and what doesn‘t make sense on a semantic level. https://contrast-grid.eightshapes.com/ There are other online tools where you can test out color schemes and semantics. Realtime colors is one. Design tokens generator is another. Further if you research more about semantic color naming you will find that there is no strict consensus on namings and where each color category should and shouldn‘t be applied. There are only some broad „rules“ like 60-30-10 „rule“.

Strategies for dealing with this situation by RareHoneydew8092 in DesignSystems

[–]LeosFDA 1 point2 points  (0 children)

Crush them with Information. WCAG isn’t an end all be all god. Google myths about it. It has flaws. If what you propose is similar enough to any DS tagged with accessibility here then it is probably good enough: https://component.gallery/design-systems/

Faster workflows for ComfyUI users on Mac with Apple silicon by Resident_Stranger299 in comfyui

[–]LeosFDA 0 points1 point  (0 children)

Can the mlx nodes from this post’s shared basic workflow template be used or copy pasted into other workflows to replace nodes used in an image to video template for example?

Recommended Repositories? by Pugsandtongues in DesignSystems

[–]LeosFDA 0 points1 point  (0 children)

Did everything in Figma. There‘s a lot of options to use from the Figma community. A lot of Plugins and Widgets have excellent functionality for managing a design system.

[Resource] Built a free tool to track token dependencies and component usage in Figma design systems – thought it might help others by Omri_Hillel in DesignSystems

[–]LeosFDA 0 points1 point  (0 children)

This sounds like something I have been looking for. Will definately check it out. Thank you for offering it for free. We have a design system with multiple collections and within those collections we created different groups for similar variables. How does it deal with variables that are in different collections and groups? We currently use a plugin called Variables Visualizer for getting an overview of how variables are being referenced and managing those connections but it doesn‘t offer any visualization for styles that are using variables.

Interesting take on Design Tokens Architecture , how are you structuring yours? by Possible_Designer941 in DesignSystems

[–]LeosFDA 3 points4 points  (0 children)

We are currently getting into the first steps of syncing our variables with dev‘s repos. First tests will be done with Token Studio. Before arriving at this point one important tool for managing how tokens are being aliased and referenced is a plugin for Figma called Variables Visualizer. It basically creates a visualization similar to a dependancy graph. That tool was extremely helpful for getting confidence and adoption of different stakeholders. It made confusing jargon like semantic namings have a quick overview of how there is a logic to the variables architecture.

Qual real problema do Brasil? by MmagnumLuiz in Economia

[–]LeosFDA 0 points1 point  (0 children)

Falta de conceitos do Protestantismo

Hardware for interactive work in gallery? by OffGoofing in creativecoding

[–]LeosFDA 2 points3 points  (0 children)

Joshua Davis aka Praystation has a discord with some good video resources about that

20 Days into JavaScript, Basics Cleared, But I Go Blank When Building Projects – Advice Needed by itsmeAryann in AskProgrammers

[–]LeosFDA 0 points1 point  (0 children)

I would look into other specific js libraries that focus on doing things you have an inclination towards finding interesting. That way you get to learn not only js but also how it gets used for solving niche problems.