Search found 12 matches
- Sat Nov 02, 2013 5:20 pm
- Forum: R.U.B.E discussion
- Topic: How to open a .rube file from the command line on Linux?
- Replies: 2
- Views: 11733
Re: How to open a .rube file from the command line on Linux?
OKay. I was wishing that '-i FILE' would open it in the GUI but obviously I was mistaken. I tried to set LC_ALL and LANG explicitly to en_US.UTF8 and use ./rube instead of ./rube.bin but to no effect. Anyway thanks for your help; if it's not opened in the GUI then I'm not going to use it.
- Fri Nov 01, 2013 10:07 pm
- Forum: R.U.B.E discussion
- Topic: How to open a .rube file from the command line on Linux?
- Replies: 2
- Views: 11733
How to open a .rube file from the command line on Linux?
Hi iforce2d, Thanks for your great software. Since upgrade to the latest version, it's able to work in ARCH-Linux perfectly. Just got this simple question: How do I open a .rube file using the rube.bin from the command line? I tried rube.bin -i <file> as suggested by the help, but it complains the f...
- Tue Sep 03, 2013 12:13 pm
- Forum: R.U.B.E discussion
- Topic: How do I preview impulse / force / velocity
- Replies: 3
- Views: 12474
Re: How do I preview impulse / force / velocity
Are these features going to be available soon? I might wait for them if it's true.
- Tue Sep 03, 2013 4:37 am
- Forum: R.U.B.E discussion
- Topic: How do I preview impulse / force / velocity
- Replies: 3
- Views: 12474
How do I preview impulse / force / velocity
I'm trying to make an animation involving a skeletal character modeled in RUBE. Now I can easily 'run' the scene and drag the character around, but is there a way for me to test applying forces / velocity on the character's body components and see the effect? (Otherwise doing the equivalent in the c...
- Sat Aug 24, 2013 3:37 pm
- Forum: R.U.B.E discussion
- Topic: How can I recreate some body?
- Replies: 5
- Views: 18190
Re: How can I recreate some body?
...that's indeed one of the solutions but I was looking for something more elegant...It's also limited in the way that you have to put each body that you would like to reproduce in separate files, which is a bit troublesome..
- Fri Aug 23, 2013 6:55 am
- Forum: R.U.B.E discussion
- Topic: How can I recreate some body?
- Replies: 5
- Views: 18190
Re: How can I recreate some body?
Just checked this out https://www.iforce2d.net/forums/viewtopic.php?f=6&t=176 and it solves my problem with multiple files. However I still can't seem to think of a way to recreate the same body (with all the fixtures and possibly joints wired up of course)....? That would mean that I have to ad...
- Fri Aug 23, 2013 6:05 am
- Forum: R.U.B.E discussion
- Topic: How can I recreate some body?
- Replies: 5
- Views: 18190
How can I recreate some body?
I'm using b2dJson and I'd like to ask how I can load the rube file and get the `fixtureDef`, `bodyDef` instead of the `fixture` and `body`. I ask this because in my game I need to dynamically create new shapes, and I don't know if there's a simple way to copy the same body. Another problem I've enco...
- Thu Aug 22, 2013 7:07 am
- Forum: R.U.B.E discussion
- Topic: b2dJson performance?
- Replies: 1
- Views: 9805
b2dJson performance?
I've just taken a look at the b2dJson, and it seems to me that looking up anything by name would be rather slow (involving walking through the whole map). In my own application should I implement my own additional data-structure if I'm going to reference bodies by name extensively? Btw: in RUBE ther...
- Sat Jul 13, 2013 12:22 pm
- Forum: Feature requests
- Topic: Add keyboard shortcuts to Actions
- Replies: 2
- Views: 63360
Re: Add keyboard shortcuts to Actions
Hi, thanks for your reply. I was more thinking of the later approach you mentioned (binding a key to a script), but the current approach seems decent to me as well; however, after trying it out on my system (Arch Linux) the default keybindings don't seem to work -- after I press Spacebar, 'a' and th...
- Sat Jul 13, 2013 11:31 am
- Forum: Bug reports
- Topic: Window drawing problem under Linux
- Replies: 3
- Views: 29576
Re: Window drawing problem under Linux
Hi thanks for your reply (btw I didn't receive email notifications and that's why it takes me so long...) Arch Linux live disc is available here https://www.archlinux.org/download/ (you can choose a nearer mirror site for faster download) When you boot it up you'll be at its cli interface; its packa...