Skip to content

Commit

Permalink
New index top sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 28, 2025
1 parent ddf76a1 commit abeb37a
Show file tree
Hide file tree
Showing 26 changed files with 106 additions and 167 deletions.
7 changes: 5 additions & 2 deletions .github/scripts/gen-imgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import random
import json
import os
import re

def gen_img(root, json_file):
out_file = os.path.join(root, f"{os.path.splitext(json_file)[0]}.png")
Expand Down Expand Up @@ -59,14 +60,16 @@ def gen_img(root, json_file):

seed = random.randint(0, 2**32 - 1)

prompt = textwrap.dedent(f"""
prompt = f"""
Create an abstract oil painting that represents:
{description.strip()}
Use an expressive explosion of {colors}—with and hyper-detailed textures.
Highlight the artwork with gleaming golden accents that radiate light amidst a brilliance of harmony.
Incorporate ethereal elements like {imagery} to symbolize the peaceful blending of these forces.
Ensure a perfect composition with intricate pearl filigree, capturing a serene and radiant ambiance
""").strip()
"""

prompt = re.sub(r'\s+', ' ', prompt).strip()

payload = {
"prompt": prompt,
Expand Down
6 changes: 6 additions & 0 deletions .github/scripts/gen-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ for await (const { project } of desired_pantry_entries()) {
homepage = undefined;
}

switch (project) {
case 'github.com/brucedom/bruce':
description = 'Basic Runtime for Uniform Compute Environments';
// ^^ the github description is not useful
}

let json: any = {
brief, description, homepage, provides, brew_url, license, github, project, displayName
}
Expand Down
Binary file added src/assets/dev.webp
Binary file not shown.
Binary file removed src/assets/gui.png
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/mash.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/mash.text.svg

This file was deleted.

Binary file added src/assets/mash.webp
Binary file not shown.
16 changes: 0 additions & 16 deletions src/assets/ossapp.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/ossapp.text.svg

This file was deleted.

Binary file added src/assets/pkgm.webp
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/pkgx.purple.svg

This file was deleted.

Binary file added src/assets/pkgx.webp
Binary file not shown.
26 changes: 0 additions & 26 deletions src/assets/pkgxsh.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/pkgxsh.text.svg

This file was deleted.

Binary file added src/assets/teaBASE.webp
Binary file not shown.
Binary file added src/assets/unpkg.webp
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/wordmarks/OpenAI.svg

This file was deleted.

Binary file removed src/assets/wordmarks/charm.png
Binary file not shown.
Loading

0 comments on commit abeb37a

Please sign in to comment.