#genuary5 prompt: Isometric art.
It's game of life. History goes down. I've seen a visualization like this last year and wanted to recreate it.
Made with #PyScript: 
ambv.pyscriptapps.com/genuary-prom...
#genuary2025 #genuary #GenerativeArt #CreativeCoding #WebGL #Python
               
            
            
                05.01.2025 16:11 β π 79    π 6    π¬ 3    π 0                      
            
         
            
        
            
            
                            
            
            
            
    
    
    
    
            The new Immersive Garden website is really good. I love it. 
A stunning WebGL experiment.
=> immersive-g.com
               
            
            
                14.12.2024 15:54 β π 6    π 2    π¬ 1    π 0                      
            
         
            
        
            
            
                            
            
            
            
    
    
    
    
            A @codepen.io I made a few years ago when I was obsessed with procedural walking cycles. Using #threejs.
codepen.io/Yakudoo/pen/...
               
            
            
                13.12.2024 20:20 β π 18    π 2    π¬ 0    π 0                      
            
         
            
        
            
            
            
            
                                                 
                                            Announcing Inertia 2.0: Redefining Frontend Development for #Laravel
                                                
    
    
    
    
            DEVS: Announcing Inertia 2.0: Redefining Frontend Development for #Laravel https://ppub.link/ybjv4
               
            
            
                13.12.2024 18:36 β π 1    π 1    π¬ 0    π 0                      
            
         
            
        
            
            
            
            
                                                 
                                            Stereotypical react dev
                                                
    
    
    
    
            Ok Iβm joining the party
               
            
            
                12.12.2024 23:35 β π 1    π 0    π¬ 1    π 0                      
            
         
            
        
            
            
            
            
                                                 
                                            A cartoon caricature featuring a stereotypical PHP developer. The character has messy hair, glasses, and wears a T-shirt reading "I β€οΈ PHP." The desk is a chaotic mess, with multiple monitors displaying PHP code, coffee cups, energy drink cans, and a stuffed elephant toy (symbolizing the PHP mascot). Sticky notes cover the desk and surrounding area, and a tangled mass of Ethernet cables adds to the clutter. A wall poster humorously declares, "Legacy Code is Life." The exaggerated, colorful art style emphasizes a comically chaotic yet relatable scene for programmers.
                                                
    
    
    
    
            "Generate an image of a stereotypical PHP developer"
               
            
            
                12.12.2024 21:41 β π 84    π 7    π¬ 23    π 2                      
            
         
            
        
            
        
            
            
                            
            
            
            
    
    
    
    
            Depth textures can be trickyβhow do you use depth values? How do you convert them? What format do you use? This can all be a bit overwhelming.
In this new section, we'll use them to tackle an effect inspired by Gabriel Aguiar! #threejs 
Sign up here π
simondev.teachable.com/p/games-thre...
               
            
            
                10.12.2024 15:19 β π 46    π 5    π¬ 2    π 0                      
            
         
            
        
            
            
            
            
            
    
    
            
            
            
                YouTube video by JustSteveKing
                Building Secure Authentication for Our CRM
            
         
    
    
            Going live in about an hour!
www.youtube.com/watch?v=u7gS...
               
            
            
                09.12.2024 09:31 β π 1    π 1    π¬ 0    π 1                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Always love a developerβs βhow I built itβ post. This is one about something that when a little viral on #Bluesky - howtall.is .
As someone whoβs getting deeper into #Laravel I found this 10k level post worth a read.
               
            
            
                08.12.2024 11:17 β π 3    π 1    π¬ 1    π 0                      
            
         
            
        
            
            
                            
            
            
            
    
    
    
    
            Just wrapped up coding the combat for my #threejs Isometric RPG series! Starting to feel like a real game. New video drops on Monday for Patreons, public release the following week. I think for the next video I might start putting some lipstick on this pig π·
               
            
            
                07.12.2024 04:56 β π 10    π 2    π¬ 3    π 0                      
            
         
            
        
            
        
            
            
            
            
                                                 
                                                
    
    
    
    
            The #Laravel Container is a work of art β¨
Need to inject dependencies into a method call AND have the flexibility to override it with a custom callback The Container's got you covered! Here's an example that shows both features β¬οΈ
               
            
            
                05.12.2024 12:50 β π 14    π 6    π¬ 1    π 1                      
            
         
            
        
            
            
            
            
            
    
    
            
                             
                        
                Prism
                Prism is a powerful Laravel package for integrating Large Language Models (LLMs) into your applications.
            
        
    
    
            ohkay yes please Laravel Prism
