Re: [Opengc-devel] Custom Glass Cockpit
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Damion S. <dam...@ho...> - 2002-03-19 17:48:48
|
Hi, > to simulate the GC stuff. How easy is it to design a new instrument with > OpenGC? This is the point of OpenGC, so the answer is "fairly easy", provided you are comfortable working with C++ and OpenGL. Assuming you are using a supported Sim (Flightgear or FS200x currently), you'd only have to write the gauge/instrument itself. If you're using an unsupported sim or some other data source, you'd have to write a subclass of ogcDataSource in order to acquire data for the displays. As a reference, I've been able to prototype relatively simple gauges and get something working in a few hours. Obviously, the more complex your gauge is the longer it will take to write. As a programming strategy, you should think about breaking a gauge (instrument) down into "gauge components". For instance, a Boeing 777 PFD contains an artificial horizon, heading indicator, airspeed indicator, etc. It's very possible that your project could start with some of the existing components and modify size, color, and a few other details to achieve what you're looking for. Incidentally, the CVS repository has recently moved, I'll be posting a message to this list as soon as anonymous CVS is up and running. If you run into any snags writing a gauge or have more questions, let me know. Cheers, -Damion- ----- Original Message ----- From: "David Findlay" <dav...@ya...> To: <ope...@li...> Sent: Monday, March 18, 2002 6:47 AM Subject: [Opengc-devel] Custom Glass Cockpit > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I'm fiddling with a bit of an aircraft design, and am looking to use OpenGC > to simulate the GC stuff. How easy is it to design a new instrument with > OpenGC? The instruments I'm looking to do are similiar to ones that would be > used on the Space Shuttle or other such vehicles. How suitable is OpenGC for > this role? BTW, it's not for a real aircraft :-). Thanks, > > David > > P.S. Could you please CC your reply to me. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE8ldO0F2H7v0XOYBIRAhlVAKC4y/q/49At/+oYxfeiG7mFv/5AqQCfZvmU > ii+xniBeGcBZh9Oigx1gS78= > =mvdP > -----END PGP SIGNATURE----- > > _______________________________________________ > Opengc-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opengc-devel > |