Use collideimage etc. without graphics

BlitzMax Forums/BlitzMax Programming/Use collideimage etc. without graphics

Jank(Posted 2008) [#1]
Hi guys!
I want to programm a server-app for a linux server running in textmode.
So is there any way to usw commands like Collideimage without using the graphics command before?


plash(Posted 2008) [#2]
Look at the code for it.. you will need to do tweaking to hold and manage the image size/position.


Mauft(Posted 2008) [#3]
I'd rather suggest to write your own geometry-based collision routines .