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

New Features #7

Open
2 of 5 tasks
Magnogen opened this issue May 25, 2022 · 0 comments
Open
2 of 5 tasks

New Features #7

Magnogen opened this issue May 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Magnogen
Copy link
Owner

Magnogen commented May 25, 2022

I'd like to add a few more features, as three isn't that much lol. Any other ideas for this? Hmm

  • Canvas

    A way to draw a bunch of stuff without having to do arcs for circles translate and rotate for just rotated things, and things like that. P5.js inspired.

  • Range

    0 ... 5, !0 ... 1, etc, basically a shorter way to do conditions. Based on ColourTode by TodePond

  • Vector

    add, sub, dot, cross, div, lerp, stuff like that - but for vectors of arbitrary dimensions!

  • State

    Basically FSMs, a way to switch between states and stuff using an object that has objects or whatever.

    I have no idea how to implement this.

  • Thread

    A way to do multiple things in sort-of parallel. Good for generative art that can take a while haha. Pixel manipulation and lots of circles, maybe even simulations and such.

@Magnogen Magnogen added the enhancement New feature or request label May 25, 2022
@Magnogen Magnogen self-assigned this May 25, 2022
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