SpiderBasic 1.02 is released

Everything else that doesn't fall into one of the other categories.
julesd
Posts: 6
Joined: Tue Apr 28, 2015 4:23 am

Re: SpiderBasic 1.02 is released

Post by julesd »

Progress is very slow, i am interested but at the speed of progress looks like a dying software, sorry.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.02 is released

Post by Fred »

If you miss something, feel free to do suggestions so it can become a better product.
julesd
Posts: 6
Joined: Tue Apr 28, 2015 4:23 am

Re: SpiderBasic 1.02 is released

Post by julesd »

Mostly a real good file system almost similar to Purebasic read and write local or through the internet.

Working with images (mostly there already)
Working with video files would be nice.

Example. I am out with my laptop but I have a backup system at home. I would like to write a program that could write to my backup system through the internet, including just a byte, word, long.

Or be able to write my own backup software with SpiderBasic, and have full read and write access locally or through the internet.

In the future webgl would be nice, perhaps add http://threejs.org/ or http://www.babylonjs.com/ like Ogre3d in PureBasic.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.02 is released

Post by Fred »

Keep in mind you are not on a real OS, so all filesystem access are restricted and you can't do anything close to a backup system with it. A lot of stuff are restricted (no real socket/network support, no real local database access etc. SpiderBasic is though to be the GUI of a server side application. To monitor it, and interact easily with it (or do a 2D game but that's another topic).
Post Reply