Devs: maybe WebRepo some widgets or summat?

@sim @jfperusse

…would you guys ever consider uploading some of the dependencies you use yourselves, in Codea, to WebRepo?

Like, I dunno, whatever you use to make the buttons at the bottom of the screen when a project runs?

Or the algorithms you use for autocomplete?

Or maybe something I haven’t thought of? :sweat_smile:

It just occurred to me that you guys might have a lot of handy projects you regularly use as dependencies, and if you do, getting those up on WebRepo would be really handy for the rest of us too.

Would you ever consider it/is there anything like that to consider?

I don’t know about WebRepo, but the buttons at the bottom of the screen when a Codea project is running are built in SwiftUI, and the autocomplete code is a combination of Swift and Objective-C. These are not simple Lua dependencies we can share easily, otherwise we definitely would. But we are considering making more of the runtime code available.

That makes sense about the SwiftUI.

There aren’t go-to Codea dependencies you guys use when you want to throw something together fast?