Author Topic: Enhanced API  (Read 2743 times)

0 Members and 1 Guest are viewing this topic.

Offline TZScribblez

  • LV0 Newcomer (Next: 5)
  • Posts: 2
  • Rating: +2/-0
    • View Profile
Enhanced API
« on: June 15, 2011, 05:20:39 pm »
Hey guys, I just recently whipped up an enhanced lua API to make lots of things easier to do.

It's still very beta but I'm liking how it's turning out so far. If anyone wants to have a go at editing it, be my guest. ;)

https://sourceforge.net/projects/nelapi/files/EnhancedAPI.lua/download

Buttons, text boxes, windows, etc are all abstacted and easily controllable with this.

Let me know what you think.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Enhanced API
« Reply #1 on: June 16, 2011, 02:10:44 am »
Heya and welcome on the forums. :)

I do not program at all, but is this some sort of set of pre-made routines to make programming easier?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: Enhanced API
« Reply #2 on: June 16, 2011, 03:04:28 am »
Hey TZScribblez!
I just looked a bit at your code, and it looks pretty good. This will be useful for many Lua Programmers :)

Offline TZScribblez

  • LV0 Newcomer (Next: 5)
  • Posts: 2
  • Rating: +2/-0
    • View Profile
Re: Enhanced API
« Reply #3 on: June 16, 2011, 03:13:56 am »
Heya and welcome on the forums. :)

I do not program at all, but is this some sort of set of pre-made routines to make programming easier?

That's essentially what it is, a bunch of convenience functions used to make the whole process easier. Nobody wants to have to program the same small things over and over to do something different with them - if someone wants to make 3 or 4 programs that utilize basic window/button functionality then why should they have to code it more than once? ;)

Hey TZScribblez!
I just looked a bit at your code, and it looks pretty good. This will be useful for many Lua Programmers :)

Thanks for the feedback :)