Git Product home page Git Product logo

atr-xplane's People

Contributors

maxhille avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

atr-xplane's Issues

Strobe lights

Add strobe lights to the blender model and bind everything to be switchable on the overhead panel. Modify ACF accordingly.

Wing airfoil

Make the ACF have the proper wing airfoil. While at that, check and align the wings control surfaces (flaps, aileron, etc.)

Add build info

Add needed steps for building a release (and building in general) to the README, including:

  • blender version
  • xplane2blender version
  • inkscape version

Propeller

Propeller airfoil and pitch parameters. Info available in type certifications from EASA/FAA

Elevator ACF

  • size & location
  • max deflections (FCOM says 23deg UP 13deg down, which is 50% of the control column travel)

Trims

  • elevation trim
  • display trims
  • find & mark reasonable TO trim

Flaps ACF

  • Flaps size & location
  • Flaps angles

Build on Mac

Hi there,

How can i build this on mac? i tried to play with the makefile but i am getting some errors.

TERM='dumb' clang -I ./plugin/xpl -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b001=/tmp/go-build -gno-record-gcc-switches -fno-common -o $WORK/b001/_cgo_.o $WORK/b001/_cgo_main.o $WORK/b001/_x001.o $WORK/b001/_x002.o -g -O2 -shared
# command-line-arguments
Undefined symbols for architecture x86_64:
  "_XPLMCreateFlightLoop", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMCreateFlightLoop in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMCreateFlightLoop)
  "_XPLMDebugString", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMDebugString in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMDebugString)
  "_XPLMFindDataRef", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMFindDataRef in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMFindDataRef)
  "_XPLMFindPluginBySignature", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMFindPluginBySignature in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMFindPluginBySignature)
  "_XPLMGetDataf", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMGetDataf in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMGetDataf)
  "_XPLMGetDatai", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMGetDatai in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMGetDatai)
  "_XPLMGetDatavf", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMGetDatavf in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMGetDatavf)
  "_XPLMGetDatavi", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMGetDatavi in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMGetDatavi)
  "_XPLMRegisterDataAccessor", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMRegisterDataAccessor in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMRegisterDataAccessor)
  "_XPLMScheduleFlightLoop", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMScheduleFlightLoop in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMScheduleFlightLoop)
  "_XPLMSendMessageToPlugin", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMSendMessageToPlugin in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMSendMessageToPlugin)
  "_XPLMSetDatai", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMSetDatai in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMSetDatai)
  "_XPLMSetDatavi", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMSetDatavi in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMSetDatavi)
  "_XPLMUnregisterDataAccessor", referenced from:
      __cgo_a29d78a6c750_Cfunc_XPLMUnregisterDataAccessor in _x002.o
     (maybe you meant: __cgo_a29d78a6c750_Cfunc_XPLMUnregisterDataAccessor)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
$(xpl): plugin/*.go plugin/xpl/*.go
	GOOS=darwin \
	GOARCH=amd64 \
	CGO_ENABLED=1 \
	CGO_CFLAGS="-I/Users/dzou/Downloads/SDK/CHeaders -DAPL=1 -DIBM=0 -DLIN=0" \
	go build -x -buildmode c-shared -o lin.xpl plugin/xpl/main.go 

FMC

Standard X-Plane FMC as the first step.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.