Skip to content

Commit

Permalink
chore: move image resources to .github dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kosude committed Dec 14, 2023
1 parent ed099a2 commit 8c903a3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align=center>
<img align=left src="resources/render.png" height=110>
<img align=left src=".github/resources/render.png" height=110>
</p>


Expand Down Expand Up @@ -51,15 +51,3 @@ The following is a table of available CMake configuration options for Thallium.
Thallium source compilation is split into **modules**, based on the graphics APIs you need support for. Each module can be manually enabled or
disabled with CMake flags, just like above. These flags are named `THALLIUM_BUILD_MODULE_<API>`. For example, the Vulkan module can be compiled using
the `-DTHALLIUM_BUILD_MODULE_VULKAN=ON` build flag (this requires the Vulkan SDK to be installed).


## Project logos

Thallium has two project logos. The rendered one is used more often as the actual de facto icon of the project, whilst the vector one is used for
smaller applications, like on the documentation.

| Render | Vector |
| ------------------------------------------------------------------ | ------------------------------------------------------------------- |
| <br/><p align=center><img src="resources/render.png" width=90></p> | <br/><p align=center><img src="resources/vector.svg" width=100></p> |

The colour theme used by the project (which is reflected in the vector logo) consists of neon pink (`#ff0457`) and dark purple (`#521057`).
4 changes: 2 additions & 2 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ PROJECT_NUMBER =
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.

PROJECT_BRIEF = "Cross-API graphics library"
PROJECT_BRIEF =

# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO = "@PROJECT_SOURCE_DIR@/resources/vector.png"
PROJECT_LOGO =

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
Expand Down

0 comments on commit 8c903a3

Please sign in to comment.