Giter Site home page Giter Site logo

xgs's People

Contributors

hotbso avatar twalker314 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

xgs's Issues

Plugin loading times

I think plugin load times to slow.
If i disable plugin, x-plane starts much faster.

2019-10-27 18:48:39 xgs[xgs.c:426]: startup 3.32
Loaded: D:\SteamLibrary/steamapps/common/X-Plane 11/Resources/plugins/xgs/64/win.xpl (babichev.landspeed - hotbso).

2019-10-27 18:49:11 xgs[xgs.c:458]: init start
2019-10-27 18:50:03 xgs[xgs.c:495]: init done
2019-10-27 18:50:03 xgs[xgs.c:504]: xgs enabled

X-Plane 11.36r2 (build 113601 64-bit)
Windows 10.0 (build 17763/2)
Physical Memory (total for computer): 34286456832
AMD Ryzen 7 2700X Eight-Core Processor
GeForce RTX 2080

Howto Windows Compile MGW64

I'm not able to build the plugin for windows. There library missing. I used the zlib and iconv from orginal lib and distribute to /usr/local ... but still not working... any idea? Problem I have is ... he can't link the library. (Not found it)

Question: VS and G

It looks like we are using the G/VS before touch down?
say touchdown is at T1, we pick up G/VS from T0? is that right?

also
static void update_landing_result() { int changed = 0; if (landing_vspeed > last_vspeed) { landing_vspeed = last_vspeed; changed = 1; } if (landing_G < lastG) { landing_G = lastG; changed = 1; } if (changed || landMsg[0][0]) { int w = print_landing_message(); if (w > window_width) { window_width = w; force_widget_visible (window_width); XPSetWidgetGeometry(main_widget, win_pos_x, win_pos_y, win_pos_x + window_width, win_pos_y - WINDOW_HEIGHT); } } }

what if last_vspeed is lower than previously recorded but last G is lower? now we have VS from one timestamp and G from another? Should it be G/VS at touchdown point? i am not sure if i am wrong here or it was done intentionally for a reason. Like why we need to keep updating this if we know the touch down point? The landing G/VS should be what is at touchdown point?

widget partially drawn off-screen

I just installed this, and the widget is partially off the screen. See attached image. My screen resolution is 2560x1440 if that helps. xgs.prf (which I did not do anything to manually) contains:

20 1080 0

Cessna_172SP - 2019-07-11 9 16 06 PM

Not working with Mac M1 Chip

Hello, amazing plug-in thank so much!

But is not working with Apple M1 Silicion, here is the error:

Loaded: /Users/sebicas/X-Plane 12/Resources/plugins/rfxpl/64/mac.xpl (net.remoteflight.rfserver).

dlerror:dlopen(/Users/sebicas/X-Plane 12/Resources/plugins/xgs/64/mac.xpl, 0x0006): tried: '/Users/sebicas/X-Plane 12/Resources/plugins/xgs/64/mac.xpl' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e)))

Any idea how can this be fixed?

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.