not://files v3.0
  • All Posts
  • Archives
  • Categories
  • Tags
1 2 3 4 5 > 21

    Basic data types

    Sunday, 2019-12-01 in devlog about #devember, #devember2019, #hourofcode, #swift
    Alright, the first push to the [github repo] is complete. Starting out small with just the basic data types that will be at the core of everything, and some tolerance equality operators for comparisons.

    Devember again

    Saturday, 2019-11-30 in devlog about #devember, #devember2019, #hourofcode
    This one snuck up on me faster than anticipated, but here we go.

    Soft Shadows

    Tuesday, 2019-01-29 in devlog about #raytracerchallenge, #ruby
    With the recent anti-aliasing feature enables, the image quality is pretty good, but the shadow edges are still too hard to be realistic, because the light source is still just a point without surface area.

    Super Sampling Anti-Aliasing

    Sunday, 2019-01-13 in devlog about #raytracerchallenge, #ruby
    Remember the smoothly shaded teapot? Still looks pretty rough with all the jaggies and speckles. Well, with the shiny new multi threading support it’s actually feasible to add some image quality improvements.

    Threaded rendering

    Sunday, 2019-01-13 in devlog about #raytracerchallenge, #ruby
    Shaved another 30% off rendering time by inlining and some more caching, but it seems like I’m reaching the limit of what I can get out of a single thread.
1 2 3 4 5 > 21
  • Calle Englund
  • [email protected]
  • notCalle
  • @[email protected]
Random development ramblings, maybe.