"Prism is a powerful Laravel package for integrating Large Language Models (LLMs) into your applications."
#laravel #ai #llm
prism.echolabs.dev
               
            
            
                05.12.2024 22:04 β π 9    π 3    π¬ 1    π 0                      
            
         
            
        
            
            
                            
            
            
            
    
    
    
    
            π οΈ Point cloud flowers in WebGL using @threejs,
@greensock, and @barba_js.
3D is made from a photogrammetry model, optimized in blender, exported as json and then animated with Gsap.
Toughest challenges? Avoiding GPU reloads and positioning objects in the scene π
               
            
            
                09.04.2024 08:26 β π 6    π 3    π¬ 0    π 0                      
            
         
            
        
            
            
            
            
                                                 
                                                
    
    
    
    
            CYBER MONDAY: the very last chance to get the 50% discount on Three.js Journey
π threejs-journey.com/join/bf2024
Also, enjoy the portfolio prototype because tomorrow, it's gone
π threejs-journey.com/apps/black-f...
And then I stop spamming π€«
               
            
            
                02.12.2024 13:10 β π 22    π 5    π¬ 1    π 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            You have not to reload your page on page change. You have many options, like: react, vuejs, svelte, turbolinks⦠you can easily implement your own system, the point is to inject the response inside your page without trigger a page change.
               
            
            
                01.12.2024 01:42 β π 0    π 0    π¬ 0    π 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            π Alright, React Three Fiber folks: Three.js r171 is the release you've been waiting for to use WebGPU with zero config. It has been tested with Vite, Next.js 14/15, Pages/App routers, React 18/19, and even RSCs. All test cases are documented here: github.com/verekia/thre.... Let's go! #r3f #threejs
               
            
            
                29.11.2024 14:40 β π 44    π 6    π¬ 2    π 2                      
            
         
            
        
            
            
            
            
                                                 
                                                
    
    
    
    
            π #FilamentMails: New #opensource package enabling complete email tracking in #Laravel applications
https://github.com/vormkracht10/filament-mails?s=09
π Key features include:
- Log all sent emails with customizable attributes
- Browser-based email preview and management interface
               
            
            
                29.11.2024 15:52 β π 7    π 2    π¬ 1    π 0                      
            
         
            
        
            
            
                            
            
            
            
    
    
    
    
            Capture AR content in the browser, then enhance it with GenAI video-to-video for improved quality β¨
Testing out this flow with Runway ML Gen-3 Alpha Turbo.
#threejs #augmentedreality #generativeai
               
            
            
                27.11.2024 10:34 β π 21    π 4    π¬ 1    π 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Want to use bluesky replies as your blogβs comment section? 
`npm install bluesky-comments` 
Built by @coryzue.com
               
            
            
                25.11.2024 22:32 β π 3219    π 571    π¬ 156    π 71                      
            
         
            
        
            
            
                            
            
            
            
    
    
    
    
            Three.js Journey is 50% OFF for BLACK FRIDAY! ποΈβ¨
I've turned my new portfolio prototype into a small game for the event
π threejs-journey.com/apps/black-f...
The code has unlimited usage, but if you are in a rush use this link
π threejs-journey.com/join/bf2024
               
            
            
                25.11.2024 14:24 β π 102    π 18    π¬ 3    π 8                      
            
         
            
        
            
        
            
            
            
            
            
    
    
    
    
            Hi there π
               
            
            
                21.11.2024 13:44 β π 1    π 0    π¬ 0    π 0                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Welcome to you and to #rogueengine π₯π₯
               
            
            
                21.11.2024 07:28 β π 1    π 0    π¬ 1    π 0                      
            
         
            
        
            
            
            
            
                                                 
                                                
    
    
    
    
            Dopo il Guardian (che ha lasciato X per approdare su Bluesky) anche il Centro Europeo per il controllo delle malattie ECDC valuta di lasciare la piattaforma. Il livello di disinformazione Γ¨ tale che anche le piΓΉ grandi istituzioni sanitarie alzano bandiera bianca.
www.politico.eu/article/euro...
               
            
            
                19.11.2024 14:45 β π 1041    π 245    π¬ 32    π 10                      
            
         
            
        
            
            
            
            
            
    
    
            
                             
                        
                Bluesky Is Growing Up. Maybe Too Fast.
                The fledgling social media site has been flooded by people seeking alternatives to Facebook, X and Threads. It hasnβt all been easy.
            
        
    
    
            Over the past week, the social media site Bluesky's growth has exploded, more than doubling to 15 million-plus users, as people seek alternatives to X, Facebook and Threads.
               
            
            
                17.11.2024 16:24 β π 7468    π 938    π¬ 467    π 209                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            ok, let's break it down.
