Search found 17 matches

by reno57
Fri Dec 23, 2016 4:20 pm
Forum: General
Topic: Tree data structure
Replies: 9
Views: 5927

Re: Tree data structure

Hi, thank you, you inspired me to find a new way to solve the problem. I put the way to do it below to close the subject (may it's not the perfect way, but it's a way i master). So first, i complete de description txt file with a new info which is the id of the node and the id of its parent : Exampl...
by reno57
Tue Dec 20, 2016 8:21 pm
Forum: General
Topic: Tree data structure
Replies: 9
Views: 5927

Re: Tree data structure

Thank you very much, i will try you suggestion.
by reno57
Sun Dec 18, 2016 10:27 pm
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 309403

Re: What code editor do you use ?

"Sublime text", clearly the best free text editor i've ever seen.
by reno57
Sun Dec 18, 2016 8:51 am
Forum: General
Topic: Tree data structure
Replies: 9
Views: 5927

Re: Tree data structure

Thanks for your answers. the tree data structure using sub table is now clear for me and the way to got through it also. However, my difficulty is to create the tree from a descriptive text file of each node, ex : /rank / x pos / y pos / angle / length / name 1 0.0000 0.0000 0.0000 0.0000 Root 2 0.0...
by reno57
Sat Dec 17, 2016 11:32 pm
Forum: General
Topic: Tree data structure
Replies: 9
Views: 5927

Tree data structure

Hello, I'm trying to design a basic skeleton animation system as explained in the following tutorial: http://web.archive.org/web/20160322133349/http://content.gpwiki.org/index.php/OpenGL:Tutorials:Basic_Bones_System The main idea behind this, is tree data structure. However, i found very few documen...
by reno57
Fri Apr 15, 2016 8:20 pm
Forum: Support and Development
Topic: Connect two mouses
Replies: 4
Views: 1753

Re: Connect two mouses

Thanks guys, for these info. You confirm my analysis that there is no easy way to manage two mouses.
by reno57
Thu Apr 14, 2016 9:54 pm
Forum: Support and Development
Topic: Connect two mouses
Replies: 4
Views: 1753

Connect two mouses

Hello,

Do you think there is way to manage two mouses with love2D (each player has one mouse to play with) ?