Bullet Debug Visualization

Post Reply
mprk
Posts: 1
Joined: Mon Jun 25, 2018 3:09 am

Bullet Debug Visualization

Post by mprk »

Hi,
I have created a basic debug viewer for Bullet while working on my game engine.
It uses three.js to render debug lines, and communicates to the application (i.e. server) via web socket.

Link: https://github.com/malhotraprateek/bullet-visualization

Included in the repo is some reference code for creating the server (C++) using the net11 library (details on github).
For now, it can only draw debug lines (no contact points or text).

The project is MIT licensed and contributions are very welcome :)
Post Reply