Best of threejsSeptember 2025

  1. 1
    Article
    Avatar of 80lv80 LEVEL·29w

    Deliver Mail on Tiny Planet in This Relaxing Web Game

    Studio abeto released Messenger, a free web-based game built with WebGL and Three.js where players deliver mail on a tiny spherical planet. The relaxing experience features character customization, 3D emoji interactions, and a soothing soundtrack, demonstrating how modern web technologies can create engaging browser-based gaming experiences.

  2. 2
    Article
    Avatar of atomicobjectAtomic Spin·29w

    Create Sick Web Animations in Three.js with GSAP

    Learn how to create smooth web animations using GSAP (GreenSock Animation Platform) with Three.js. The guide covers GSAP installation, basic usage with the gsap.to() function, and demonstrates creating animated 3D objects like a moon sphere. Examples show how to animate position, scale, rotation, and opacity properties with simple one-line commands, including timing delays and chaining multiple animations together.

  3. 3
    Article
    Avatar of huggingfaceHugging Face·28w

    VibeGame: Exploring Vibe Coding Games

    VibeGame is a new high-level declarative game engine built on three.js, designed specifically for AI-assisted game development. The author explores the challenges of 'vibe coding' games using AI, comparing platforms like Roblox, Unity, and web technologies. The solution combines web stack's excellent AI performance with high-level abstractions similar to Roblox, using XML-like syntax and Entity-Component-System architecture. While effective for basic games, it currently struggles with complex features like multiplayer and combat systems.