Library Maker

Everything else that doesn't fall into one of the other categories.
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Library Maker

Post by MrTAToad »

Are there any instructions for using the Library Maker in SpiderBasic ? The current one is for PureBasic...
tj1010
Posts: 201
Joined: Wed May 27, 2015 1:36 pm
Contact:

Re: Library Maker

Post 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.
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Re: Library Maker

Post 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...
tj1010
Posts: 201
Joined: Wed May 27, 2015 1:36 pm
Contact:

Re: Library Maker

Post 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.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: Library Maker

Post 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.
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Re: Library Maker

Post by MrTAToad »

Ah good - look forward to that.
Post Reply