javaselenium-chromedriveranylogicagent-based-modeling

How to use a different visualization tool (Or a Java package) with anylogic instead of a chromedriver


I'm new to simulation modeling and I've been modeling a factory with some heavy 3D models. The functionality part of the simulation is fine but it struggles to render the model in the chromedriver since it's CPU rendered. Is there any way to make it GPU rendered or Is there any way to use a different tool/Java Package to render the simulation?

Thank you.


Solution

  • Not natively possible.

    You'd need to use your own rendering engine (Unreal, Unity, ...) and link it up via API calls yourself.

    This is possible but not documented anywhere, afaik. Check this case study where it was done with the Unreal gaming engine.