Skip to content

Commit bb09d20

Browse files
committed
added inspiration stuff
1 parent 7f63425 commit bb09d20

5 files changed

Lines changed: 58 additions & 0 deletions

File tree

data/06-motion-graphics/motion-graphics-inspiration/01-motion-graphics-inspiration.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,21 @@ entries:
414414
- unreal-plugin
415415
stale: true
416416
last_pushed: '2022-12-20'
417+
- name: Hall of Frame
418+
url: https://hallofframe.in/
419+
description: Community-submitted archive of motion design, typography, 3D, and VFX references, filterable by category and format.
420+
license: Free
421+
entry_type: inspiration
422+
readme_tags:
423+
- Archive
424+
- Curated
425+
tags:
426+
output:
427+
- motion-graphics
428+
platform:
429+
- web
430+
url_last_verified: '2026-08-31'
431+
url_status: ok
417432
- name: FrameRate
418433
url: https://framerate.tv/
419434
description: Community showcase for motion design and music video work by video professionals.

data/08-art-design/general-inspiration/01-general-inspiration.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,3 +489,20 @@ entries:
489489
- Decks
490490
url_last_verified: '2026-08-18'
491491
url_status: ok
492+
- name: Inspora
493+
url: https://www.inspora.design/
494+
description: Design inspiration gallery updated hourly, split into web, branding, product, motion, illustration, 3D, and print.
495+
license: Free
496+
entry_type: inspiration
497+
tags:
498+
workflow:
499+
- concept
500+
output:
501+
- generalist
502+
platform:
503+
- web
504+
readme_tags:
505+
- Gallery
506+
- Curated
507+
url_last_verified: '2026-08-31'
508+
url_status: ok

data/11-learning-community/communities-forums/01-communities-forums.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,23 @@ entries:
502502
- web
503503
tech:
504504
- unreal-plugin
505+
- name: The Motion Social Club
506+
url: https://themotionsocial.club/
507+
description: Motion design community with a bi-weekly newsletter, learning paths, practice exercises, and a creator directory.
508+
entry_type: community
509+
license: Free
510+
readme_tags:
511+
- Motion Design
512+
- Newsletter
513+
url_last_verified: '2026-08-31'
514+
url_status: ok
515+
tags:
516+
platform:
517+
- web
518+
output:
519+
- motion-graphics
520+
skill:
521+
- beginner
505522
- name: Free Low-Poly Nature Assets Thread (r/gamedev)
506523
url: https://www.reddit.com/r/gamedev/comments/349kpt/free_low_poly_3d_nature_assets_trees_plants_rocks/
507524
description: Reddit thread sharing free low-poly trees, plants, and rocks for game development.

memory/user-prompts.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,3 +765,10 @@ Every user prompt/question, verbatim, w/ timestamp + short answer note.
765765
> merge PRs please. Do all the necessary checks first
766766
767767
**Answered:** One open PR: #11 (`kiranjinnil`, "Add Thridy to Icons", self-disclosed author, 1 file / +14 in `data/01-assets/icons/01-icons.yml`). Checks run before merge: closed enums all valid (`license: Free`, `entry_type: asset-source`, `output: [motion-graphics, illustration]`, `platform: web`) and match the §01 asset-source-website convention; `readme_tags` = 2 (cap); chunk size 29/50; catalog-wide dupe grep for `thridy` = 1 hit (the new entry); URL live (200, title confirms "13,000+"); license page verified (free, no signup, no attribution); style clean (no em-dash, no banned words, <300 chars). No CI ran on the PR (0 check-runs, `mergeable_state: unstable` — first-time contributor needs run approval), so CI parity was run locally: `node scripts/validate.js` -> `✓ Validation passed. 428 warnings` (identical to main baseline, 0 new), `render.js` exit 0, `export-data.js` exit 0. Merged with a real `--no-ff` merge commit (d98c067) and pushed; PR #11 auto-closed as merged. Open PRs now 0. README NOT regenerated (asked separately). `gh` CLI still not installed; used the GitHub REST API + plain git.
768+
769+
## 2026-08-31
770+
771+
**Prompt:**
772+
> add https://www.inspora.design/ and https://themotionsocial.club/ and https://framerate.tv/ and https://hallofframe.in/
773+
774+
**Answered:** 3 of 4 added (user approved proposed placements). **Inspora** -> §08 `general-inspiration/01` (32->33), inspiration/Free, workflow concept, output generalist, platform web. **Hall of Frame** -> §06 `motion-graphics-inspiration/01` (25->26), inspiration/Free, output motion-graphics, platform web. **The Motion Social Club** -> §11 `communities-forums/01` (36->37), community/Free, output motion-graphics, skill beginner, platform web. **FrameRate SKIPPED: already cataloged** in §06 `motion-graphics-inspiration/01` (dupe grep caught it); its existing description calls it a "community showcase" but the site is actually a video-hosting/portfolio platform for creatives (Vimeo alt) with curated channels: description fix NOT applied, not requested. `framerate.tv` 403s WebFetch (bot-block); facts came from stashmedia.tv + framerate.tv/about via search. Validation ✓ 428 warnings, 0 errors (baseline unchanged). README not regenerated, nothing committed.

project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ Facet groups are separate **list** properties (`facet_license: ['Free']`), not o
350350

351351
## 11. Pending tasks / known work
352352

353+
- 2026-08-31: Added 3 inspiration/community entries: **Inspora** → §08 `general-inspiration/01` (32→33), **Hall of Frame** → §06 `motion-graphics-inspiration/01` (25→26), **The Motion Social Club** → §11 `communities-forums/01` (36→37). **FrameRate skipped: already cataloged** in §06 `motion-graphics-inspiration/01`. **OPEN:** the existing FrameRate description ("community showcase for motion design and music video work") understates it. The site is a video-hosting/portfolio platform for creatives (Vimeo alternative) with curated channels; `framerate.tv` bot-blocks fetches (403). Validation ✓ 428, 0 errors. README not regenerated; nothing committed.
354+
353355
- 2026-08-21: Merged **PR #11** (Thridy, free 3D icon library) into §01 `icons/01` (28→29). Pre-merge checks all green (enums, dupe, URL 200, license page, style); PR CI never ran (first-time-contributor approval gate) so CI parity ran locally: validate ✓ 428, render exit 0, export exit 0. Real `--no-ff` merge commit `d98c067` pushed; PR auto-closed. Open PRs 0. **OPEN:** `README.md` not regenerated for this entry (site + README still lack Thridy). `gh` CLI still not installed; PR work done via GitHub REST API + plain git.
354356

355357
- 2026-08-19: Added **MipMap** (drone mapping photogrammetry) to §10 `photogrammetry-scanning/03` (31→32), beside Pix4D. Platform `[win, mac]` inherited from Pix4D and NOT verified (site is JS-rendered). Full `check-links.js` write run over 3,543 URLs: OK 3,426, broken 58, unreachable 59, redirects 0, **0 new auto-deprecations** — the 58 broken are the same long-standing set. Report `_maintenance/link-check-2026-08-18.md` (script stamps UTC, so a local-2026-08-19 run is dated 08-18). Validation ✓ 428 warnings, 0 errors. **OPEN:** 58 broken URLs still need human triage; `scripts/recheck-unreachable.js` not yet run against the 59 unreachable (mostly Adobe/Autodesk bot-blocks). README not regenerated; nothing committed.

0 commit comments

Comments
 (0)