• UnityList - A Better Search for Open Source Unity3D Projects !
    9 replies, posted
I was kind of annoyed browsing projects on GitHub for Unity, so I made this ! [IMG]http://i.imgur.com/e3MZY48.jpg[/IMG] [IMG]http://i.imgur.com/pYipCjL.jpg[/IMG] Here's the link : [QUOTE][URL]http://UnityList.com[/URL][/QUOTE] [B]Tell me what you think :)[/B] Any suggestions or improvements are welcome. I'm still finishing up few things but the project as a whole is usable enough to be released.
I love this.
Seconded. This is such a great project. Awesome work!
Thanks ! Any features you'd like to see or you feel that's missing?
[QUOTE=Xerios3;50711510]Any features you'd like to see or you feel that's missing?[/QUOTE] Obviously this is your project and you're free to pick all, any, or none of these suggestions, but I do have a few :smile: - I'd really like to be able to see how many pages there are. Even a simple n/max to replace it would be great. - Instead of storing each project as a title and some string of characters, have you thought about incorporating the author's username into the url/id/whateveryouwanttocallit? e.g. [i]unitylist.com/project/googlevr_gvr-unity-sdkl[/i] instead of [i]unitylist.com/project/gvr-unity-sdk-19Xn2[/i] - "Detail" view (or just changes to list view) that allow you to sort by and view a project's title, author, last update, forks, and whatever else. - Some way to tell if something is trending, like if a project had a lot of forks/stars recently. Not sure how easy that would be since you're going through GitHub to get this info I thought I had more suggestions but I must have forgotten :pudge: The site design is beautiful and I've already gotten more than my share of use out of this. Thanks so much!
[QUOTE=Xerios3;50711510]Any features you'd like to see or you feel that's missing?[/QUOTE] One small suggestion I'd have is to add animated thumbnails where possible when hovering on certain items, especially the shader ones. I think that would be super helpful for a fast glimpse.
[QUOTE=zeaga;50712931]Obviously this is your project and you're free to pick all, any, or none of these suggestions, but I do have a few :smile: - I'd really like to be able to see how many pages there are. Even a simple n/max to replace it would be great. - Instead of storing each project as a title and some string of characters, have you thought about incorporating the author's username into the url/id/whateveryouwanttocallit? e.g. [I]unitylist.com/project/googlevr_gvr-unity-sdkl[/I] instead of [I]unitylist.com/project/gvr-unity-sdk-19Xn2[/I] - "Detail" view (or just changes to list view) that allow you to sort by and view a project's title, author, last update, forks, and whatever else. - Some way to tell if something is trending, like if a project had a lot of forks/stars recently. Not sure how easy that would be since you're going through GitHub to get this info I thought I had more suggestions but I must have forgotten :pudge: The site design is beautiful and I've already gotten more than my share of use out of this. Thanks so much![/QUOTE] Thanks for the feedback ! 1) For the page numbers, I was just trying too hard to not execute any useless queries. Gonna have to check how to cache the page numbers so that it doesn't get called all the time. I'll see what I can do.[B] ( edit: added )[/B] 2) Well... I thought about it but the moment I decide to add another source, there might be some conflicts. I'll have to think about this further. 3) Sorting by title, author? I'm gonna have to sacrifice list view I already had, or maybe like you said a different view would be good for this. Alright, I already have filter by author feature on my list, I'll add these as well. 4) That's definitely something I'd love to have, and suddenly now this is my number 1 priority. Right after I put some analytics to see which projects are visited most often :)[B] ( edit: analytics integrated, gonna need it to crawl a bit until I can get a trending list )[/B] [editline]15th July 2016[/editline] [QUOTE=atrblizzard;50713952]One small suggestion I'd have is to add animated thumbnails where possible when hovering on certain items, especially the shader ones. I think that would be super helpful for a fast glimpse.[/QUOTE] My thumbs are all scaled and cropped ( converting animated gifs is no easy task ), and some people are crazy enough to put 7mb+ gifs in their repos. I'm gonna have to say "Nu" :magic101:
It seems like what ever I click on it alwasy takes me to the same page This Vr Planetarium page [IMG]http://i.imgur.com/5D6evVQ.png[/IMG]
My bad, think it was caused because few minutes ago I accidentally spawned 340 instances of the crawler. :godzing: [editline]15th July 2016[/editline] See if it works now :)
[QUOTE=Xerios3;50715562]My bad, think it was caused because few minutes ago I accidentally spawned 340 instances of the crawler. :godzing: [editline]15th July 2016[/editline] See if it works now :)[/QUOTE] It works now :)
Sorry, you need to Log In to post a reply to this thread.