Hugo Locurcio 8e9ad15b19 Rename Official support level to Featured in the frontend
This paves the way for integrating hand-picked high-quality assets
to be displayed in the project manager when accepting the
"you don't have any projects yet" dialog.

The backend name remains identical to ensure backwards compatibility
in the API.
2024-03-28 18:44:46 +01:00
2023-06-26 18:27:21 +02:00
2020-04-14 23:08:14 +03:00
2024-02-15 15:03:02 -06:00
2023-06-09 17:57:08 +02:00
2023-06-07 18:07:47 +02:00
2018-07-31 23:24:39 -03:00
2023-11-15 11:59:29 +01:00
2023-11-15 11:59:29 +01:00
2020-03-11 15:58:41 +01:00
2018-07-31 23:24:39 -03:00
2023-06-09 17:57:08 +02:00

Godot's Asset Library


Note: This asset library backend and frontend is now in maintenance mode. Feel free to submit bug fixes and small improvements, but please refrain from working on large features. In the future, the Godot Foundation's asset store will deprecate this library.


REST API and frontend for Godot Engine's official asset library.

Endpoints

Installation

Run the following commands to get a running installation of the project:

composer install
cp src/settings-local-example.php src/settings-local.php

Now you should proceed to update src/settings-local.php with your DB password and session secret.

Browser support

When working on new features, keep in mind this website only supports evergreen browsers:

  • Chrome (latest version and N-1 version)
  • Edge (latest version and N-1 version)
  • Firefox (latest version, N-1 version, and latest ESR version)
  • Opera (latest version and N-1 version)
  • Safari (latest version and N-1 version)

Internet Explorer isn't supported.

Description
PHP frontend for Godot Engine's asset library
Readme 1.6 MiB
Languages
PHP 55.4%
HTML 38.4%
CSS 6.2%