Starting from today, there is a new User groups page on the Godot Engine website! This page replaces the old User groups page by featuring a community map that can be freely navigated and contributed to.

What is the community map?

The community map on the User groups page allows you to see where physical and online communities are located around the world. In addition, the list of communities below the map is now automatically generated and will always be in sync with the community map.

Screenshot of the community map

If you host a physical or online community, feel free to add it to the list by editing the top of user-groups.html in the godot-website repository and opening a pull request. Make sure to group it with other communities in the same country (if any). Alternatively, you can also send an e-mail to webmaster at godotengine · org to request your community to be added to the list.

For the curious, the map is powered by the open source Leaflet.js library and uses the Mapbox Static Tiles API. You can view the implementation in this pull request.