Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion brand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ glint on the top face is the specular highlight every reconstruction has to earn
| `logo-mark.svg` / `logo-mark.png` | 374 × 346, transparent | READMEs, docs, slides. Trimmed to the artwork with 12px padding, so `width="112"` renders at full size. |
| `banner.svg` / `banner.png` | 1280 × 360 | README headers, social preview, talk slides. |
| `mascot-glim.svg` / `mascot-glim-1200.png` | 1200 × 1200, transparent | Full-body mascot art, stickers, community announcements, talks. |
| `discord-avatar-glim.svg` / `discord-avatar-glim-1024.png` / `discord-avatar-glim-512.png` | square, full-bleed | Discord community avatar and social community profiles. Safe for a circular crop. |
| `discord-avatar-glim.svg` / `discord-avatar-glim-1024.png` / `discord-avatar-glim-512.png` | square, full-bleed | Discord community avatar and social community profiles. Safe for a circular crop. Used in the [img2threejs Discord](https://discord.gg/8DS8RTyuR). |

SVG is the source of truth; the PNGs are rendered from it.

Expand Down Expand Up @@ -54,6 +54,15 @@ asset or redraw Glim without the three source pixels, visual-gate lens and glint
- **Don't** recolour the faces, rotate the cube, add an outer stroke, or pre-round the avatar corners.
- **Don't** scale the badge below 24px — use the mark alone at small sizes.

## Community

The img2threejs Discord uses `discord-avatar-glim` as the server icon and the
banner colour stops from the Palette table. Want to suggest a brand change
(new mascot pose, alternate banner crop, a sticker set)?

**[Join the Discord →](https://discord.gg/8DS8RTyuR)** and post in the
`#brand` channel — proposals with side-by-side mockups get reviewed first.

## Regenerating the PNGs

Rendered with headless Chrome (no ImageMagick / librsvg needed):
Expand Down
13 changes: 13 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Every model this org produces is a TypeScript factory function you can read, dif

[![img2threejs stars](https://img.shields.io/github/stars/img2threejs/img2threejs?style=flat&label=img2threejs&color=8b5cff)](https://github.com/img2threejs/img2threejs)
[![showcase stars](https://img.shields.io/github/stars/img2threejs/img2threejs-showcase?style=flat&label=showcase&color=38e8ff)](https://github.com/img2threejs/img2threejs-showcase)
[![Discord](https://img.shields.io/badge/Discord-5865F2?style=flat&logo=discord&logoColor=white)](https://discord.gg/8DS8RTyuR)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/img2threejs/img2threejs/blob/main/LICENSE)

### [→ Open the live demo gallery](https://img2threejs-showcase.pages.dev/)
Expand Down Expand Up @@ -75,6 +76,18 @@ Start with [CONTRIBUTING.md](https://github.com/img2threejs/img2threejs/blob/mai
[**Submit a showcase demo**](https://github.com/img2threejs/img2threejs-showcase/issues/new/choose) issue to
get feedback on scope before doing the work.

## Community

Got stuck on a stage, want feedback on a spec before the model burns tokens, or just want to share
what you rebuilt? The Discord is where the work happens between releases.

[![Discord](https://img.shields.io/badge/Join%20the%20Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/8DS8RTyuR)

- **Showcase feedback** before you open a PR
- **Spec & gate** questions when the pipeline rejects something you thought should pass
- **Roadmap proposals** for what should ship in v1.6, v1.7, …
- **Reconstruction cook-alongs** — bring an image, the room watches the gate light up

## Brand

Logo, avatar, and banner assets live in [`brand/`](https://github.com/img2threejs/.github/tree/main/brand)
Expand Down