TurboWarp / extensions

User-contributed unsandboxed extension gallery for TurboWarp
https://extensions.turbowarp.org/
MIT License
114 stars 234 forks source link

Help us create images for all of the extensions #90

Open GarboMuffin opened 1 year ago

GarboMuffin commented 1 year ago

It's not a secret that I am not a graphics designer. So, instead, we hope to crowdsource images for the extensions. This issue is the place where we will do that.

Image requirements:

You can post proposed images here or try to figure out how to submit a pull request if you're in the mood

CST1229 commented 1 year ago

Files:

DNin01 commented 1 year ago

How about this for Runtime Options?

60 FPS option turned on

GarboMuffin commented 1 year ago

Can you make that again but without the top few pixels of the next checkbox visible? (better yet, you might be able to just fit it in?)

GarboMuffin commented 1 year ago

Actually, I think this will look a bit better if I remake it as an SVG and make some changes to the design, removing the question marks, making the highlight a round rectangle on both sides, etc.

DNin01 commented 1 year ago

Actually, I think this will look a bit better if I remake it as an SVG and make some changes to the design, removing the question marks, making the highlight a round rectangle on both sides, etc.

Go ahead.

David-Orangemoon commented 1 year ago

Utilities! image 600x300 Image

David-Orangemoon commented 1 year ago

FETCHBITMAp Fetch!

David-Orangemoon commented 1 year ago

CloudPingBITMAP Cloud Ping Its simple but at least it conveys its purpose!

David-Orangemoon commented 1 year ago

PointerLockBitmap Pointer lock 0,0 :)

David-Orangemoon commented 1 year ago

PointerLock CloudPing FETCH Utilities The SVGs

GarboMuffin commented 1 year ago

If anyone's in the mood, "Gamepad" and "Bitwise" both could use more inspired images

GarboMuffin commented 1 year ago

Also, https://github.com/TurboWarp/extensions/pull/100 (Play sounds from mp3 by URL) needs an image

softedco commented 1 year ago

sound

100

Mickmick21 commented 1 year ago

sound #100

Looks good

DNin01 commented 1 year ago

If anyone's in the mood, "Gamepad" and "Bitwise" both could use more inspired images

For a Gamepad extension icon, is it okay if it's rounded-rectangle-shaped (like an SNES controller)?

GarboMuffin commented 1 year ago

55 will also need an image

For a Gamepad extension icon, is it okay if it's rounded-rectangle-shaped (like an SNES controller)?

Maybe

Perhaps the image could contain a bunch of different types of controllers

DNin01 commented 1 year ago

How about this for the Gamepad extension? Gamepad

Consider this picture to be licensed under a CC-BY 4.0 license. It was adapted from a related graphic in DNin01/icons.

Mickmick21 commented 1 year ago

How about this for the Gamepad extension? Gamepad

Consider this picture to be licensed under a CC-BY 4.0 license. It was adapted from a related graphic in DNin01/icons.

its good ,it just needs triggers

DNin01 commented 1 year ago

It looks like all the images are complete, unless we want to make a few improvements.

GarboMuffin commented 1 year ago

I'm adding some unsandboxed custom extensions to the native extension library. It's now apparent that "TurboWarp Blocks", "TurboWarp Extension Gallery", and "Custom Extension" could use better icons

image

GarboMuffin commented 1 year ago

Note that images in Scratch's extension library are 600x372 instead

softedco commented 1 year ago

turbo-blocks TurboWarp Blocks

GarboMuffin commented 1 year ago

To avoid a scenario where "TurboWarp Blocks" and "TurboWarp Extension Gallery" have the same icon, I believe it would make sense to give the TurboWarp logo to "TurboWarp Blocks" and "TurboWarp Extension Gallery" can instead have something like a collage of several images of extensions from extensions.turbowarp.org

GarboMuffin commented 1 year ago

We also need images for:

https://extensions.turbowarp.org/navigator.js - browser and OS detection blocks

https://extensions.turbowarp.org/text.js - blocks that manipulate text

CST1229 commented 1 year ago

I know that it isn't 2:1 or vector, but for reference, this is the original image for the Text extension used in SCE (image is by the Scratch user JoshsAccount, however, he did not post it on Scratch (instead on another platform)):

(Maybe it could be edited for this.)

(Note: The repo it's in is a fork of TW's scratch-gui, so the image is probably under GPL3...)

SIPC commented 1 year ago

210035471-5a9ac826-4de1-406f-ae24-9b50f7af701d

Cbr2011 commented 1 year ago

api

softedco commented 1 year ago

api

The image for that already exists

SIPC commented 1 year ago

Consoles Time

TheShovel commented 1 year ago

For Bad word remover profanityThumb

For ShovelUtils shovelutils

Xeltalliv commented 1 year ago

@GarboMuffin @True-Fantom I tried making images for Clipping and blending extension myself and despite not exactly fitting the white-outline style of True-Fantom, which everything seems to be going to, I think those 2 may actually look better than the current ones. What are your thoughts? (branch) clippingblending image image

Skyhigh173 commented 1 year ago

JSON extension first time making this JSON extensions

True-Fantom commented 1 year ago

@Xeltalliv На самом деле то, что ваше расширение содержит сразу 2 функции, не входящие в общую тематику, создаёт несколько проблем:

Может разделить текущее расширение на 2 отдельных? Это бы решило все проблемы (Уже готовое оставить как есть, просто убрать его с сайта, и заменить на 2 новых)

Тогда оба готовых баннера можно использовать для создания новых, в общей тематике и полностью раскрывающих функционал

Ps: Пишу на русском, так как текст получился слишком длинным, и я потрачу минимум полчаса на нормальный перевод

Xeltalliv commented 1 year ago

@True-Fantom Отвечу на англиском чтоб остальные могли понять.

  • И, как я уже сказал, обе функции выглядят несовместимыми в одном расширении (And, as I already mentioned, both features look incompatible in a single extension)

From a logical point of view I agree that it may not make sense to combine those 2 features into 1 extension. The main reason why I did it is technical reasons. Both of them require overwriting the same parts of rendering (and implementation of both features is very similar), which makes those parts of TurboWarp slower. Having it combined into 1 extension makes it slower once. Having it in two separate extensions and then trying to use both at once will make it twice as slow. It's also easier to maintain and is less likely to conflict this way.

The slowdown it causes is also the reason why I don't want to add any other unrelated in technical implementation features to it (like new normal scratch effects). If I do so, and later some people decide to use just those other features, then they shouldn't be dealing with the slowdown and potential extension incompatibilities from features they don't even intend to use.

I may eventually make both of features also affect pen, which will also involve a lot of code shared between both them.

  • Название выглядит странно, оно отделяет обрезку и смешивание, так что только подчёркивает их "независимость" (The name looks weird, it separates clipping and blending, which only highlights their "unrelatedness")

Trying to pick a name that tries to unify them into one shared topic makes it not clear what extension really adds. And as I described above, I'm not planning to add new features to it, so calling such a small extension with a broad topic may give people false expectations and waste a name of that broad topic, which could be better used by another extension.

  • Название занимает 2 строки, что мешает, увеличивая ряд значков категорий (The name takes up 2 rows, which doesn't look that well, since it expands the column of category icons)

I also prefer single line names, though once again picking a single line name is hard (or impossible) such that it isn't affected by issues described in my previous point.

  • Сложно уместить на значке и баннере визуальное представление обеих возможностей (It's hard to fit visual representation of both features on an icon and a banner)

For icon, yes. For banner I think the image above does it decently.

Может разделить текущее расширение на 2 отдельных? Это бы решило все проблемы (Уже готовое оставить как есть, просто убрать его с сайта, и заменить на 2 новых) Maybe divide the current extension it 2 separate ones? It would've solved all the issues (Leave the current ones as is, just remove it from the homepage, and replace with 2 new ones)

If there was no technical reasons to keep it as a single extension, this would've been a great idea.

True-Fantom commented 1 year ago

@Xeltalliv Okay)

But then I suggest new images clipping   blending (1) clippingblending11 (1)2 and replacing the name from Clipping, blending to Clipping & Blending

GarboMuffin commented 1 year ago

Here's an idea:

223493041-9e76ce9f-ac7c-48f4-9c93-c39d8a66f4cb

(Yes, I know it's not centered correctly, just a quick mock up)

I believe there is non-insignificant value in showing a real demonstration of what this extension's blending actually means, even if it has to look slightly out of place (compared to a lot of the other images, this is really not out of place though)

Xeltalliv commented 1 year ago

Here's an idea:

223493041-9e76ce9f-ac7c-48f4-9c93-c39d8a66f4cb

I like this

@Xeltalliv Okay)

But then I suggest new images clipping blending (1) and replacing the name from Clipping, blending to Clipping & Blending

And agree with both of those ideas.

True-Fantom commented 1 year ago

@GarboMuffin @Xeltalliv

Correctly centered image: clippingblending11 (1)5 I think for now we can consider this the final option

NOname-awa commented 1 year ago

@)MD7Q@ ( K$~01E3B~LGNK 0001_0 (5)

True-Fantom commented 1 year ago

@NOname-awa To be honest, I don't think your extension needs to be added to the homepage yet, since it actually adds only 4 new blocks, 3 of which are easy to recreate.

NOname-awa commented 1 year ago

@NOname-awa To be honest, I don't think your extension needs to be added to the homepage yet, since it actually adds only 4 new blocks, 3 of which are easy to recreate.

Okay, I will continue to modify

NOname-awa commented 1 year ago

@NOname-awa To be honest, I don't think your extension needs to be added to the homepage yet, since it actually adds only 4 new blocks, 3 of which are easy to recreate. BFSLA@`T%SX{CO 4{PEH BQ

I added 6 blocks 5 contents containing line segments and quadrilateral

True-Fantom commented 1 year ago

@NOname-awa I apologize for such a long delay morecomparisons

NOname-awa commented 1 year ago

thanks!

vaulto35 commented 1 year ago

Screenshot 2023-04-25 8 51 44 AM

i made this in like, 3 minutes. its just a concept

vaulto35 commented 1 year ago

Screenshot 2023-04-25 9 16 55 AM

theres also this ugly abomination (for navigator)

Pizzalover4783 commented 1 year ago

Canvas Effects Thumbnail Thought I'd contribute a thumbnail for Canvas Effects

Pizzalover4783 commented 1 year ago

Numerical Encoding Numerical Encoding Thumbnail

GarboMuffin commented 1 year ago

Tween needs an SVG version of its image: https://github.com/TurboWarp/extensions/blob/master/images/JeremyGamer13/tween.png

Pizzalover4783 commented 1 year ago

Tween

Done