CREATIVE CODING BLOG
Quick Talk
Founded by Imran Chaudhri and Bethany Bongiorno, a couple of ex APPLE engineers, HUMANE is a new SANFRANCISCO company that markets AI PIN, a new device, mix of credit card and golf ball, supposed to replace your Iphone. Obviously a master of technology, the small 700$ object is a voice powered computer that has replaced […]
Read more »
Application Development
adding debug messages in javascript development via console.log is a universal technique of watching what's happening in your algorithms while developping. Multiplying console messages can get confusing, while keeping track of useful logs is important in the code development process. In this example, I work on nuxt development, and use Pinia state management to declare […]
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 […]
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 […]