|
|
|
|
|
by DonHopkins
3700 days ago
|
|
I learned a lot about how WebGL works by studying the "twgl" library, which is basically a thin wrapper around WebGL that automates all the boilerplate stuff. It's true to the WebGL way of doing things, and doesn't add much beyond that. "This library's sole purpose is to make using the WebGL API less verbose." https://twgljs.org/ |
|