minib3d without graphics for server calculation

BlitzMax Modules Forums/MiniB3D/minib3d without graphics for server calculation

hey bb users! ;)

is it possible to use minib3d without render the graphics?
I only need the mathematical functions for entities for example.

So the server should calculate the position and movement of an entity.

Thanks for your help

I don't see why not. Just don't call any graphics commands.

yes you're right! It works. Thanks ;)