at the core of atproto is the data. it lives own your own computer (or someone hosts it for you). think of it as a hard drive with JSON files on it
data is structured (i.e. has a type), and can references other records on other peoples' computer with a URI like a hyperlink
               
            
            
                03.11.2024 01:51 β π 664    π 143    π¬ 76    π 42                      
            
         
            
        
            
            
            
            
            
    
    
            
                             
                        
                DPaint.js
                stef.be
            
        
    
    
            Miss Deluxe Paint?  Steffest has reimpleented it in Javascript, for easy pixel art animation, used by id Software and LucasArts alike.  Come on back and draw like it's 1989!
               
            
            
                16.11.2024 16:05 β π 145    π 50    π¬ 2    π 5                      
            
         
            
        
            
            
            
            
            
    
    
    
    
            Ola π
               
            
            
                25.10.2024 06:01 β π 0    π 0    π¬ 0    π 0                      
            
         
    
         
        
            
        
                            
                    
                    
                                            A collection of Vim tips and tricks by two lifelong fans of Vim and the folks who bring you @statusgator.bsky.social
                                     
                            
                    
                    
                                            Automated aggregation of a variety of PGA News and gambling/DFS content creators.  Maintained by @mikegin713.bsky.social
                                     
                            
                    
                    
                                            Software engineer at Canyon GBS, co-creator of @filamentphp.com
                                     
                            
                    
                    
                                            π₯ Join 45k React devs - Stay up-to-date:
π¨ ThisWeekInReact.com
Docusaurus maintainer @ Meta
                                     
                            
                    
                    
                                            I code, I write, I puzzle
elenatorro.com
hola@elenatorro.com
π©π»βπ» Dev @penpot.app
π¨ Procedural art @patternbloom.bsky.social
π€ Scifi & Fantasy @droidsanddruids.bsky.social
                                     
                            
                    
                    
                                            Official account for Babylon.js, the powerful, beautiful, simple, open-source web rendering engine. 
Website: www.babylonjs.com
Forum: forum.babylonjs.com
                                     
                            
                    
                    
                                    
                            
                    
                    
                                            Building Laravel Herd, http://whatthediff.ai , https://tinkerwell.app, NativePHP, and other great tools for developers. Follow my product dev journey. CTO at Beyond Code
                                     
                            
                            
                    
                    
                                            Interaction designer & developer @basilicoagency  / Bass player / Dev Jury @awwwards
                                     
                            
                    
                    
                                            Cornish Retro Gamer γγ Covering nostalgia for all ages ages β’ JRPG Enthusiast β’ Editor @ControllerNerds β’ F1 Lover β’ Level 43 β’ Gaming since 1985 #RetroGaming
                                     
                            
                    
                    
                                            French three.js developer based in Osaka.
I follow and share content related to three.js
Available for freelancing to increase the FPS of your three.js experiences.
                                     
                            
                    
                    
                                    
                            
                    
                    
                                            I help others get more from #Magento | VP Product at HyvΓ€ | Too many x M2 Certified | Founding Board Member at Mage-OS
                                     
                            
                    
                    
                                            Leading immersive web solutions. We create browser-based 3D experiences for virtual showrooms, event platforms, and digital twins. Powered by the RAVE Engine, shaping the future of interaction and engagement. π https://ravespace.io/
                                     
                            
                    
                    
                                            The Laravel Community Portal. Maintained by @driesvints.com & Joe Dixon.
Join the community: https://laravel.io
Entirely open source: https://github.com/laravelio/laravel.io 
                                     
                            
                    
                    
                                            Community Manager at @hyva.bsky.social β‘οΈ | Obsessed with eCommerce π | Passionate About Digital Evolution & Innovation π | Diversity & Mental Health Advocate π³οΈβπ | #Magento Master πΈ
                                     
                            
                    
                    
                                            Creative developer β’ Freelancer β’ Teacher β’ 3D lover β’ https://bruno-simon.com β’ http://threejs-journey.com
                                     
                            
                    
                    
                                            Blender is the Free and Open Source 3D creation suite.
Free to use for any purpose, forever. β€οΈ Now on bluesky!