elyctech / web-gill

Gill is a WebGL-based rendering utility.
MIT License
0 stars 0 forks source link

Rewrite GillBufferService to Encapsulate Buffer Activity #25

Open dawsonc623 opened 7 years ago

dawsonc623 commented 7 years ago

The current GillBufferService is basically a repository for WebGLBuffers that Gill components grab as necessary. The service should be redesigned and rewritten to better encapsulate all buffer activities - in particular encapsulating writes so GillRenderer does not need to manually handle that.