NeoBook Plugin Maker (It would be great)

Post your suggestions for future versions of NeoBook

Moderator: Neosoft Support

Locked
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Re: NeoBook Plugin Maker (It would be great)

Post by HPW »

For use of LUA you may have a look at rlNeoLua:

http://rlplugins.software-zone.com/

You can also search for rlNeoLua here on the forum:

search.php?keywords=rlNeoLua

Regards
Hans-Peter
User avatar
dpayer
Posts: 1394
Joined: Mon Apr 11, 2005 5:55 am
Location: Iowa - USA

Re: NeoBook Plugin Maker (It would be great)

Post by dpayer »

HPW wrote:For use of LUA you may have a look at rlNeoLua:
http://rlplugins.software-zone.com/
You can also search for rlNeoLua here on the forum:
search.php?keywords=rlNeoLua
Regards
Hans-Peter is far too humble to mention his own efforts to make a Neobook Plugin maker:

http://www.hpwsoft.de/anmeldung/html1/n ... book8.html
David Payer
Des Moines, Iowa
USA
User avatar
shx
Posts: 167
Joined: Sun Apr 03, 2005 5:49 am

Re: NeoBook Plugin Maker (It would be great)

Post by shx »

ernesto,

it seems like a good idea.

how about contacting the plug-in maker to see if he could adept his plug-in for Neobook.
- Steven
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Re: NeoBook Plugin Maker (It would be great)

Post by HPW »

Hello,
... how about contacting the plug-in maker to see if he could adept his plug-in for Neobook.
I do not think that it will be easy or make sense for him to do this.
Autoplay's core itself and its plugin system is LUA based, so the plugin maker serve this interfaces.

Since neobook is delphi-based things gets much more difficult.
So you can see delphi and all SDK supported languages as plugin-maker systems.

But try to ask the developer and get his answer.

Regards
Hans-Peter
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

Re: NeoBook Plugin Maker (It would be great)

Post by David de Argentina »

Hi All,

I'm working on a PowerBasic Interpreter plugin.
This is not exactly the same, but, when plugin were ready, you could create and run your own scripts using PowerBasic syntax.

At the state of the art, plugin has 3 functions: Load, Set Parameters and run.
I tested the plugin using a PB source code that loops 1000 times and add one to a variable.
process takes 15 milliseconds. Same process using NeoBook script takes 460 milliseconds. (values of my development machine)

There are a lot of work to do yet. The adventage, were ready, you could use almost all Powerbasic power to do process that NeoBook does not work fast.

Greetings from Buenos Aires,
David de Argentina
User avatar
AsleyCruz
Posts: 113
Joined: Fri Sep 16, 2011 2:12 pm

Re: NeoBook Plugin Maker (It would be great)

Post by AsleyCruz »

David de Argentina wrote:Hi All,

I'm working on a PowerBasic Interpreter plugin.
This is not exactly the same, but, when plugin were ready, you could create and run your own scripts using PowerBasic syntax.

At the state of the art, plugin has 3 functions: Load, Set Parameters and run.
I tested the plugin using a PB source code that loops 1000 times and add one to a variable.
process takes 15 milliseconds. Same process using NeoBook script takes 460 milliseconds. (values of my development machine)

There are a lot of work to do yet. The adventage, were ready, you could use almost all Powerbasic power to do process that NeoBook does not work fast.

Greetings from Buenos Aires,
David de Argentina
Hi guys... many thanks for your comments... 8)
And this is a great news David, I'm so excited to see some of your beta project for testing when the time is right!

It would be cool, as I said ;)
Many thanks David!, Best regards for all you!
AsleyCruz
Freelancer - Graphic & Type Designer

FREE NEOBOOK APPS: See Website

.
Kennethd
Posts: 7
Joined: Thu Jun 20, 2013 1:09 pm

Re: NeoBook Plugin Maker (It would be great)

Post by Kennethd »

Hi David
I would be very interested in this PowerBasic Interpreter plugin

Please let me know on your progress

Thanks
Kennethd
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Re: NeoBook Plugin Maker (It would be great)

Post by HPW »

Hans-Peter
Locked