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

Lab1: Catherine Cheng #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 14 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
# Lab01: Toolbox Functions
This is a shader practice via Shader Toy. The following tasks are completed:
- Using shader to replicate two provided patterns
- Implement my own flower shader
## Custom Flower Shader
1. Can also be viewed here: [Shader Toy Link](https://www.shadertoy.com/view/XXsyDH)
![](images/Custom%20Flower.gif)

Let's practice using some tool box functions! You may work with a partner for this one.
## Flower Shader Replication
2. Can also be viewed here: [Shader Toy Link](https://www.shadertoy.com/view/X3syWH)
![](images/Pulsing%20Flower.gif)

# Setup

Create a [Shadertoy account](https://www.shadertoy.com/). Either fork this shadertoy, or create a new shadertoy and copy the code from the [Flower Puzzle](https://www.shadertoy.com/view/NsVBzy).

# Puzzles
3. Can also be viewed here: [Shader Toy Link](https://www.shadertoy.com/view/XXsyWH)
![](images/Spinning%20Flower.gif)

### Puzzles
Do your best to replicate the following simple graphics:

1. Pulsing Flower
- Pulsing Flower
![75f8b7ade447b2ad49c9f19aa0f190c9](https://user-images.githubusercontent.com/1758825/133500768-45b053c2-1885-4108-84a8-4cbf3f10318d.gif)

2. Spinning Flower
- Spinning Flower
![dbd6b5b655de0843869f06d8f9871770](https://user-images.githubusercontent.com/1758825/133485625-8385c7ca-6015-4809-b8ad-3311df071889.gif)

3. Modify the base code to create a new flower!
- Ideas: add additional shapes, create an interior for the flower, change the animation, make your flower explode, add an animated background, use color gradients.

# Submission
- Create a pull request to this repository
- In the README, include the names of both your team members
- In the README, create a link to your shader toy solutions for these three prompts
- Make sure all three of your shadertoys are set to UNLISTED or PUBLIC (so we can see them!)
Binary file added images/Custom Flower.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Pulsing Flower.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Spinning Flower.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.