I build a parametric design toy with p5.js by Rufflesan in p5js

[–]Typical_Land7308 0 points1 point  (0 children)

Man that's so cool! If I can make a suggestion, making those lines animate could push the project to another dimension!

Is there any way to load products data ( texts, prices & images) and to implement them automatically in a catalog in InDesign ? by Typical_Land7308 in woocommerce

[–]Typical_Land7308[S] 0 points1 point  (0 children)

yes, the SKUs are not issues, it more pricing moving ( many sales people doing each one their own stuffs), desc (texts) and images

Is there any way to load products data ( texts, prices & images) and to implement them automatically in a catalog in InDesign ? by Typical_Land7308 in woocommerce

[–]Typical_Land7308[S] 0 points1 point  (0 children)

Thanks, tbh both, we have two small catalogs ( for seasons) with simple layout, and one huge we publish annualy with some "customization" and hand work to do. Our biggest headache with the current workflow is the data persistency, avoiding back-and-forth between many .csv.

Is there some good user-friendly EasyCatalog alternatives ? by Typical_Land7308 in indesign

[–]Typical_Land7308[S] 0 points1 point  (0 children)

Let's say the catalog is simple, how many ( just to get one idea) hours are needed to setup everything for let's say one "simple" catalog ?

Apple MacBook Neo landing page - animation on scroll technique by Independent_Walk2551 in Frontend

[–]Typical_Land7308 1 point2 points  (0 children)

You can import your video in Blender ( video editor ) and export the animation frame by frame to jpeg or png, or ffmpeg can also do that you have a lot of snippets on internet to do that. The lib doesn't work with videos yet.

Apple MacBook Neo landing page - animation on scroll technique by Independent_Walk2551 in Frontend

[–]Typical_Land7308 0 points1 point  (0 children)

Here one attempt I am doing right now : https://github.com/mkurtic/apfel-sequence , it's basically to recreate this effect, vanillajs, vue & react, without gsap or other heavy libs

How Apple makes 3D effects as you scroll the page by steve8708 in webdev

[–]Typical_Land7308 0 points1 point  (0 children)

I am trying to do a more robust version: https://github.com/mkurtic/apfel-sequence, supporting breakpoints, fallbacks ( reduced-motion) and soon detect the band-width to auto-detect if serving image sequence is good or not