@apq@mastodon.gamedev.place
@apq@mastodon.gamedev.place avatar

apq

@apq@mastodon.gamedev.place

This profile is from a federated server and may be incomplete. Browse more on the original instance.

zvrt, to Birds
@zvrt@mastodon.social avatar

Little grebe (Tachybaptus ruficollis, 🇩🇪 Zwergtaucher, 🇵🇱 perkozek) chicks are little indeed.

#birds
#birdphotography
#birdsofmastodon
#birdwatching
#nature
#naturephotography
#vogelflausch
#ptaki

apq,
@apq@mastodon.gamedev.place avatar

@zvrt They look like they have swim goggles 😍

ozzmeister00, to random
@ozzmeister00@peoplemaking.games avatar

My hashtag#GDC2024 hashtag#UnrealEngine learning theater talk, Accelerating Your In-Editor Workflows with Editor Utilities is now live on YouTube and the Epic Developers Community!

I've linked the EDC article here, since it has all the links and snippets I mention during the talk. Check it out!

https://dev.epicgames.com/community/learning/talks-and-demos/5J9b/unreal-engine-accelerating-your-in-editor-workflows-with-editor-utilities-gdc-2024

apq,
@apq@mastodon.gamedev.place avatar

@ozzmeister00 Great stuff!

apq, to GraphicsProgramming
@apq@mastodon.gamedev.place avatar

Another day, another piece of proof that** there are still no ethically sourced AI tools out there:**

https://www.bloomberg.com/news/articles/2024-04-12/adobe-s-ai-firefly-used-ai-generated-images-from-rivals-for-training

apq, to unrealengine
@apq@mastodon.gamedev.place avatar

We have a new trailer, and a title for our game!
https://www.youtube.com/watch?v=Lb2wwEx6DVw

apq,
@apq@mastodon.gamedev.place avatar

@MrBeam Thanks Peter!

apq, to random
@apq@mastodon.gamedev.place avatar

We've ruined the internet.

compfu, to random
@compfu@mograph.social avatar

By the way, what happened to spherical harmonics? Is it still a thing in lighting and rendering or has it been superseded by "brute forcing" on GPUs?

apq,
@apq@mastodon.gamedev.place avatar

@compfu It’s very much a thing in real-time rendering! Unreal, Unity, Eevee, and game engines in general.

plausible, to random
@plausible@fosstodon.org avatar

Diving deeper into our four favorite concepts for the new logo...

apq, (edited )
@apq@mastodon.gamedev.place avatar

@plausible Just wanted to chime in and say that you really don’t need to change it😘

apq, to random
@apq@mastodon.gamedev.place avatar
leaverou, to random
@leaverou@front-end.social avatar

Color.js (https://colorjs.io) has now been downloaded 2 million times on @npmjs 🎉

To celebrate its upcoming v0.5.0 release, we want to list of all the ways it has been impactful since its public release 1.5 year ago.

If you maintain a popular tool/app that uses Color.js, please let us know so we can add it!

apq,
@apq@mastodon.gamedev.place avatar

@leaverou Congrats on the milestone!
I'm using Color.js for all color space operations on https://physicallybased.info/ including the color space converter at https://physicallybased.info/tools/

brad_frost, to random
@brad_frost@mastodon.social avatar

I've been a Mint user since forever, and I'm super sad it's going away.

What are others using for budgeting, tracking net worth, and making sure you're in good shape financially?

apq,
@apq@mastodon.gamedev.place avatar

@brad_frost If you want it to automatically sync with your bank, then the only one I’ve found somewhat good is Copilot. With that said, Copilot sync is a bit of hit and miss depending on which bank you have. It doesn’t work with my bank anymore, so I’m now looking for alternatives too🤷‍♂️

BartWronski, to random
@BartWronski@mastodon.gamedev.place avatar

Trying to ban gas stoves is such a weird hill to die on. Miniscule impact on the environment (can be a net negative in regions with very dirty electricity sources), very tiny safety wins, but makes a lot of people upset. And to some might not be super bad on its own, but becomes straw that breaks the camel's back on "government overreach trying to control everything in our lives".

(And for some specialized applications like stir fry or wok just objectively worse)

apq,
@apq@mastodon.gamedev.place avatar

@BartWronski This guy has done some research on the subject. As usual in the U.S., it’s all about lobbyism: https://youtu.be/hX2aZUav-54?si=JbALfBBXxwn3X9I7

haukethiessen, to Unreal

Even though #Unreal allows you to specify light colors using temperatures in Kelvin, there is no corresponding material function to use the same behavior in materials. It's easy enough to add though, using FLinearColor::MakeFromColorTemperature() as a reference.
Very useful especially for VFX.

For example, you can have embers that change color as they cool by animating the temperature over the lifetime of the ember particles.

apq,
@apq@mastodon.gamedev.place avatar

@haukethiessen It would be great if it showed up when searching for "temp" 😀

apq,
@apq@mastodon.gamedev.place avatar

@haukethiessen There is this Blackbody node that should work in a similar fashion.

apq, to random
@apq@mastodon.gamedev.place avatar

PSA: This is finally an option (again) in Windows 🥳

apq, to gamedev
@apq@mastodon.gamedev.place avatar
apq, to random
@apq@mastodon.gamedev.place avatar

The OpenPBR project is now available on Github https://github.com/AcademySoftwareFoundation/OpenPBR
#CG #VFX

apq, to blender
@apq@mastodon.gamedev.place avatar

With Blender 4.0 comes some welcome changes to the Principled BSDF, and https://physicallybased.info is now updated to reflect those changes when you choose Blender from the Engine dropdown.

IOR is now controlling both reflection and refraction, and Specular Tint is working as expected for metals. You can also find values for Subsurface Radius for select materials.

#Blender #b3d #cg #vfx

image/png

apq, to GraphicsProgramming
@apq@mastodon.gamedev.place avatar

OpenPBR is coming, and if you want to have a peek, there's some interesting slides here: https://materialx.org/assets/ASWF_OSD2023_MaterialX_Final.pdf

image/png
image/png

apq, to unrealengine
@apq@mastodon.gamedev.place avatar
apq, to random
@apq@mastodon.gamedev.place avatar

I’ve added a color space converter to https://physicallybased.info/tools/

I found myself jumping between different DCC softwares and web based tools whenever I needed to convert colors, so I combined all the features I needed into one. I tried to make it as minimal and intuitive as possible, because most things related to color science isn't.

Made possible with the help of the great Color.js library from https://colorjs.io/ made by @leaverou and @svgeesus

Converting between different color spaces with a web based widget.

apq, to random
@apq@mastodon.gamedev.place avatar

"If you really want passkeys, put them in a password manager you control. But don't use a platform controlled passkey store, and be very careful with security keys."

https://magnetic-ink.dk/objects/dbce8aa2-36c9-4a72-9a0d-dadea0a12f3b

apq, to random
@apq@mastodon.gamedev.place avatar
apq, to ubuntu
@apq@mastodon.gamedev.place avatar

Holy cow does Ubuntu (Gnome) have the best native renaming tool or what?

apq, to random
@apq@mastodon.gamedev.place avatar

Here’s the live demo of our game we showed at GDC. Proud to be working with such a talented team! https://youtu.be/BnE8GqyB_bc?si=XYOKT2q3a0Ag0Way

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • provamag3
  • InstantRegret
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • lostlight
  • All magazines