Application Development
29 April 2026 by erwan
in this new configurator I focus on instant project cost calculation. I need to say I see strong progress in AI’s ability to deliver good interface. In this case, the vertically divided layout was almost perfect , I just had to ask for fex additionnal corrections , like adding resize handle for side bar and […]
Read more »
Quick Talk
20 August 2025 by erwan
Building a kitchen in a few steps is what I asked to BASE44 , new ai application maker htat created in 3 prompts a very nice kitchen designer desktop interface with configuration saver . Of course the R3F react based 3D rendering looks a bit sad but that would require a few hours of human […]
17 July 2025 by erwan
LovableAI combines both very efficient code generation, and node based application hosting. I’ve been building 3D configurators for years now for my local company, using three js and various javasacript frameworks, starting with Jquery in the the 2010s, then moving to more advanced reactive framework like Vue / Nuxt or React, in this case. for […]
4 May 2025 by erwan | Leave a Comment
Now that AI can generate efficient and complex code from elaborate prompts, let’s go back to meaning : on a cloudy sunday morning I was thinking about revamping my website and was thinking of 3D illustrations. What more meaning full than the earth ? My favourite code, CLAUDE AI provided me with efficient way of […]
14 April 2025 by erwan | Leave a Comment
Ever experienced repetitive fine tuning of threeJS scene ? and camera controls revert back to original position, and you end up wasting time finding right position to check the modifications visually ? the localStorage / sessionStorage javascript objects allow you to store this information and restore it at reload time. All you need is to […]
14 February 2024 by erwan | Leave a Comment
Following a nice tutorial that introduces nuxt composable structure via Vue Composition Api, I create this Nuxt starter for a three js project that is the foundation for future development of on demand full screen configurator using primevue UI components . 1 – First draft : basic primevue threejs integration Quite easy these days, to […]
27 September 2023 by erwan | Leave a Comment
There are many examples of bloomy post processing techniques on threejs, I mean bloomy in the bright sense, not the sad gloomy from the famous song Billy Holiday’s sunday, I really mean to blow visual light emission from an object. So while three js comes with post processing power that delivers really nice visuals, I […]
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 […]
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
3 August 2021 by erwan | Leave a Comment
Demonstration of a fence configurator (design fence with posts, limited width for panel, panel picker for specific coloring and custom laser cut design) Here I demonstrated integration of Material Design for Boostrap free version to build a side toolbar that mimics the photoshop tool palet. The example here was built with webpack. It combines many […]