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

Added GSoC blog posts for remaining weeks #496

Merged
merged 4 commits into from
Sep 16, 2021

Conversation

antrikshmisri
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Sep 8, 2021

Codecov Report

Merging #496 (ce5b285) into master (ffee0a6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #496   +/-   ##
=======================================
  Coverage   89.00%   89.00%           
=======================================
  Files          33       33           
  Lines        7093     7093           
  Branches      834      834           
=======================================
  Hits         6313     6313           
  Misses        547      547           
  Partials      233      233           

Copy link
Contributor

@skoudoro skoudoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @antrikshmisri,

Overall, it looks good. Thank you for this. See below for some minor comments. could you also rebase. After those changes, it will be ready to go. Thanks!

docs/source/posts/2021/2021-08-23-final-work-antriksh.rst Outdated Show resolved Hide resolved
docs/source/posts/2021/2021-08-23-final-work-antriksh.rst Outdated Show resolved Hide resolved
docs/source/posts/2021/2021-08-23-final-work-antriksh.rst Outdated Show resolved Hide resolved
docs/source/posts/2021/2021-08-23-final-work-antriksh.rst Outdated Show resolved Hide resolved
------------------------
Below are the tasks that I worked on:

* `Created PR for sprite sheet animation <https://github.com/fury-gl/fury/pull/491>`_ : This Pr adds support for playing animations from a sprite sheet. This feature will be used in Card2D to create a tutorial in which the card will show the animation in the image box. Previously, the utility functions for this were added directly inside the tutorial but now they are refactored to go in their respective modules.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR instead

docs/source/posts/2021/2021-08-16-week-11-antriksh.rst Outdated Show resolved Hide resolved
@pep8speaks
Copy link

Hello @antrikshmisri! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 12:80: E501 line too long (94 > 79 characters)
Line 18:80: E501 line too long (80 > 79 characters)
Line 25:1: E305 expected 2 blank lines after class or function definition, found 1
Line 39:25: W292 no newline at end of file

Copy link
Contributor

@skoudoro skoudoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the update @antrikshmisri!

LGTM, merging.

@skoudoro skoudoro merged commit bdcd560 into fury-gl:master Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants