Page 1 of 1

Library Maker

Posted: Fri Nov 18, 2016 11:45 am
by MrTAToad
Are there any instructions for using the Library Maker in SpiderBasic ? The current one is for PureBasic...

Re: Library Maker

Posted: Fri Nov 18, 2016 12:30 pm
by tj1010
I'm also curious. I haven't had time to look through SB 2.0 but I'd like to implement GPS and some different stuff around BlueTooth.

Re: Library Maker

Posted: Fri Nov 18, 2016 12:42 pm
by MrTAToad
I've got a lot of code that is both re-usable and would be easier to access if I could put it in a library...

Re: Library Maker

Posted: Fri Nov 18, 2016 4:46 pm
by tj1010
Ahh I thought you were talking about native-API wrappers or something close. If it's JS or SB it's trivial to combine files in-order if for some reason any built in include functionality fails.

Re: Library Maker

Posted: Fri Nov 18, 2016 6:28 pm
by Fred
I will try to update the SDK with some example for the next version. It's not very complicated as it's raw JS code.

Re: Library Maker

Posted: Sat Nov 19, 2016 2:27 pm
by MrTAToad
Ah good - look forward to that.