-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sprite Animation Functions Systems #35
base: testing
Are you sure you want to change the base?
Conversation
There are certainly question marks about how to use this feature, but these do not overshadow its power. |
Now use like these {{< sprite frame_count="121" frames_per_row="12" frame_width="413" frame_height="400" image_url="https://images2.imgbox.com/8f/d6/nwUrHa7y_o.png" >}}
I did some research and thought it could be used as a shortcode. And that's how I did it. There are a few default values. For example, it should be able to be used like this. |
The macro I use for Freecad:
The code I used to combine the images
|
Thanks for adding the macros to generate the base images. I'm pasting below the comments I made on Discord for this PR :
example
This assumes a
|
I think I did everything written here. |
Hi @Reqrefusion Getting back to your PR. Could you please keep your comments on the code, so we know what the functions are for. |
So let me delete the comments lines? FreeCAD site used by taking into account the line feature was made here we have removed the line feature I can give their resources. This is the only line https://codepen.io/turan-furkan-topak/pen/jojvzlk |
Hi @Reqrefusion Sorry, I have difficulties understanding what you mean...
Thanks =D |
I am also influencing this technique that I applied on the old site I was working on here. It is only possible with the ratio system #34 . More detailed information can be found in this PR FreeCAD/FreeCAD-Homepage#186. You can look at the direct code system here.