fireworksOverCity-jason#499
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Added .png to the snapshot name
Contributor
|
Nice! It's simple visually but certainly evokes what you were going for. You've earned your Blot. You can order it here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My artwork is an image of a city skyline with fireworks above it. First, the skyline is created by making an outline of buildings using ranges of random numbers which can be adjusted to get taller buildings, wider buildings, etc. Windows are created for each building using a turtle. Then, fireworks are drawn by picking a random point (in certain ranges) to be the center, picking a points nearby to be the endpoints of the sparks, and drawing curves using bt.nurbs.

I have some experience coding in Python, but not that much experience with JavaScript. I enjoy coding and thought this Blot would be cool to try out. This is my first program with Blot and one of my first with JS so I didn't try anything too complex, but I hope I can make nicer works as I get more familiar with the Blot library.