Colossus PoC
About Colossus
Colossus is a proof-of-concept (PoC) to demonstrate that visualisation of a machine with WebGL and SignalR is possible on desktop and mobile browsers. And guess what!
Technical
- Builds on .NET Core 2.2
- 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 Core 2.2 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?