
I do have a couple of wishes for a future release.

1. Support for 64 bit Sketchup
2. Support for GPU number crunching monsters like CUDA.
Thank you again and where do I donate to your cause?
Cheers,
Manfred
SketchyPhysics 3.5.6 (26 January 2015)Moderator: CPhillips Re: SketchyPhysics 3.5.6 (January 26, 2015)I want to thank Chris for this amazing plugin.
![]() I do have a couple of wishes for a future release. ![]() 1. Support for 64 bit Sketchup 2. Support for GPU number crunching monsters like CUDA. Thank you again and where do I donate to your cause? Cheers, Manfred Re: SketchyPhysics 3.5.6 (January 26, 2015)I'm using Sketchup 2015 and don't seem to be able to install this program. Should it work? If not, what similar physics programs are out there?
Re: SketchyPhysics 3.5.6 (January 26, 2015)My understanding is that 64 bit SketchUp isn't supported.
Re: SketchyPhysics 3.5.6 (January 26, 2015)Presumably an x64 version is on its way, but can anybody provide a date on when?
Think I'll have to revert to a previous 32bit version until they do ![]() Re: SketchyPhysics 3.5.6 (January 26, 2015)Is there a timeline for development of a SketchyPhysics version that is compatible with Sketchup 2015 64 bit? Thanks. Tom
Re: SketchyPhysics 3.5.6 (January 26, 2015)Hello can i ask if is possible to make with this plugin also working twine iam trying and trying but it is still fixed like pipeline.
Thank you !!! Re: SketchyPhysics 3.5.6 (January 26, 2015)Hi everyone, I am new in SketchyPhysics.
I don`t know if this is the best forum to ask help for my question. Sorry if not, and please tell me where is the best place. This is my question: I installed SketchyPhysics in Sketchup 8 (Windows 32 bits). I follow the tutorials but at the first test I found an error that has me stopped: I create a box and another copy over that. Mark "static" to the bottom box. Put a hinge in one border (left or right) in the middle edge of both boxes. Joint the hinge with the bottom box. Group the upper box with the hinge. And when I click in "play", the upper box fall down rotating from the hinge and fall through the bottom box. I tried to do a lot of times and always the same result. Is like that when I assign the "parent" to the hinge to rotate, that parent box become NO solid. Help please. Thanks. Re: SketchyPhysics 3.5.6 (January 26, 2015)Dgimagge, to prevent bodies connected by joints from passing through each other, select the joint, open SketchyPhysics UI, and enable the "ConnectedCollide" checkbox option. By default, this option is disabled.
Re: SketchyPhysics 3.5.6 (January 26, 2015)Anton_S, thank you so much. Thats the key.
I wonder why in any tutorial teach that !!!! Thanks again. Re: SketchyPhysics 3.5.6 (January 26, 2015)Well,
February 2016, Major SketchUp update (2016) out up and running but still no word on the 64 bit version of this very useful plug-in. I tried to install it anyway, but obviously not being compatible with a 64 bit version, it gave me a bunch of errors and doesn't load.... If there was a turn around about this I should found it by now.. Just hoping a 64 bit version release will be out soon. Thank you. Re: SketchyPhysics 3.5.6 (January 26, 2015)Hi there, can someone please help me answer a very simple question. Is SP compatible with SU 2015 Pro on a Macbook running OSX 10.9.5?
I've expanded the SP zip and dumped the contents into the Plugin folder associated with SU2015. SketchyPhysics is visible in the extensions tab found under File/Preferences etc but nothing relating to SP comes up in the toolbar. I have also tried the same process with my previous versions of sketchup 2014 and 8. Am I doing something wrong or does SP just not work on Mac? Thanks in advance Matt Re: SketchyPhysics 3.5.6 (January 26, 2015)I've just downloaded the new version of Sketchup Make, installed sketchyphisics and all seems to work, but if i try to edit joint setting nothing happen.
I right click on a joint, select "joint settings" and i expect a widows appear (i used this in an old version) but no window appear and i don't know which is the problem. Is there a way to have a debug of it? thank you! Re: SketchyPhysics 3.5.6 (January 26, 2015)
I'm a bit confused... V.3.2 was the last one from Chris Phillips, now stopped? Than a new branch named "3.5.x" was started? By Anton_S ? Then a NEW branch named "3.7.x" was started? By PituPhysics? Or this is the continuation of 3.5?!? What does "It remains just for 32-bit SketchUp to use" mean? That a 64-bit version exists? 3.5.x branch. 3.7.x branch SU2016 64bit ?Hello,
Just downloaded SU 2016 64 bit. I was looking for a physics simulator, it seems this is the only one so far. But it doesn't install on SU2016 64 bit? Will there be a new version soon? I need it now. Thanks. Re: SU2016 64bit ?
hi sekramer10 Perhaps , you can use MSPhysics by Anton link here : viewtopic.php?f=323&t=56852 Chri Re: SketchyPhysics 3.5.6 (January 26, 2015)I received the C++ source of SketchyPhysics and been looking over it for a while now. I tried compiling it under 64bit but did not succeed. SketchyPhysics source is shipped with the 32bit version of the Newton 1.53 static library however not with the 64bit version. In order to compile SketchyPhysics under 64bit, I would need to have a 64bit version of the Newton 1.53 static library, which would require recompiling the source of Newton 1.53 under 64 bit configuration. The problem is that SketchyPhysics source does't comes with the source of Newton 1.53, as well as, the source of Newton 1.53 is no longer available on the internet. This meanders my ability to compile SketchyPhysics under 64 bit. I could upgrade SktechyPhysics to use newer versions of newton, but they could change the way older SketchyPhysics models work. Not to mention the problems that could come upgrading SDL libraries and all the adjustments that would have to be made in order to compile SketchyPhysics under Mac OS X. However it's worth a try. I'll keep it posted.
Re: SketchyPhysics 3.5.6 (January 26, 2015)
I have the source to 1.53 as well as the 64bit library. It ships as a static lib, I've got an automator script that runs lipo on the library to strip out the extra stuff and then "ar" to dump the object files and then a g++ link command to put it all together as a dylib so that the ruby c bridge can open it. Let me know how to get it to you and we can keep moving. Kevin Willey original porter of SP for the Mac Re: SketchyPhysics 3.5.6 (January 26, 2015)Hello Kevin,
I haven't been working on SketchyPhysics in a while, but I would appreciate the 64bit version of the newton static library and more importantly the source to newton 1.53. It is good that you have the Mac side going as I have relatively no experience compiling and running libraries on Mac OS X. You could send the files to anton.synytsia@gmail.com via google drive or any other desired storage and I would inspect it from there. Anton
Re: SketchyPhysics 3.5.6 (January 26, 2015)@Anton_S: "However it's worth a try. I'll keep it posted."
![]() @willeykj: "Let me know how to get it to you and we can keep moving." ![]() Re: SketchyPhysics 3.5.6 (January 26, 2015)Do you see a way so to port SketchyPhysics for SUp 64-bit, or should we "players" focus on MSPhysics?
Re: SketchyPhysics 3.5.6 (January 26, 2015)Yes, there is a way to make SP compatible with SketchUp 64bit. I might work on it when I have time.
Re: SketchyPhysics 3.5.6 (January 26, 2015)No stress please. Time will tell. SketchyPhysics 32-bit is on a high level and works very well thanks to your improvements and bug fixes. MSPhysics has reached similar an higher levels and is a powerful simulation tool. Thanks again!
Re: SketchyPhysics 3.5.6 (26 January 2015)Can anyone help me out? i have multiple versions of su, but in each one the same error message pops up the second i open skutchup. I cant get to any of the tools, its like its not installed, but i have uninstalled and reinstalled it multipule times and nothing seems to work. Any help would be appreciated, thanks.
Re: SketchyPhysics 3.5.6 (26 January 2015)Hi firedrake this might help u along all your multiple versions of su need to be 32bit only
and in profile i noticed your a mac user try d/l SketchyPhysics 3.7.3 version a lot bugs have been fixed How to install: Mac: /Library/Application Support/Google Sketchup #/Sketchup/plugins (On a Mac, make sure that the contents of the SketchyPhysics folder you got out of the downloaded zip are in the Plugins folder itself, NOT in a SketchyPhysics folder within the Plugins folder.) hope it helps Tez Re: SketchyPhysics 3.5.6 (26 January 2015)Hi Anton - any chance of an update? Happy to start a Go Fund Me page to pay for your efforts in creating this magnificent plugin.
|