translating divs / styled transforms along Z
and also masking them with a stencil clip,
means they can be truncated from certain angles.
I could either
A. implement rendering a clip shape at the content depth
B. add padding to UI elements which have z translation
#browserdev #gamedev
translating divs / styled transforms along Z
and also masking them with a stencil clip,
means they can be truncated from certain angles.
I could either
A. implement rendering a clip shape at the content depth
B. add padding to UI elements which have z translation
#browserdev #gamedev
(currently re-writing the editor's ui from rust to meow meow script) #ui #css #webdev #browserdev #vulkan #catengine
(currently re-writing the editor's ui from rust to meow meow script) #ui #css #webdev #browserdev #vulkan #catengine
Style{} components within LayoutRoots,
OR
to Transforms/T{} (which strip the unit)
with a separate path in the evaluator for regular float math, vs math with units (wu/gu etc)
github.com/rei-kurzweil...
#gamedev #browserdev #css #gameengine
Style{} components within LayoutRoots,
OR
to Transforms/T{} (which strip the unit)
with a separate path in the evaluator for regular float math, vs math with units (wu/gu etc)
github.com/rei-kurzweil...
#gamedev #browserdev #css #gameengine
css-tricks.com/touring-new-...
*
*
*
#CSS #Safari26 #WebDev #WomenWhoCode #WebDesign #CSSFeatures #LearnCSS #BrowserDev #Coding #DevCommunity
css-tricks.com/touring-new-...
*
*
*
#CSS #Safari26 #WebDev #WomenWhoCode #WebDesign #CSSFeatures #LearnCSS #BrowserDev #Coding #DevCommunity
but on the other paw🐾
now the box model can be inspected by adding an InspectLayout component to any LayoutRoot
#browserdev #css #postbrowserweb #vulkan #ui
but on the other paw🐾
now the box model can be inspected by adding an InspectLayout component to any LayoutRoot
#browserdev #css #postbrowserweb #vulkan #ui
https://omnidash.space/tools/user-agent.html
#BrowserDev #WebTooling #UAparser
https://omnidash.space/tools/user-agent.html
#BrowserDev #WebTooling #UAparser
transform{} children of LayoutRoot now preserves authored z translation, while overwriting x and y translation, etc with what layout_system figures out based on relevant Style{} nodes and transform hierarchy
#ui #css #browserdev #vulkan #graphics #cat #engine