CREATIVE CODING BLOG
Quick Talk
A new approach to knowledge management is emerging with new AI desktop applications like rewindAI, a silent program for Silicon Macs that records everything you do on your computer (browse, documents, and .. audio recordings !) and can give back with common language queries. While this sounds very intrusive, could also be a standard in […]
Read more »
After switching to Gutenberg WordPress content management, I investigate various alternatives. In this article I will review Kirby CMS, whose block based content editor is similar to Gutenberg, but better looking. Content Management While Kirby CMS does not include column block as it exists in Gutenberg, or in CRAFTCMS Matrix Field, default Kirby CMS setup […]
Fabric Js is a javascript library that includes a lot of design features. I use it for configurator rendering of top view. Integration in nuxt is quite straight forward using an specific interactive canva component that works with pinia data store Prerequisite : for this tutorial you need to have an existing nuxt3 project up […]
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 […]
This article describes the javascript and bootstrap lines that unfold the multiple question quiz with automatic scroll and smooth transitions I did spend a few minutes googling for the ideal association of chat like display and quiz elements (multiple choices). Most answers on chat based display provide code for displaying message application, not the automatic […]
you might want to try the nuxt3 module i18n to internationlize your nuxt3 application. It is full of nice features like automatic language detection and redirection, domain name switching, automatic route generateion and custom paths. The is a very extensive set of features, and I have to admit I prefered to code my own light […]
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 […]
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 […]
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 […]
Learn to animate nice curve lines in a few code lines with ThreeJS, and show them from above.