e

  • 2 Posts
  • 159 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle
















  • People make it sound like its some extreme time consuming task to learn rust. Rust actually gives helpful compiler errors tho and there’s a lot of resources online.

    I was able to start making some basic things in rust (like an ascii-rendered brute force n-body simulation) with the help of a few google searches after just like 2 days of messing around in my free time. I’m sure reading kernel stuff requires much more advanced knowledge than what I have but it’s really not a large barrier.




  • A lot of that is shadows and lighting data, sometimes in unusual data structures without readily available compression methods. Compressing textures also impacts load times, obviously decompressing 10gb of jpgs could take a while. Still probably there are good compression methods and good tradeoffs to make, if any AAA studios actually cared about storage space (They do care a lot about GPU memory, just not storage space).