Colossus PoC
About Colossus
Colossus is a PoC to demonstrate realtime visualisation of machine feedback with WebGL and SignalR for desktop and mobile browsers. And guess what! \o/
Technical
- Builds on .NET 9.0
- Loads models in COLLADA-format
- The 3D rendering is done with the superb three.js-library and WebGL
- Real-time communication uses SignalR
Source code
github.com/joriszwart/colossus
Build and run
If you don't have it yet, install the .NET 9.0 runtime.
On a command line:
dotnet run
Point your browser to:
- http://localhost:5000 to see the machine rendered in 3D;
- to control the machine navigate to http://localhost:5000/malfunction/.
Your great idea?
Do you want to visualise something as well?