aurora-opensource / streetscape.gl

Visualization framework for autonomy and robotics data encoded in XVIZ

Home Page:http://www.streetscape.gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[proposal] remove streambuffer in child class.

SlahserZ opened this issue · comments

I'm rebuilding this project by ts, and found a problem.

in XVIZLoader, you could use streambuffer which be from child class by context switch. but it's so loose.

so I think we can put the streambuffer into XVIZLoader and remove streambuffer in child class. if you ac this, I will fix it.

what do you mean rebuilding in TS? You are rewriting the whole thing in TS. I have some ts defs. would be great to coordinate.

what do you mean rebuilding in TS? You are rewriting the whole thing in TS. I have some ts defs. would be great to coordinate.

yes, I have rebuild myself project by typescript, but found @xviz/xxx is heavier than my mind, so sorry, I have given this plan up.