Page 2 of 4

Re: fuzzy love

Posted: Sat Dec 04, 2010 9:55 pm
by ishkabible
you could leave the conf.lua file be and have it specify the language. then main.nut or main.lua will be used depending on the language you choose. im not sure weather or not i will do this. my plans right now are just to take lua completely out of it and replace all functionality with Squirrel. so this way you have a conf.nut file and a main.nut.

Re: fuzzy love

Posted: Sat Dec 04, 2010 9:59 pm
by ishkabible
ok so in trying to compile it i get this error.
C:\Users\ishka\Desktop\GLUT\fuzzy_love\modules\filesystem\physfs\File.h|31|fatal error: physfs.h: No such file or directory|
i have looked for physfs.h but cant find it anywhere. where exactly is it?

Re: fuzzy love

Posted: Sat Dec 04, 2010 10:00 pm
by TechnoCat
You are proposing you choose between one or the other? Why can't they mix?

Re: fuzzy love

Posted: Sat Dec 04, 2010 10:04 pm
by Mud
ishkabible wrote:i made a radix sorting algorithm in lua and in Squirrel to see how much faster the Squirrel arrays where than lua and it was by orders of magnitude
If performance is the goal, just use LuaJIT. It smokes nearly everything.
there are a number of other things like bit-wise operators, increment, deincrement that add to the power of the language.
Those are nice, to be sure.

Re: fuzzy love

Posted: Sat Dec 04, 2010 10:08 pm
by ishkabible
how exactly would we mix them? you will have to chose one way or another witch language to choose so whats the best way to make the program figure out witch you are choosing?

still i cant find physys.h, where the hell is this thing?

Re: fuzzy love

Posted: Sat Dec 04, 2010 10:44 pm
by bartbes
PhysicsFS is a separate library, it's not included in the repo, it shouldn't be.

Re: fuzzy love

Posted: Sat Dec 04, 2010 11:03 pm
by ishkabible
ok didn't know that. now i can fix it

Re: fuzzy love

Posted: Sat Dec 04, 2010 11:19 pm
by ishkabible
ok don't expect this any time soon. i have a number of other projects i'm working on and this one is a big one so it may take some time.

Re: fuzzy love

Posted: Sat Dec 04, 2010 11:40 pm
by kikito
bartbes wrote:PhysicsFS is a separate library, it's not included in the repo, it shouldn't be.
I'm no mercurial expert, but it seems a subrepository might be just the right tool for that job.

Re: fuzzy love

Posted: Sun Dec 05, 2010 12:56 am
by zac352
I've already grown attached to this project, I should make sure it comes out. :P *downloads source code for 0.7.0*