@mrdoob@ID_AA_Carmack Amazing! 👏 I was working on something similar and got my Doom port running, but never finished the 3D part because I haven't had much time since. In case anyone want to try it, it's hosted on https://t.co/QDcblIKv6h
this was a problem someone faced on threejs discourse, how do you make a clump of objects being attracted to center-point.
body.applyForce(
position.normalize().multiplyScalar(-force)
)
codesandbox: https://t.co/V8JLcLeAQf
gh sponsors: https://t.co/MLfpuZTFfJ🙏
For any non-10x engineers out there, I made some tools!
Array explorer: https://t.co/P9ZZxZEuCm
Object explorer: https://t.co/WPcA1Q6vXq
CSS-Grid generator: https://t.co/IslfoUYyKL
Vue VS Code Snippets: https://t.co/Eux0TwZEYU
🍻 I made them because I use them too 🍻
added a quick example for snapshots, i figure this will be the dominant use case — letting clients see a realistic display of a product, and/or download the still-image. could also be good for auto generating thumbs (pmndrs market?) @NikkitaFTW https://t.co/PrsvHPVUHi
It's been a while since the last Twitter giveaway. Let's do one for the 1st year anniversary 🎂🎁
Retweet this message to get a chance to win the Three.js Journey (https://t.co/90yMbDB5Si) course.
I’ll draw the 10 winners tomorrow (January 21 ) ⏰
#threejsJourney
@housecor For instance, any Bluetooth device can report its battery level, and any OS should be able to read it if the device is using the standard mechanism to do so, instead of some lock in proprietary protocol. That's just a way to force you buy a specific product
@housecor Or maybe they sell the illusion that only Apple products can talk to other (Apple) tech products, even when computers where connected since the dawn of Internet
Framer Motion 3D 🔵🔴 has arrived!
It's easier than ever to add beautiful and interactive animations to 3D scenes, with this new animation library for React Three Fiber.
Get started: https://t.co/zZCIQFvgzd
Sandbox: https://t.co/IKmF7GriST
WCAG 3 will use a new color contrast method called APCA (Advanced Perceptual Contrast Algorithm).
It's a big improvement over the current system but there are a lot of changes to get your head around.
🧵
this goes into my @threejs trick bag: you shouldn't normally use many lights, this uses 5 with /tiny/ shadowmaps, random off positions around the main light, creates some nice depth and fake AO, then the main light and a reflector. it's like a cheap cycles, runs at 120 fps. 🤭
CSS aspect-ratio is now supported cross-browser! It lets you set the proportion of an element's dimensions without padding-top hacks 😍 Read more in https://t.co/GJR2JmBLFd https://t.co/WxKlFDDOGz