-
Notifications
You must be signed in to change notification settings - Fork 4
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
Suggestion: add animated background with procedural tree growing #11
Comments
Sounds lovely to me! |
here is what i have so far https://gypsydangerous.github.io/teamtrees/ |
@AlcaDesign how did you do yours? |
Hey @GypsyDangerous, I don't really know how I could make a pull request to your version, so I just created a gist. What I basically changed is:
|
Hey @mikakruschel thanks for the suggestions, I have added them to mine, in the future you can PR to here |
@GypsyDangerous What you see on my site background is just points moving around an evolving noise/flow field based on Perlin Noise Flow Field by Danny Sheefmahn As far as making the canvas appear in the background, it's just positioned by CSS using z-index. #header canvas {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
} |
Thanks! |
I think i have the mechanics down, now I just need help with the design |
I really like the live backgrounds on pages like alca.tv or https://www.ernst-schmidt.com/ and I think it would be really cool to add a live background to this site that generates a forest out of procedural fractal trees.
The text was updated successfully, but these errors were encountered: