hi all
i found this
http://walaber.com/index.php?action=showitem&id=16
seems to come with c code
can anyone start a port? im still new on the c stuff
Hi!
It´s a nice idea!
I will try to write a wrapper for glbasic! ;)
cheers
Looks cool, I don't have much experience with soft body physics but this looks intriguing!
Cheers,
Ian
Quote from: backslider on 2010-Nov-04
Hi!
It´s a nice idea!
I will try to write a wrapper for glbasic! ;)
cheers
Awesome...I'll wait for it.
Good find. Unrestricted license too. Sweet!
Ages ago I saw Jelly Car and immediately had an idea for a Spore-like microbiology game. Might yet have to chance to make it. :)
Hi guys!
Now I´ve created a library with the most (not all, yet) functions.
The problem is, that I can´t test it, because I can´t find a "Hello World" C++ tutorial.
Could you give me a link or example source code? :good:
Thanks and best regards,
backslider
pure c++
#include <iostream>
using namespace std;
int main(int argc, char* argv[]) {
stdout<<"Hallo World!\n"<<endl;
return 1;
};
#trucidare:
I know how to write hello world to console *g*
I meant, how to write a small example application with jelly physics objects and how to update the world etc.
A "hello world" in jelly physics.
Sorry for my unclear question :)
EDIT1: OK, now the bodies are moving... There is no collision but I´m trying ;)
any news about this port?
Hey djtoon,
sorry for my late response.
I´m working on the wrapper, but the app crashes when I try to create the shape. :(
I hope I can fix it.
Otherwise I will post the buggy code and sb. should try to repair it *g* :)
cheers.
send me if it crashes internally.