On Tue, 19 Nov 2013 15:20:01 +0000 Thomas Strobel <ts...@cam.ac.uk> said:
> Hi all, > > I was wondering which constraint solver is being used in EFL for placing > evas objects relatively to each other? Especially for edje, can anyone > point me to a research paper or similar which describes the algorithm > being used? nope. can't. it's just math man. math. there is no "constraint solver" at all. it's just calculate your coords - if you are relative TO something else... your coords depend on its coords - so go calculate what you depend on first... and repeat (recurse). it's just inside edje. simple basic logic+math -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel