Jump to content




Searching APIs for a multi-purpose framework

api

14 replies to this topic

#1 Tobias SN

  • Members
  • 28 posts
  • LocationNot here

Posted 24 May 2016 - 06:30 AM

I'm looking for people with APIs to include said APIs in a framework codenamed AllExtend. Requirements include, but are not limited to:
  • Must not require the person to change anything about their program, except the usual
    os.loadAPI("api")
    
    Or
    api = dofile("api")
    
  • Must not break the DK law or the law in whatever country you live in
Please note that requirements might change as time goes.

You should (But not required):
  • Have a GitHub account
  • Be able to contribute to your part of the framework


#2 Lupus590

  • Members
  • 2,029 posts
  • LocationUK

Posted 24 May 2016 - 11:43 AM

You could have a look in here: https://github.com/l.../CC-Random-Code

I'm not sure how useful it all will be though, also it's not all mine but I have tried to put links to sources.

#3 Tobias SN

  • Members
  • 28 posts
  • LocationNot here

Posted 25 May 2016 - 07:47 AM

The thing about those are that they're easily done in own code

#4 Lupus590

  • Members
  • 2,029 posts
  • LocationUK

Posted 25 May 2016 - 11:27 AM

Have a look through the API section of the forums and find some you like, then message the owners for permission to include it in this project.

#5 Tobias SN

  • Members
  • 28 posts
  • LocationNot here

Posted 26 May 2016 - 10:09 AM

Alright. I'll try your suggestion

#6 jv110

  • Members
  • 108 posts
  • LocationIn front of my PC

Posted 28 May 2016 - 10:38 PM

I've been working on a UI API for my projects. It's really flexible, and currently it has labels, textboxes, checkboxes, imageviews, layouts and progressbars.

In fact, it's so flexible that it doesn't even have buttons, as they're the exact same thing as labels.

Check it out, hope you can include it!

http://github.com/jv110/Gray (inside "dependencies/ui")

Edited by jv110, 28 May 2016 - 10:39 PM.


#7 Cloud Ninja

  • Members
  • 361 posts

Posted 28 May 2016 - 10:40 PM

Take a look through my stuff, i have networking API's you could use, maybe some other stuff. Just credit me.

#8 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 28 May 2016 - 10:48 PM

I also have several APIs you might want.

http://pastebin.com/CTrVdFK9
http://pastebin.com/3eMtT5vX
http://pastebin.com/V455UuCr
http://pastebin.com/h0eW3iEA
http://pastebin.com/aE66gE86
http://pastebin.com/gbxiZJtc

If you've got questions about what they do, google the url and the forum post should come up.

#9 jv110

  • Members
  • 108 posts
  • LocationIn front of my PC

Posted 28 May 2016 - 11:04 PM

Also, forgot to mention, there's pic, which is a image format that supports text and text colors. It's also lighter than the default and is supported by my UI.
Spoiler

There's also make, which isn't an API but you could use it to build your project.

Edited by jv110, 28 May 2016 - 11:08 PM.


#10 Tobias SN

  • Members
  • 28 posts
  • LocationNot here

Posted 30 May 2016 - 09:04 AM

View Postjv110, on 28 May 2016 - 10:38 PM, said:

I've been working on a UI API for my projects. It's really flexible, and currently it has labels, textboxes, checkboxes, imageviews, layouts and progressbars.

In fact, it's so flexible that it doesn't even have buttons, as they're the exact same thing as labels.

Check it out, hope you can include it!

http://github.com/jv110/Gray (inside "dependencies/ui")
The thing is, I can only include it if you provide me with information on how it works

View PostCloud Ninja, on 28 May 2016 - 10:40 PM, said:

Take a look through my stuff, i have networking API's you could use, maybe some other stuff. Just credit me.
Alright. I'll check it out

View PostKingofGamesYami, on 28 May 2016 - 10:48 PM, said:

I also have several APIs you might want.

http://pastebin.com/CTrVdFK9
http://pastebin.com/3eMtT5vX
http://pastebin.com/V455UuCr
http://pastebin.com/h0eW3iEA
http://pastebin.com/aE66gE86
http://pastebin.com/gbxiZJtc

If you've got questions about what they do, google the url and the forum post should come up.
I'll check them out

View Postjv110, on 28 May 2016 - 11:04 PM, said:

Also, forgot to mention, there's pic, which is a image format that supports text and text colors. It's also lighter than the default and is supported by my UI.
Spoiler

There's also make, which isn't an API but you could use it to build your project.
I'm not yet sure how I'll put everything together

#11 jv110

  • Members
  • 108 posts
  • LocationIn front of my PC

Posted 31 May 2016 - 10:20 PM

Everything's object-oriented, so you can just look at each file to see it, but here's a very incomplete explanation on how to use it:

(It looks a lot like Android's API)

Spoiler


#12 Tobias SN

  • Members
  • 28 posts
  • LocationNot here

Posted 01 June 2016 - 07:43 AM

Alright. However, do I just use os.loadApi for each I want to use or is there some other way?

#13 jv110

  • Members
  • 108 posts
  • LocationIn front of my PC

Posted 04 June 2016 - 01:46 AM

UI is designed for use with make, using @include n stuff, but you can also prebuild it then use os.loadAPI and use ui.xxx on each object

Here's make's topic for more info:
http://www.computerc...iew__getnewpost

Edited by jv110, 04 June 2016 - 01:50 AM.


#14 jv110

  • Members
  • 108 posts
  • LocationIn front of my PC

Posted 04 June 2016 - 02:08 AM

Aaaaaand there's VertexGL, a library for vectorial 3D drawing (nothing says it can't be used for 2D). Textures don't work yet and it has a killer bug (crash) related to low Z coordinates, but it's very complete, having support for textures (albeit they don't work), shaders (vertex & fragment, can't be used for 3D lighting tho), projection matrices & etc. Also contains definitions for vec3 (alias for vector), vec4, quaternion and mat4x4.
Basically, it's a complete graphics library.

That one's supposed to be used with os.loadAPI, will be rolling an update for make in a sec
http://www.computerc...iew__getnewpost

#15 Tobias SN

  • Members
  • 28 posts
  • LocationNot here

Posted 07 June 2016 - 04:45 AM

View Postjv110, on 04 June 2016 - 01:46 AM, said:

UI is designed for use with make, using @include n stuff, but you can also prebuild it then use os.loadAPI and use ui.xxx on each object

Here's make's topic for more info:
http://www.computerc...iew__getnewpost

I took a look at make, and it makes a lot more sense now





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users