Live data from Hacker News

Viewing profile — SynnVoid

SynnVoid

HN member
Joined
Thu, Dec 06, 2018, 7:10 AM UTC
HN karma
14
Public activity
8 items

About SynnVoid

meet.hn/city/ch-Geneva

Interests:

AR/VR, Education, Gaming, Mentorship, Programming, Web Development, Writing

---

Recent public activity

  1. comment
    Comment #46625803

    Thank you ^_^ >Some description of the controls would be great True, i'll add that tomorrow

  2. comment
    Comment #46623966

    https://onivers.com/ My little place to experiment with creative web dev

  3. comment
    Comment #42981173

    Nice color propagation! I enjoyed the different base shapes (triangle, hexagon, etc.). I had experimented with the hexagonal version in Three.js here: https://onivers.com/hexalife/…

  4. comment
    Comment #41845499

    Quite the same if you use nested css on the div.class-name-here. The diff is in the semantic. My post was about using nested CSS to "emulate" @scope

  5. comment
    Comment #41834466

    For now, as Firefox support is not yet good, We can use nested rules in CSS. HTML: This is a paragraph CSS: my-custom-element { p { color: blue; } } By choosing a unique name for t…

  6. comment
    Comment #41345227

    Another good resource for maze algorithms is Walter D. Pullen's website: https://www.astrolog.org/labyrnth/algrithm.htm . The page showing his maze generations is also interesting:…

  7. comment
  8. comment
    Comment #27392571

    CSS animation are usually done with the use of the transform propertie. The transform propertie does not trigger painting, and then can be done with the help of the GPU. https://cs…