solstice-anim

Geometry animation library of the solstice app
git clone git://git.meso-star.com/solstice-anim.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-05-20 12:10Merge branch 'release_0.3_r1'Christophe Coustet13+15-13
2026-05-20 09:39Fix copyright noticeChristophe Coustet12+14-12
2026-05-20 08:33Fix a typoChristophe Coustet1+1-1
2026-05-19 13:49Merge branch 'release_0.3'Christophe Coustet17+387-152
2026-05-19 13:49Merge branch 'release_0.3' into developChristophe Coustet3+43-22
2026-05-19 13:48Fix .gitignoreChristophe Coustet1+0-1
2026-05-19 13:47Bump version number to 0.3Christophe Coustet1+2-2
2026-05-19 13:45Add Release notes for release 0.3Christophe Coustet1+41-19
2026-05-13 14:57Replace CMake with a POSIX MakefileChristophe Coustet6+335-121
2026-04-17 08:40Upgrade copyright noticeChristophe Coustet11+11-11
2021-10-19 08:11Merge branch 'release_0.2.4' into developVincent Forest12+42-27
2021-10-19 08:09Merge branch 'release_0.2.4'Vincent Forest12+43-28
2021-10-19 08:05Update the copyright noticeVincent Forest12+28-18
2021-10-19 08:04Update the release notes formattingVincent Forest1+8-8
2021-10-19 08:03Write the 0.2.4 release noteVincent Forest1+5-0
2021-10-19 07:51Set version to 0.2.4Vincent Forest1+1-1
2021-10-19 07:49Set the CMake minimum version to 3.1Vincent Forest1+1-1
2020-10-22 09:33Merge branch 'release_0.2.3'Christophe Coustet3+8-14
2020-10-22 09:32Merge branch 'release_0.2.3' into developChristophe Coustet2+6-1
2020-10-22 09:31Bump version number to 0.2.3Christophe Coustet1+1-1
2020-10-22 09:31Add Release notes for release 0.2.3Christophe Coustet1+5-0
2020-10-21 12:00Fix build: possible double definition with some rsys versionsChristophe Coustet2+2-13
2018-12-18 13:37Merge branch 'release_0.2.2' into developVincent Forest2+5-1
2018-12-18 13:36Merge branch 'release_0.2.2'Vincent Forest2+6-2
2018-12-18 13:36Write the 0.2.2 release noteVincent Forest1+4-0
2018-12-18 13:35Bump version to 0.2.2Vincent Forest1+1-1
2018-12-17 14:48Fix link order on Ubuntu that prevented building tests.christophe coustet1+1-1
2017-12-13 10:04Merge branch 'release_0.2.1' into developVincent Forest2+8-3
2017-12-13 10:03Merge branch 'release_0.2.1'Vincent Forest8+697-692
2017-12-13 10:02Write the 0.2.1 release noteVincent Forest1+7-2
2017-12-13 09:58Bump version number to 0.2.1Vincent Forest1+1-1
2017-12-11 11:05Fix deprecations introduced by RSys 0.6Vincent Forest7+689-689
2017-09-19 08:27Merge branch 'release_0.2' into developVincent Forest1+8-0
2017-09-19 08:24Merge branch 'release_0.2'Vincent Forest12+50-43
2017-09-19 08:24Write the 0.2 release noteVincent Forest1+8-0
2017-09-18 14:35Update the copyright year rangeVincent Forest12+12-12
2017-09-18 14:27Bump version number to 0.2Vincent Forest1+1-1
2017-09-18 14:23Update the sanim_node_visit_tree APIVincent Forest3+29-30
2017-01-13 14:42Fix the sanim_node_visit_tree functionVincent Forest1+8-3
2016-11-30 15:35Test some more configurations for sanim nodes.Christophe Coustet1+25-1
2016-11-30 15:34Fix coding style.Christophe Coustet1+4-4
2016-11-29 09:36Update the project management of the testsVincent Forest1+7-6
2016-11-29 09:35Update the API of the sanim_get_child_nodeVincent Forest3+3-3
2016-11-29 08:57Fix code, some coding style issues and GCC warn/errVincent Forest5+100-91
2016-11-17 13:08Add node_search_tree API and test.Christophe Coustet4+126-0
2016-11-17 12:45Add a test for node_visit_tree.Christophe Coustet1+517-0
2016-11-17 08:50Improve node_visit_tree by constructing transforms on the fly.Christophe Coustet3+114-20
2016-11-15 17:45Unimportant change; for uniformization purpose.Christophe Coustet1+2-2
2016-11-14 14:25DEFAULT / NULL initialize vars in tests.Christophe Coustet2+4-4
2016-11-14 14:25Define DEFAULT / NULL values for public types.Christophe Coustet1+19-1
2016-11-10 16:57BugFix in a test (use uninitialized var).Christophe Coustet2+3-4
2016-11-10 15:41Add node tracking stuff for pivots.Christophe Coustet6+150-17
2016-11-10 10:13Add getters for translation and rotations into API.Christophe Coustet5+61-2
2016-11-09 17:27BugFix: wrong tree visitChristophe Coustet1+4-3
2016-11-09 13:36Add visit_tree ans is_initialized API calls.Christophe Coustet2+113-45
2016-11-08 16:47Add a few more arg checks.Christophe Coustet1+5-5
2016-11-07 12:55Add is_pivot API call and test code.Christophe Coustet5+38-1
2016-11-04 14:46Fix double init in test.Christophe Coustet1+1-4
2016-11-04 10:48Add API calls to copy and recursive_copy nodes.Christophe Coustet7+611-406
2016-11-04 10:16Remove useless file.Christophe Coustet2+0-22
2016-11-02 18:08Fix previous commit.Christophe Coustet1+7-0
2016-11-02 17:50Add API to copy a node and to access father and children of a node.Christophe Coustet7+293-24
2016-11-02 15:15Arg rename.Christophe Coustet2+7-7
2016-11-02 15:19Remove device API and stuff from the lib.Christophe Coustet5+0-291
2016-10-25 12:42Ease convergence constraint on the pointing algorithm.Christophe Coustet3+41-41
2016-10-25 12:38Add an heuristic to speed the pointing algorithm up.Christophe Coustet1+53-3
2016-10-25 05:17Small optimization on 1 axis pivotchristophe coustet1+24-12
2016-10-24 16:28Add 2 axis pivots ans some more tests (both 1 and 2 axis)Christophe Coustet3+637-196
2016-10-20 09:13Reject invalid cases on pivot solving.Christophe Coustet1+26-0
2016-10-19 16:16Start implementing 2 axis pivots.Christophe Coustet3+124-29
2016-10-18 15:12BugFix: 1 axis pivot pointing computationsChristophe Coustet2+69-40
2016-10-18 13:43Add 1 axis pivot tracking a target lineChristophe Coustet3+134-26
2016-10-17 16:23Continuing pivots; 1 axis tracking sun & 1 axis tracking output dirChristophe Coustet7+526-120
2016-10-12 15:37First commit for pivots/tracking; uncomplete.Christophe Coustet6+102-57
2016-10-12 14:01Add pivot nodes.Christophe Coustet5+173-0
2016-10-12 13:58Shared code factorisation.Christophe Coustet4+165-102
2016-10-12 13:43Rename a testChristophe Coustet2+1-1
2016-10-12 09:52Remove useless forward decl.Christophe Coustet2+1-1
2016-10-12 09:51BugFix: wrong mat multiply order in transform computationChristophe Coustet1+1-1
2016-10-12 09:41Add some node testChristophe Coustet1+26-2
2016-10-11 16:36Add node_data type and API.Christophe Coustet4+260-116
2016-10-10 16:43First source files.Christophe Coustet10+783-0
2016-10-10 14:34First commit (license and readme files).Christophe Coustet3+718-0