Quick Talk
29 August 2023 by erwan | Leave a Comment
You can, create nice spheres from three js basic objects, or cylinder like figures with the Lathe object. Well I was looking to create an egg and this is quite easy if you like to play with mathematical sinus and cosinus. This guy's a bit like me, more than 30 years experience and blog for […]
Read more »
25 August 2023 by erwan | Leave a Comment
Learn how to design multistep form with basic elements in a few lines of code Using the famous primevue starter for nuxt, we will build a multistep form based on vue and nuxt js , augmented by primevue elements. first thing to do is install and run primevue starter for nuxt. You'll find everything on […]
17 August 2023 by erwan | Leave a Comment
I have used wordpress event plugins for years, and if i had to continue using one of them I would recommend the very extensive - and not so expensive- tribe calendar plugin, that has a free version of the wordpress plugin directory. I like it because it is full of nice features, and may be […]
1 August 2023 by erwan | Leave a Comment
Learn to animate nice curve lines in a few code lines with ThreeJS, and show them from above.
Basement
here is a quick helper for dealing with small three js animations in a rather simple technique : add objects by naming them, and bulk removing them by name. This is an extension for the threejs Scene object, I call it WaveScene