Logo by HPDZ - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit us on facebook
 
*
Welcome, Guest. Please login or register. April 19, 2024, 05:33:35 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1] 2   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Suggestions  (Read 5773 times)
0 Members and 1 Guest are viewing this topic.
Patryk Kizny
Global Moderator
Fractal Fertilizer
******
Posts: 372



kizny
WWW
« on: October 16, 2015, 01:42:50 PM »

Hey,

Playing around with synthclipse and like it so far.
As usually, I'll be sharing me notes regarding what can be improved.


It would be very convenient to have some controls for the viewport that would allow to lock aspect ratio or scale it to 100% of the Buffer Size set in the rendering window.
I usually work with Custom buffer size matching the aspect ratio of my final intended rendering. But the viewport does not reflect it - the window scales the content within and does not repsect correct aspect ratio, so it's easy to squeeze your image and very hard to set it to the desired dimensions. Even overriding the default content scaling to 'fit within' window or 'do not resize' (instead of 'fill regardless of aspect ratio) would fix that problem.

 
Logged

Visual Artist, Director & Cinematographer specialized in emerging imaging techniques.
Patryk Kizny
Global Moderator
Fractal Fertilizer
******
Posts: 372



kizny
WWW
« Reply #1 on: October 17, 2015, 01:39:56 PM »

I am a bit surprised there's only a linear interpolation for single-component uniforms - like float etc.
Would be great to have auto-bezier at least. Ideally - full graphic editor for bezier curves, but that's a bit more work-intense I guess.
Logged

Visual Artist, Director & Cinematographer specialized in emerging imaging techniques.
Patryk Kizny
Global Moderator
Fractal Fertilizer
******
Posts: 372



kizny
WWW
« Reply #2 on: October 17, 2015, 07:08:17 PM »

What would be also cool, and pretty simple to do is to add a vertical line on the main timeline to show current position of playhead. Cyrrently the playhead is displayed only underneath, but it is a different scale visually. So when you find a time where you want to add a keyframe it's really tough to find that place on timeline.
Logged

Visual Artist, Director & Cinematographer specialized in emerging imaging techniques.
Patryk Kizny
Global Moderator
Fractal Fertilizer
******
Posts: 372



kizny
WWW
« Reply #3 on: October 17, 2015, 07:40:15 PM »

Marquee rectangular selection on the main timeline view would be a huge help. Currently it's easy to drag entire group, but it's hard to drag a vertical bar of keyframes.
Logged

Visual Artist, Director & Cinematographer specialized in emerging imaging techniques.
Patryk Kizny
Global Moderator
Fractal Fertilizer
******
Posts: 372



kizny
WWW
« Reply #4 on: October 17, 2015, 11:41:54 PM »

Anyways, Synthclipse timeline editor totally rocks!
Logged

Visual Artist, Director & Cinematographer specialized in emerging imaging techniques.
_revers_
Conqueror
*******
Posts: 138



« Reply #5 on: October 18, 2015, 11:41:58 PM »

Thanks for good word!  A Beer Cup

As of your suggestions, I'll try to implement most of the things you mentioned, but rather without graphical curve editor.
What is "auto-bezier"?
I've thought that 1D case of Bezier interpolation is just linear interpolation ( https://en.wikipedia.org/wiki/Bézier_curve#Specific_cases ). If you can provide me some materials about 1D interpolation I can implement them in Synthclipse.
Or do you mean "easing"/"tweening", not "interpolation"? Like this: http://easings.net ?

BUT... don't expect these features too quick. I have very little free time lately. I'm in the middle of general house renovation and in 3 weeks from now will born my first child, so I would have yet less time.
Logged
Patryk Kizny
Global Moderator
Fractal Fertilizer
******
Posts: 372



kizny
WWW
« Reply #6 on: October 19, 2015, 01:06:12 PM »

Thanks for taking these into account. No pressure.

Regarding interpolation between one-component values on timeline: linear is usually not enough to render eye-pleasing animations.
I don't know maybe catmull-rom can be used here also. Bezier curves are a standard in most of the graphic and motion software, are well documented and I guess there's a bunch of bits already available.
To be precise, these should be either quadratic or cubic beziers.



Normally they work with control points - so you have a keyframe point on a curve and 2 handle points laying on a tangent line at that keyframe which you use to modify easing of the curve at the keyframe.
You have 2 handles per keyframe and usually they are locked to the tangent. In some cases you can unlock them so that they are sharing the same tangent - then you'e manipulating incoming and outgoing portion of the curve independently, so you have 2 tangents and a discontinuity.

This example shows you 'unlocked' version (1st graph)
http://math.hws.edu/eck/cs424/notes2013/canvas/bezier.html

This is the 'locked' version used in most cases
http://www.victoriakirst.com/beziertool/

But what could be useful for Synthclipse to keep things simple instead of developing a full graphic editor is an auto-bezier option. By that I mean that bezier functions are used for interpolation of values between keyframes, but the control points are generated automatically.

I think this example (scroll down to cubic or quadratic) may give you the idea. I saw a better one somewhere but can't seem to find it now.
http://www.drububu.com/animation/bezier_curves/
https://www.desmos.com/calculator/cahqdxeshd

There's already a bunch of online JS implementations because bezier is being used since HTML5/CSS3 to create CSS-based animations.

Here are some other implementations.
http://jsfiddle.net/halfsoft/Gsz2a/

Here's a package for Unity
https://www.assetstore.unity3d.com/en/#!/content/11278

I am not sure what exactly you may need technically to implement these, but there's a plenty of resources.
I bet there are high chances you find a ready-to use library or code bits that will do the most part of the job.
Logged

Visual Artist, Director & Cinematographer specialized in emerging imaging techniques.
_revers_
Conqueror
*******
Posts: 138



« Reply #7 on: October 19, 2015, 10:33:55 PM »

Thanks for explanation and links. I will investigate them before implementing the interpolation.
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #8 on: October 20, 2015, 12:00:15 AM »

What is most important is that interpolation exactly matches the key frames, catmul rom does this as far as i know, nevertheless easing is wqually important smiley
Logged

---

divide and conquer - iterate and rule - chaos is No random!
Patryk Kizny
Global Moderator
Fractal Fertilizer
******
Posts: 372



kizny
WWW
« Reply #9 on: October 20, 2015, 08:24:32 PM »

Kamil, Another thing that would be very desired is a better output formats for rendering.
Currently there's 8-bit RGB Png. Would be great to have 16bpp plus transparency. Can it be easily done?
Another option - Open EXR 32bpp format that has just been added to Fragmentarium thanks to Dick Ulus.
Logged

Visual Artist, Director & Cinematographer specialized in emerging imaging techniques.
_revers_
Conqueror
*******
Posts: 138



« Reply #10 on: October 21, 2015, 01:04:11 AM »

Rendering to 32-bit float RGBA buffer would be easy. Saving it to OpenEXR or other format - don't know. I will investigate this possibility when I'll be working on the next version of Synthclipse.
Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #11 on: October 21, 2015, 04:48:36 AM »

@_revers_ One big bonus I found with OpenEXR in Fragmentarium was that image output size is not limited by QImage and QWidget @ 16384 or 32768.
The largest test image I've made was 64000x36000 3.1G, some GL trickery was required for the depth to alpha part.
The OpenEXR sources included with Fragmentarium compile as static libs (including zlib with mingw) and is a standalone package so it could be used by any program, if you can use static C++ libraries from java huh? you should have no problems making this work.
The OpenEXR sources I provide have been modified a bit, just a few minor things iirc like syntax, just to get it compiled, no really bright ideas from me in there wink
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
_revers_
Conqueror
*******
Posts: 138



« Reply #12 on: October 21, 2015, 09:12:54 AM »

I can't use static libraries from Java but I can make it dynamic. I think you already agreed but I must ask explicitly: Can I use your modified OpenEXR from Fragmentarium sources?
Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #13 on: October 21, 2015, 03:14:04 PM »

 roll eyes sure you can, happy to help, zlib.dll is also required for compression in shared/dynamic version, OpenEXR and zlib are installed on most up to date linux systems, the only reason I did it this way was to keep the Windows dist from getting cluttered with more dlls.
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
_revers_
Conqueror
*******
Posts: 138



« Reply #14 on: October 21, 2015, 06:56:51 PM »

Thanks!  A Beer Cup
Logged
Pages: [1] 2   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Suggestions for the software The 3D Mandelbulb marcusbacus 1 2347 Last post October 08, 2010, 08:22:35 PM
by Jesse
Suggestions/improvments Mandelbulb 3d kr0mat1k 3 1773 Last post March 03, 2011, 08:07:43 PM
by Rathinagiri
Suggestions for M3d Mandelbulb 3d « 1 2 3 » Xenodimensional 34 5644 Last post February 03, 2012, 04:44:09 PM
by bib
First mandelbulb, suggestions? Movies Showcase (Rate My Movie) nextdimension 4 1678 Last post September 06, 2011, 01:20:41 PM
by Sockratease
Fragmentarium 3DickUlus - Notes & Suggestions Fragmentarium « 1 2 3 4 » Patryk Kizny 56 7930 Last post January 06, 2016, 07:32:40 PM
by Tim Emit

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.155 seconds with 25 queries. (Pretty URLs adds 0.014s, 2q)