New chip ideas and component idea

I got some cool ideas for circuits/ components

  • get player Banner image: this basically just gets the image off the players banner

  • get room image: this gets the picture for this room or if you’re using a destination constant as an input it gets the picture of that room

  • get room description: gets the room description

  • get room name: gets the room name

  • get room tags: gets the room tags

  • get event image: gets the event image

  • get event name: gets the event name

  • get event description: gets the event description

  • get event tags: gets the tags for the event

  • prompt player profile: basically it opens a player profile like how the link button does, also you can have a player constant for a specific player

  • player prompt event page: basically it opens an event page like the link button

  • player prompt invention page: basically it opens the invention page like a link button

  • player prompt room page: basically it opens the room page like a link button using a destination constant

  • player constant: basically it works like a player but it can interact with the player prompt player profile for players that are not in the room
    So like if you wanted to prompt one of the creators it can open one of the creators

  • invention constant: this would work with the player player prompt invention page chip and you could also put it on storefronts

  • event constant: basically just gets a specific event

  • and a new component called image displayer basically it can display any rec net image with the ability to change width, height, the shape of it, and a bunch of other things

10 Likes

My Ideas for new Cv2 Chips that I think could make circuits run faster and more efficiently


List Dot Product: Get the dot product of a list
ex. (L1,1L2,1)+(L1,2L2,2)+(L1,3*L2,3)

List Sublist: Like the string substring but instead of getting a string based on starting point index and ending point Index+Length, it does that but for lists
Alternative: Sublist; using 2 index to directly choose the start and end points

1 Like

why?

wouldn’t the room owner just specify the room name in like a string?

You could get other rooms names

This doesn’t seem useful on its own because of it literally just being the same room that you are in, and saying

how would you get the other rooms names?

Wouldn’t this make slightly more sense for subrooms instead of the room itself?