Mirror of godotengine/godot-asset-library
  • PHP 55.4%
  • HTML 38.4%
  • CSS 6.2%
Find a file
Emi 78bcc46a36
Merge pull request #376 from Boyquotes/master
a comma is missing from the license table
2026-02-20 00:10:03 +01:00
api Small fixes: Remove empty files, fix comment, update footer to 2017 (#114) 2017-09-27 13:36:58 +03:00
assets fix edit table layout 2023-06-26 18:27:21 +02:00
data Remove download hashes (#209) 2020-04-14 23:08:14 +03:00
logs Get things out of /frontend, closes #28 2016-08-09 17:23:48 +03:00
src a comma is missing from the license table 2026-02-19 14:53:02 +00:00
templates Merge pull request #322 from Calinou/rename-official-support-level 2024-04-02 11:36:54 +02:00
.editorconfig Many assorted fixes on the fronted, fixup previous commit slightly 2017-09-13 20:44:03 +03:00
.gitignore remove bower and add local files 2023-06-09 17:57:08 +02:00
.htaccess Get things out of /frontend, closes #28 2016-08-09 17:23:48 +03:00
API.md Added featured tag to support levels 2024-03-29 01:21:14 -05:00
AUTHORS.md Add CC-BY and CC-BY-SA licenses 2018-07-31 23:24:39 -03:00
composer.json Update PHPMailer to v6.8.1 2023-11-15 11:59:29 +01:00
composer.lock Update PHPMailer to v6.8.1 2023-11-15 11:59:29 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-03-11 15:58:41 +01:00
index.php Use a constant to mark requests coming from frontend 2016-10-14 21:04:54 +02:00
LICENSE.txt Add CC-BY and CC-BY-SA licenses 2018-07-31 23:24:39 -03:00
README.md remove bower and add local files 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.