GRIB - a grid lib

BlitzPlus Forums/BlitzPlus Programming/GRIB - a grid lib

Hi,
I've uploaded a small 2d grid library to my site. With it you can easily set up and interact with 2d grids. I'm using this for my vector object and map editor. You can also use this for 3d editors, as there is no limit to the grids you can make. The .zip file includes a little example.

Screenshot:


File:
http://members.home.nl/wdw/files/grib.zip

Looks very useful.

Thanks Wiebo!

I hope you find it useful. I'm pretty happy with the way it operates, and I think it is flexible enough for different implementations. I'll create an example with 3 viewports for a 3d modeling program soon.

looks cool. Out of interest how did you get status bar to have multiple items ?

I've used this userlib by Ed: http://www.blitzbasic.com/codearcs/codearcs.php?code=706

Mad props Wiebo. This is extremely useful!