All Projects → godotengine → Godot Asset Library

godotengine / Godot Asset Library

Licence: mit
PHP frontend for Godot Engine's asset library

Godot's Asset Library


Note: This asset library backend and frontend is now in maintenace mode. Feel free to submit bug fixes and small improvements, but please refrain from working on large features. New development occurs in godot-asset-library-laravel which will eventually be deployed as the official asset 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
bower 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].