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

Is there a way to render an array of pixels? #44

Closed
TatriX opened this issue Jul 31, 2021 · 3 comments
Closed

Is there a way to render an array of pixels? #44

TatriX opened this issue Jul 31, 2021 · 3 comments

Comments

@TatriX
Copy link
Contributor

TatriX commented Jul 31, 2021

Hi!
I'm trying to render a 2d array of pixels and it seems there is no simple way of doing this.
I'm looking for something similar to canvas or p5 / processing

@vydd
Copy link
Owner

vydd commented Oct 16, 2022

Hey, not at the moment! Would you expect that to work as a texture?

@TatriX
Copy link
Contributor Author

TatriX commented Oct 17, 2022

I guess. I was trying to manually generate Perlin noise iirc. It's been a while :)

@vydd
Copy link
Owner

vydd commented Nov 7, 2022

Hey! I've added the canvas here 1be59d2.
It needs some polish and docs, but I'm pretty happy with how it works in general.

Here's what I made with it (the new example):

stars-demo

@vydd vydd added the solved label Nov 7, 2022
@TatriX TatriX closed this as completed Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants