rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Refactor the legacy debug drawing API #185

Open Duckwhale opened 2 years ago

Duckwhale commented 2 years ago

Should probably use dedicated builtins that are part of the WebGL API, e.g., Box3D or Plane2D, which can then be rendered like any other scene object. Also, it needs some tests.