Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Use it for Android?
#3
(18-04-2021, 09:24 PM)MikhailVasilev Wrote: so many other bags so far!

Hi!

Sorry, I don’t understand what you mean. I see that you solved the Android issue, have you found any other problem we can help you with?

Quote:This plugin is not that user friendly at all
Mostly for advanced users

Softbody simulation is a quite advanced topic in general, and Obi is targeted at intermediate/advanced users. So yes, this is mostly for advanced users and advertised as such. From our  FAQ:

http://obi.virtualmethodstudio.com/faq.html

Quote:Is Obi easy to use for a complete beginner?

It depends on what your goals are. If you want to make something more complex than a simple flag or a water faucet, most likely the answer is no. Obi is a powerful, large and complex system. If it makes sense for a particular parameter to be exposed to the user, Obi does expose it. No compromises were made in its design to trade flexibility for ease of use. A considerable amount of effort was put into making it 'as simple as possible, but not simpler'.

Throughout the manual, API documentation and engine design, basic 3D math/simulation concepts (like vector spaces, inertial forces, mass or fixed timestepping) aren't explained in detail. It's a good idea to familiarize yourself with these before attempting to use Obi in a real-world project.

The good news is that if you devote enough time to it, it will pay off. Also it will help you grasp a lot of essential simulation concepts that can be easily transferred to other physics simulators. You'll wonder why these other simulators impose so many artificial limits on what you can do with them.

Is scripting / coding required to use Obi?

For anything except the bare basics, yes. Obi is written in HPCS (high performance C#) and C++11, and it exposes a C# API. Obi deals with hundreds of particles and thousands of constraints every frame. These are exposed to you, the user, so learning how to write performant code is a prerequisite
Reply


Messages In This Thread
How to Use it for Android? - by MikhailVasilev - 18-04-2021, 07:04 PM
RE: How to Use it for Android? - by josemendez - 18-04-2021, 09:37 PM
RE: How to Use it for Android? - by josemendez - 19-04-2021, 12:14 PM