PicaSim - flight simulator for radio controller airplanes

Started by
4 comments, last by bzroom 11 years, 4 months ago
This is a simulator for radio controlled planes - mainly gliders (because that's what I fly and know) but also a couple of powered planes. It is as accurate and realistic as I've been able to make it, so the aerodynamics are pretty good, but also it has quite a realistic representation of the wind/air flow over hills (generating lift), thermals and turbulence.

At the moment it's available on Android, iOS and Windows - details here:

http://www.rowlhouse.co.uk/PicaSim

On Windows the controllability is much improved when plugging in a R/C transmitter or gamepad. Either on the mobile devices or on desktop, you can definitely use the sim to learn to fly, or practise aerobatics etc. It also has some timed races using Scoreloop for leaderboards (on the mobile versions).

In terms of technology I'm using:

1. Bullet for the rigid body physics.

2. Marmalade to help get it cross-platform. This has been a very mixed blessing - when it works it is great, and being able to develop for iOS without needing a Mac is brilliant. However, it has a lot of bugs/oddness that the "community" support has not been able to resolve.

3. The aerodynamics are all home-grown, mostly based on my earlier, open source simulator here. It divides up the aerodynamic components into sections, calculates the forces on each, and then sums the results. Everything thus just emerges - the nature of the stalls, spins etc. In addition you can scale the plane size etc in the sim.

4. The rendering is pretty basic. For 3D views the terrain uses continuous LOD with geomorphing (yes, a little old fashioned I know!), and the "panoramic" views use a skybox, with the terrain rendered only into the depth buffer.

5. The audio samples are mostly home-made - going out for the wind sounds, and blowing/whistling into a mic for the gliders! The audio processing converts the sounds to 3D and adds Doppler etc.

It's been an interesting experience getting something that is fully polished and usable, which people can just pick up and fly, or delve into the settings and modify practically everything. It's a lot harder getting the UI design right than the tech!

Click here to view the iotd
Advertisement
very nice!
Nice work! Will download later :).

Marmalade is a very mixed bag. They sell it as a silver bullet for portability, but there are still many issues with it. I've worked at larger companies paying the price of a new car for yearly Marmalade licences and the full commercial support have the similar problems with Marmalade.
Awesome!
@PurpleAmethyst Yes - I really struggle with it - it is a great system that seems to be in a constant "beta" (alpha for some of the features) state, with bugs that just never seem to go away. I have very mixed feelings about it, but I guess when push comes to shove, I renew my licence!

I would say to any dev considering it, though, make sure you check that you can work with every module that you think you will need before licencing it, because there is, effectively, no official support (at least for the affordable licences) that will actually guarantee the bugs you find (and you will find bugs) will be fixed - or even that you will get any official guidance on working around them.

Things are better now - their community forum has been improved (though I find it quite clunky and disorganised) and they actually have a system for reporting bugs!

The positive spin on this, though, is that if you do want to make something cross platform, it's definitely worth considering.
LIKE A BOSS

This topic is closed to new replies.

Advertisement