home.social

#rayvertex — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rayvertex, aggregated by home.social.

  1. ‼️Big package update on CRAN! #raymolecule v0.9.0 brings ribbon diagrams! Grab PDB files directly from the RCSB Protein Data Bank with just their PDB ID and render it in #RStats with #rayrender or #rayvertex: it's that easy!

    read_pdb("2w5o") |>
    generate_ribbon_scene() |>
    render_model()

  2. ‼️Big package update on CRAN! v0.9.0 brings ribbon diagrams! Grab PDB files directly from the RCSB Protein Data Bank with just their PDB ID and render it in with or : it's that easy!

    read_pdb("2w5o") |>
    generate_ribbon_scene() |>
    render_model()

  3. ‼️Big package update on CRAN! #raymolecule v0.9.0 brings ribbon diagrams! Grab PDB files directly from the RCSB Protein Data Bank with just their PDB ID and render it in #RStats with #rayrender or #rayvertex: it's that easy!

    read_pdb("2w5o") |>
    generate_ribbon_scene() |>
    render_model()

  4. ‼️Big package update on CRAN! #raymolecule v0.9.0 brings ribbon diagrams! Grab PDB files directly from the RCSB Protein Data Bank with just their PDB ID and render it in #RStats with #rayrender or #rayvertex: it's that easy!

    read_pdb("2w5o") |>
    generate_ribbon_scene() |>
    render_model()

  5. ‼️Big package update on CRAN! #raymolecule v0.9.0 brings ribbon diagrams! Grab PDB files directly from the RCSB Protein Data Bank with just their PDB ID and render it in #RStats with #rayrender or #rayvertex: it's that easy!

    read_pdb("2w5o") |>
    generate_ribbon_scene() |>
    render_model()

  6. ‼️ Rayverse package update: rayvertex v0.14.0 released! This overhauls the toon shading algorithm to use a screen space jump fill algorithm (JFA), removing the brittle inverse mesh hack that existed up until now.

    github.com/tylermorganwall/ray

  7. ‼️ Rayverse package update: rayvertex v0.14.0 released! This overhauls the toon shading algorithm to use a screen space jump fill algorithm (JFA), removing the brittle inverse mesh hack that existed up until now.

    github.com/tylermorganwall/ray

    #RStats #rayvertex #rayverse

  8. @tylermorganwall Bee-nado, meet sharknado! :P 🦈

    adventures, an tale

  9. Who says writing documentation isn't fun?😀🐝

  10. ‼️ New package updates, blog post, and data visualization! Learn about subdivision surfaces and displacement mapping and how they can be used to visualize data on curved surfaces using the rayverse and R. Learn how to map data to a sphere so you can properly visualize areas both as the equator as well as near the poles.

    Blog:
    tylermw.com/posts/rayverse/dis

  11. ‼️ New package updates, blog post, and data visualization! Learn about subdivision surfaces and displacement mapping and how they can be used to visualize data on curved surfaces using the rayverse and R. Learn how to map data to a sphere so you can properly visualize areas both as the equator as well as near the poles.

    Blog:
    tylermw.com/posts/rayverse/dis

    #RStats #rayverse #rayrender #rayvertex #DataScience #Dataviz

  12. COMING SOON...

    (i.e. if R announced new versions like tech companies)

  13. COMING SOON...

    (i.e. if R announced new versions like tech companies)

    #RStats #rayvertex #rayverse

  14. Subdividing a Cornell box shows that it's actually five non-Cornell boxes pretending to be a single box in a trenchcoat!

    (Lots of new features and user-facing improvements coming to {rayvertex} soon!)

  15. Subdividing a Cornell box shows that it's actually five non-Cornell boxes pretending to be a single box in a trenchcoat!

    (Lots of new features and user-facing improvements coming to {rayvertex} soon!)

    #RStats #rayvertex #rayverse

  16. My 30 entries for 2023. Managed to do all save one (Day 5) with , , or in . Made possible by @tylermorganwall, who's created a marvellous world of light and shadow accessible with a language that's "only for stats".

  17. My 30 entries for #30DayMapChallenge 2023. Managed to do all save one (Day 5) with #rayshader, #rayrender, or #rayvertex in #rstats. Made possible by @tylermorganwall, who's created a marvellous world of light and shadow accessible with a language that's "only for stats".

  18. : Day 17: Flow. Rivers over shaded relief of Switzerland.

    -#rayvertex adventures, an tale

  19. Before and after the magic 😉

    Created with and imported into with the upcoming package, and transformed into 3D with + + + the upcoming package

  20. Before and after the #rayverse magic 😉

    Created with #inkscape and imported into #RStats with the upcoming #raysvg package, and transformed into 3D with #RStats + #rayrender + #rayvertex + the upcoming #raybevel package

  21. Here are three takes on John Snow's iconic visualisation of cholera in 1854 London, all done in the . Which one do you prefer—illuminated globes (left), lines (top right), or cel-shaded globes (bottom right)? I can't decide.

    -#rayvertex-#rayrender adventures, an tale

  22. Here are three takes on John Snow's iconic visualisation of cholera in 1854 London, all done in the #rayverse. Which one do you prefer—illuminated globes (left), lines (top right), or cel-shaded globes (bottom right)? I can't decide.

    #rayshader-#rayvertex-#rayrender adventures, an #rstats tale

  23. In the spirit of all things "Wrigley" with in Chicago this year, here's Illinois rendered as a piece of gum in with (and my new in-development package for turning polygons into 3D meshes, ). Data from spData and transformed with the {sf} package and turned into a raymesh object (3D mesh structure provided by the package).

  24. In the spirit of all things "Wrigley" with #PositConf2023 in Chicago this year, here's Illinois rendered as a piece of gum in #RStats with #rayrender (and my new in-development package for turning polygons into 3D meshes, #rayskeleton). Data from spData and transformed with the {sf} package and turned into a raymesh object (3D mesh structure provided by the #rayvertex package).

  25. A 5x improvement in rayshader's software rendering speed ain't too shabby...

    Context: My original software rendering implementation was a quick-and-dirty hack that took advantage of the fact that I had already written an OBJ exporter and my software renderer had an OBJ importer, so I could link the two with little additional effort by writing/reading the scene to the filesystem. With caching it was okay, but that initial write could be painful for big 3D models.

  26. A 5x improvement in rayshader's software rendering speed ain't too shabby...

    Context: My original software rendering implementation was a quick-and-dirty hack that took advantage of the fact that I had already written an OBJ exporter and my software renderer had an OBJ importer, so I could link the two with little additional effort by writing/reading the scene to the filesystem. With caching it was okay, but that initial write could be painful for big 3D models.

    #RStats #rayshader #rayvertex

  27. Long overdue updates! I finally (after two years--whoops😬 ) updated on the CRAN to the latest version, and also pushed a new update to to include a mesh validator function, which should help prevent crashes due to bad inputs.

  28. Long overdue #rayverse updates! I finally (after two years--whoops😬 ) updated #rayshader on the CRAN to the latest version, and also pushed a new update to #rayvertex to include a mesh validator function, which should help prevent crashes due to bad inputs.

    #RStats

  29. Textured ridgelines in R—combining rayshader and rayvertex to create something slightly different

  30. Textured ridgelines in R—combining rayshader and rayvertex to create something slightly different

    #RStats #rayshader #rayvertex #dataviz

  31. Added a pure R "vertex shader" option to rayvertex... makes for some interesting ridgeplots :)

  32. Added a pure R "vertex shader" option to rayvertex... makes for some interesting ridgeplots :)

    #RStats #rayvertex #dataviz #generativeart

  33. Now playing around with these visualizations in rayvertex (it's 10x faster to render and gives a noise-free final image)

  34. Now playing around with these visualizations in rayvertex (it's 10x faster to render and gives a noise-free final image)

    #RStats #rayvertex #dataviz