ohenley / awesome-ada

A curated list of awesome resources related to the Ada and SPARK programming language
Creative Commons Zero v1.0 Universal
641 stars 71 forks source link

Add ASFML to Games section #68

Closed mgrojo closed 3 years ago

onox commented 3 years ago

I think it would be more appropriate to add it to the https://github.com/ohenley/awesome-ada#computer-graphics section, which is where you'll find bindings for GLFW and SDL as well.

mgrojo commented 3 years ago

But SFML also includes audio, network and other interfaces. I looked for a multimedia section, but it's only under 'Applications'. Maybe the scope o that section should be extended to 'Graphics & Multimedia'? In that regard, SDL is similar.

onox commented 3 years ago

I have renamed the section "Computer Graphics" to "Graphics and Multimedia".

onox commented 3 years ago

@mgrojo You can rebase your commit on the latest commit in ohenley/awesome-ada and then amend it after moving your item to the "Graphics and Multimedia" section.

ohenley commented 3 years ago

@mgrojo Yeah, the new Graphics and Multimedia would be the proper section.

Also, it should read [asfml] ... lower case. I enforce this casing to give uniformity to the list, else it would end up as a 'people prefered casing pizza'. (tried and seen on other lists, it looks just wrong ... for my curating). :)

Thx for the contribution!

mgrojo commented 3 years ago

I've amended the commit as suggested.