Search found 1 match

by kolsolv
Sat Apr 02, 2016 12:33 pm
Forum: Questions and Help
Topic: Simulation without graphics
Replies: 1
Views: 4204

Simulation without graphics

Hi, thanks for good lib! I want to do any physics simulations(movement of objects in space, collisions, etc..) on server-side. But I don't need to render graphics, because I should save every state of the scene and send this data to client(browser, webGL) and render graphics there. So, can I do this...