Man, I got excited for a second from the title thinking this was about a way to produce 3d printer filament from PBR settings, so you could tweak a material on the computer and have your filament match the digital version
Others, like adobe software, only run on Mac or windows
Windows computers are generally cheaper than macs for the same hardware
Plenty of stuff annoys me about windows, but for now it's still what I end up going with every time I need a new computer
So the "A" in "A ess-queue-ell" engine felt like it should have been an "An" until I realized it was meant to be pronounced like "sequel"
perfect competition in open market is supposed to push all profits to zero, maximizing value for consumers
[0] -- https://github.com/PyO3/pyo3
@enumclass
class MyEnum:
class UnitLikeVariant(Variant0Arg): ...
class TupleLikeVariant(Variant2Arg[int, str]): ...
@dataclass
class StructLikeVariant:
foo: float
bar: int
# The following class variable is automatically generated:
#
# type = UnitLikeVariant | TupleLikeVariant | StructLikeVariant
where the `VariantXArg` classes are predefined.