godot-website icon indicating copy to clipboard operation
godot-website copied to clipboard

Add ability to filter by platform in the showcase list of games made with godot section

Open Feniks-Gaming opened this issue 5 years ago • 2 comments

Operating system, Browser, Browser Version: Win 10 Chrome

Issue description:

In a showcase allow users to filter games and applications by different platforms. If someone is a mobile developer and wants to see what games are made with it on mobile they could just select android and iOS to be displayed and ignored the rest. Or if you make games on PC you could just select some of pc platforms like Steam, Itch.

Maybe consider adding filter for 2d and 3d games as well as those tend to be very different breeds and some people may only be interested in seeing one or the other.

Finally separate programs from games as it's own section. Programs made with godot are something unique really and would be nice to give is separate showcase section as they are their own "selling" point of Godot development.

Screenshots (greatly appreciated if it’s a style issue) N/A

Feniks-Gaming avatar Dec 08 '20 21:12 Feniks-Gaming

Right now, the showcase is purely static, which means this would have to be done client-side with some JavaScript code. It might be a good opportunity to use Alpine.js

Calinou avatar Dec 08 '20 21:12 Calinou

Hello. May I offer my input? I'd like to redo the showcase collections such that windows , macos, linux, ios, and android variables were part of an array instead so that these categories can be added as classes to the project card. From there I would make a drop down that would be called from a quick script at the bottom of the page. No external files needed. And here's some additional reading material on how I want to do things.

Apply all classes

Hide based on Javascript

a2937 avatar Apr 21 '23 15:04 a2937