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

update to docs #96

Merged
merged 1 commit into from
Nov 11, 2024
Merged
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
7 changes: 7 additions & 0 deletions docs/source/bruheffect/fire_effect.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Fire Effect
===========

.. automodule:: bruhanimate.bruheffect.fire_effect
:members:
:undoc-members:
:show-inheritance:
5 changes: 5 additions & 0 deletions docs/source/bruheffect/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Key Modules and Purposes:

Focuses on rendering line-based visuals, ideal for creating stylized line art or dynamic geometries.

- **fire_effect**

Simulates fire burning with the ability to tweak certain parameters to change how the fire burns.

- **firework_effect**

Simulates firework displays, offering colorful and explosive visualizations for celebratory animations.
Expand Down Expand Up @@ -81,6 +85,7 @@ Explore these modules to discover the diverse effects you can achieve with the `
base_effect
chatbot_effect
draw_lines_effect
fire_effect
firework_effect
game_of_life_effect
matrix_effect
Expand Down
Loading