1. 8
  1. 2

    Awesome, I’m going to be following this closely.

    I actually went through something similar. I’ve spent many years trying to build infinate grids for games, and fail every time.

    I’ve tried using the dom directly, using libraries, using canvas. I finally got closest a few months ago:

    https://markwylde.github.io/infigrid/

    https://github.com/markwylde/infigrid

    But the approach of the OP using WebGL is great. My one has a very limited zoom out distance.

    The WebGL one should be able to zoom out to ridiculous levels.

    Great work HugoDaniel. Love all of this. Please keep going!