Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement more entities #2

Open
4 of 16 tasks
EriKWDev opened this issue Nov 8, 2020 · 0 comments
Open
4 of 16 tasks

Implement more entities #2

EriKWDev opened this issue Nov 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@EriKWDev
Copy link
Collaborator

EriKWDev commented Nov 8, 2020

Implement More Entities!

We want more entities to play around with :) We also need to implement raster-entities...

  • => done
  • => needs to be implemented

Vector Entities

  • Text
  • Arc
  • Circle
  • SVG Images (from file-location or text)
  • Rectangle
  • Square
  • Line
  • Triangle
  • Regular polygons
  • Rounded variants of all of the above (or just a corner_radius property on all vector entities)

Raster Entities

  • Raster variants of vector entities (feasable? Perhaps through a vector_entity_to_raster that renders them to a surface and turns that surface into a pixel-array)
  • PNG/JPEG/GIF Images
  • ColorFromFunction (Apply a function of some sort to every pixel within an area and turn the coordinates into a color of some sort)
  • BackgroundFromFunction (Extends the ColorFromFunction entity but supplies screen width and height by default...)
@EriKWDev EriKWDev added the enhancement New feature or request label Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant