Monday, July 20, 2020

PSF GSoC students blogs: Weekly Check-In: Week 8


Make sure to check out Project FURY : https://github.com/fury-gl/fury

Hey Everyone! 
This week, multiple SDF primitives.

What did I do this week

Over the past few weeks i have been working on adding SDF based actors in FURY. The task for this week was to complete the remaining features such as support for scaling and rotation based on user direction for the actors. The main objective is to complete the SDF actor and make it ready to merge into the FURY codebase.

Scaling:


Rotation based on direction:



The code for the above render is available at the branch :

https://github.com/lenixlobo/fury/tree/SDF-Experiments 

What's coming up next

Since the features are almost done the task for next week is clean the code and test for bugs. And then to eventually merge the  sdf_actor into the fury codebase.

Did I get stuck anywhere

No major issues this week. 



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...