Git Product home page Git Product logo

flight-tracker-streamdeck's People

Contributors

anton264 avatar gitmitch avatar imodude avatar janpfischer avatar jmrobert avatar nezz avatar nguyenquyhy avatar rmroc451 avatar tigert 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  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  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  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

flight-tracker-streamdeck's Issues

Is it possible to use my own graphics?

I would love the ability to assign a "true" graphic and a "false" graphic to use, so I can have my own button graphics - instead of using the generic toggle graphics.

Custom-ranged Gauges

The Generic Gauge works great, but it would be nice to have some control over what the "yellow" and the "red" range is (and maybe add a green range too? and white if you want to get fancy?)

My current use case is showing the current fuel left in the tank.

image

It shows "red" when the tank is full (and not always - probably a rounding error - see above). It should probably be green at the top end (easy fix: inverted colors checkbox).

I'd love to show a red value here when you are getting low on fuel, or a yellow value on warning. eg, here is the 172 fuel gauge in-cockpit:

image

Generic Toggle with Keyboard Input and SimConnect Feedback Value

Not sure if this is possible, but I ran across an instance for selecting the AP Nav Freq (1 or 2) where there does not appear to be a toggle value available, but there is a feedback sim variable for what is selected. So I guess it would be good to have a new type of button that sends a keyboard hotkey while also using a simulation variable for the feedback value. But the usefulness of this might be limited. It would only be helpful in situations where there is no toggle value, but a keyboard binding exists, and where a feedback value is available from the Sim.

Multiple conditions (Feedback values)

Hi,

Is there a possibility to add multiple conditions (Feedback values) with a Generic Toggle button?

Example:

A320 3 landing gears and 3 feedback values (on three buttons, for visuals):

GEAR_LEFT_POSITION==100
GEAR_CENTER_POSITION==100
GEAR_RIGHT_POSITION==100

Then gear button with feedback value (the button uses GEAR_TOGGLE as Toggle Value):

GEAR_LEFT_POSITION==100 AND GEAR_CENTER_POSITION==100 AND GEAR_RIGHT_POSITION==100

This would make the gear button on (green) after all three gears are 100% extended.

This may now go into scripting, but seems multi (panel indicator) actions are present in airliners.

Stream Deck software freezing

Yesterday I updated Flight-Tracker from version v0.12 -> v0.15. After that I cannot select any Flight Tracker Buttons from the menu in Stream deck software, it freezes immediately when I drag it in the keypad. All other choices work without problems (.Gamecapture, Hotkey, Open etc).
I uninstalled Stream Deck and deleted Elgato folder from %appdata%\Roaming, but it still doesn't work, even without any profiles.
I even tried to install fresh Stream Deck + v0.12 but not working.

If I load previous profile I can use those buttons ingame, I just can't add more or edit them.

Any idea what to try next?
flightstreamdeck20201117.log

Toggle Prebuilt Text Overlay

It would be great to be able to disable the Text overlay on the prebuilt buttons. I am running into all kinds of limitations for buttons like FLC, VS, VNAV, and especially ALT that I want to have an on off button for but the stock commands and/or feedback dont work.

image

Text size/placement when using 144x144 images

Is there a way to have these labels sized properly when using 144x144 images? Currently, it seems they don't scale. They're stuck on the upper half, very tiny, although they're centered properly. I'll try to include a photo next time I am able to. Whenever I use 72x72 images on the Steam Deck XL, the buttons are horribly blurry, hence I use 144px. Cheers!

Adapt button to Airbus 320 behavior

Airbus 320 AP uses multiple variables to for each AP mode.

Mode Variable Description
Air Speed AUTOPILOT AIRSPEED HOLD VAR AP Value
/ AUTOPILOT AIRSPEED HOLD VAR:1 Selected/Display Value
/ AUTOPILOT AIRSPEED HOLD VAR:2 Managed Value
/ L:A320_FCU_SHOW_SELECTED_SPEED If Selected speed is showed when managed mode is active
Heading AUTOPILOT HEADING LOCK DIR AP Value
/ AUTOPILOT HEADING LOCK DIR:1 Selected/Display value
/ L:A320_FCU_SHOW_SELECTED_HEADING
/ Internal timeout
Altitude AUTOPILOT ALTITUDE LOCK VAR AP value
/ AUTOPILOT ALTITUDE LOCK VAR:1 Selected value
/ AUTOPILOT ALTITUDE LOCK VAR:2 Managed value
/ AUTOPILOT ALTITUDE LOCK VAR:3 Display
Vertical Speed AUTOPILOT VERTICAL HOLD VAR
/ AUTOPILOT VERTICAL HOLD VAR:1 Managed value (in CLB/DES mode)
/ AUTOPILOT VERTICAL HOLD VAR:2 Display value
/ Internal timeout

Increase/Decrease behaviors

Mode Events Managed/Selected Description
Airspeed AP_SPD_VAR_INC/AP_SPD_VAR_DEC Managed AP selected value changes. AP value momentarily changes to new Selected value then switches back to Managed value. Value does not show up automatically. Value does not start from current Managed value.
/ / Selected All 3 values change.
Heading HEADING_BUG_SET Managed Selected/Display value changes. AP value momentarily changes to new Selected value then switches back to flight plan. Value does not show up automatically. Value does not start from current Managed value.
/ / Selected All 2 values change.
Altitude AP_ALT_VAR_SET_ENGLISH Managed All 4 values change. CLB/DES is not triggered from ALT mode.
/ / Selected All 4 values change. CLB/DES is not triggered from ALT mode.
VS AP_VS_VAR_SET_ENGLISH CLB/DES/ALT* All 4 values change
/ / ALT AP and Managed value stay at 0
  • Note: Speed and Heading does not automatically show up from --- if it is in Managed mode.

Push/Pull behaviors

Speed

Push button SPEED_SLOT_INDEX_SET 2
Hide selected speed Yes Yes
Change to Managed mode Yes Yes
Pull button SPEED_SLOT_INDEX_SET 1
Show selected speed Yes Yes
Copy current airspeed to selected speed Yes No
Change to Selected mode Yes Yes

Heading

Push button HEADING_SLOT_INDEX_SET 2
Hide selected heading Yes Yes
Change to Managed mode Yes Yes
Pull button HEADING_SLOT_INDEX_SET 1
Show selected heading Yes Yes
Copy current heading to selected heading Yes No
Change to Selected mode Yes Yes

Altitude

Push button ALTITUDE_SLOT_INDEX_SET 2
Copy display altitude to selected and managed altitude Yes No
Trigger CLB/DES Yes No
Change to Managed mode Yes Yes
Pull button ALTITUDE_SLOT_INDEX_SET 1
Copy display altitude to selected altitude Yes Yes
Trigger OP CLB/DES Yes No
Change to Selected mode Yes Yes

Vertical Speed

Push button VS_SLOT_INDEX_SET 2 ?
Change to VS mode if CLB or DES Yes No
Set VS to 0 Yes No
Pull button VS_SLOT_INDEX_SET 1 ?
Copy Managed VS to Display VS Yes No
Change to VS mode if CLB or DES Yes No

Project file is incomplete. Expected imports are missing

Found this project mentioned on the official MSFS discord. Getting the above error when I try to reload FlightStreamDeck.AddOn.csproj (solution explorer says "(load failed)". Full output msg is as follows

\Flight-Tracker-StreamDeck-master\FlightStreamDeck.AddOn\FlightStreamDeck.AddOn.csproj : error : Project file is incomplete. Expected imports are missing.

AP nav select

only a 1 or 2?
or ap_NAV_SELECT_SET? _1 __1?

in your Info 0.16 you write ab?

Pls if you can give us a complete command for the NAV_SELECT_SET

Many thx for your fast change

Master Warning/Master Caution

I can't see a way to do it with the current variables but thought I might be missing something.

I would love a Master Warning/Master Caution button

Thanks for everything you have done! Loving the plugin!

Values with index numbers don't report correctly

I entered feedback value of GENERAL ENG MASTER ALTERNATOR:1, and similar, and anything with an index in it doesn't seem to report correctly.

Similarly, when dealing with gauges, anything with an index doesn't work. For example, GENERAL ENG MIXTURE LEVER POSITION:1

Toggle button with transition

Some actions take some time, e.g. lowering the landing gear. It would be nice to be able to show that. In case of the landing gear (just as in real life) during transition, the light are red. Green when gear is down, off (black) when gear is up, and red during transition.

My proposal is to add a toggle button that supports a transition state.
Users should be able to specify a Value for the On state, and a Value for the Off state.
In addition, they should be able to specify 3 icons, one for the On state, one for the Off state, and one for the Transition state.
The transition icon is then shown when the value is not On or Off.

Implementation could be based on the existing Generic Toggle Button with 2 extra entries in the property inspector: 1 for an Off value, and one specification of the Transition icon.

An obvious use would be a landing gear button.

Thank you for considering this request.

Not getting results for FUEL TANK SELECTOR

(with v0.5)

In the C172, I'm trying to get a Generic Toggle Button to light up if the fuel selector is set to both. This should be FUEL TANK SELECTOR:1==16 as indicated in the example docs, but it doesn't seem to be working - nor can I get it to work with any other value than 16. 0 works but I'm guessing this is a default/null return.

I tried to "debug" using a gauge and setting the display value to FUEL TANK SELECTOR:1 but it is always reporting zero as well. I'm not sure if gauges are set up to display these things. I also tried to output the value in the "display value" field of the generic button but no luck there.

I also tried GENERAL ENG FUEL VALVE:1 and RECIP ENG TANK SELECTOR:1 but I'm not getting any results from these either.

From all aspects it seems like these should work - considering you put examples in the documentation though, maybe I just have the setup wrong. Can you show me how you did it there?

My current setup:

image

Connected to stream deck plugin

Hi,

Since the last update (0.8) I get a message in MSFS stating "Connected to stream deck plugin" whenever I press a button.

image

I know this has (probably) nothing to do with the plugin, but maybe other people have this issue too.

Does anyone know where I can turn this message off.

Nav/com

Nav/com does not work with a320 (fs2020)
Only Squawk working

Disconnect/infinite loop when loading profile pages

Sometimes when I load a profile page (eg: swap to my engine readout stack) and don't hit any buttons, flight sim will enter an infinite loop and streamdeck needs to be closed for several minutes, then re-opened.

I think this is because of all of the polling of current state information to populate button states - the simconnect interface gets overwhelemd? Guessing here.

I'm wondering, if that is the problem, if it is possible to "queue" requests for information and trickle them out at a metered rate? Hopefully this will prevent the crashes in the future.

Ability to put variables into Min/Max value ranges

I thought this setup would be pretty clever;

image

Putting FUEL TANK LEFT MAIN QUANTITY as the display value, and FUEL TANK LEFT MAIN CAPACITY as the max value, to auto-determine the range. Would be great if the min/max values could accept variables like this!

Checkbox to invert feedback value

I'm using a Generic Toggle Button to show the state of the "FUEL CUTOFF" valve in the C172. This is great with:

Toggle: TOGGLE_FUEL_VALVE_ENG1
Feedback: GENERAL ENG FUEL VALVE:1

but the button lights up when the fuel cutoff is false. This is a semantic problem probably present across several aircraft that just label their layouts differently (the same button is "fuel flow" on one plane and "fuel cutoff" on another plane).

To that end, it would be nice to have a simple "invert bool" checkbox on the feedback value for all generic toggle buttons.

nb; this would also be solved by evaluation, though this would be easier than a custom parser. ;) feel free to mark as a duplicate and close if this will do the trick: #9

Need to send a parameter: On the Airbus, there are two modes for each AP setting

On the A320 Airbus, each Autopilot Mode (SPD, HDG, ALT, VS) has two states: managed mode (push the dial in) and select mode (pull the dial out).

According to the thread below, there are four events that can be used to select these modes... sending a "2" puts it in managed mode, a "1" in select mode

HEADING_SLOT_INDEX_SET
SPEED_SLOT_INDEX_SET
ALTITUDE_SLOT_INDEX_SET
VS_SLOT_INDEX_SET

https://forums.flightsimulator.com/t/airbus-neo-is-there-a-binding-to-switch-between-managed-and-selected-modes/244977

I guess there's two ways to implement this... allow us to pass a parameter on a generic toggle button. OR, implement a new button type for this that sends a "1" on a simple press (simulating pulling the button) and a "2" when holding (simulating pushing the button).

Can you please implement one of these - I'll take whatever is easier. But unless I can get this working, the stream deck is useless for A320 AP functions.

APU BLEED

Hello guys,

I can't find the APU BLEED function.
I must have problems with my glasses;)

problem with AP_NAV_SELECT_SET__2

hello,

its possible if you can add the "AP_NAV_SELECT_SET__1 and 2
i can change gps to vor1 but not than vor1 vor2

pla insert this commands

and mybe the adf swap standby and activ

thx

The Mixture of ENG on C172 its crash everytime and cant see the mixture on the icon. its a problem on my stream deck or all ?

Below are some useful information that you can include to help with troubleshooting the issue:

  • Stream Deck Plugin and MSFS version
  • Description of the issue & expected behavior
  • Steps to reproduce the issue
  • If the issue happens consistently, an export of your profile would help tremendously.
  • Log files at %appdata%\Elgato\StreamDeck\Plugins\tech.flighttracker.streamdeck.sdPlugin\flightstreamdeck*.log
  • Screenshots

Multiple event triggers on one button

Is it possible to programme a button to trigger two events with one button press?

On the X-cub the the Pulse/Stby switch triggers LANDING_LIGHTS_TOGGLE and TOGGLE_RECOGNITION_LIGHTS events

regards
Kev

Metric vs Imperial Values

It would be great if we could choose between metric and imperial units for various things, or even convert from liquid volume to weight. Largely depends on the aircraft type.

Custom gauges are lagging

Description of the issue & expected behavior
My custom gauges are frequently lagging by 10-15 seconds. Ex: if I am accelerating from 100 knots to 150 knots, my indicators will lag and be 15 seconds behind.

Stream Deck Plugin and MSFS version
Flight Tracker Streamdeck 0.10
MSFS 2020, 1.9.5.0

Example of gauges:
AIRSPEED_INDICATED
PLANE_ALTITUDE
VERTICAL_SPEED

Steps to reproduce the issue

  1. Start flying in FS2020 with the Streamdeck plugin enabled
  2. Custom gauges will lag 10-15 seconds

Feature request: Hold Buttons

The Generic Toggle Button is great for 90% of what I want to do, but I have a few buttons that I want to be able to "hold down" and have the event repeat. For example, I use the MIXTURE_INCR and MIXTURE_DECR events to lean/rich the mixture in my aircraft.

Using the Generic Toggle Button without a feedback or display value works fine, as long as you keep tapping the button. I would like the event to continue triggering when the button is held down.

I believe this is similar to the current examples components, eg: AP Heading Increase , but there is no generic version of that layout.

Avionics Master Preset Toggle Button has no default label/header

  • Stream Deck Plugin and MSFS version
    Plugin - 0.15 (but been like this since 0.8)
    MSFS - latest mandatory version 1.10.8.0
  • Description of the issue & expected behaviour
    When creating a Preset Toggle Button for Avionics Master, there is no default heading text. But there is in all the other presets.
    If I add my own title the text is not in alignment with the other preset buttons
  • Steps to reproduce the issue
    Drag Preset Toggle Button into an empty button on Stream Deck
    Select Avionics Master from the Function drop-down
  • Export of profile
    Flight Simulator.zip
  • Log files at
    flightstreamdeck20201108.log
  • Screenshot
    image
    Adding my own title:
    image
    image

Question: Last Digit in COM/NAV

Hi all,
is it just me or how can I enter the last digit on the COM/NAV screen?
I.e. I want to enter 120.175 as frequency but I cannot enter the "5", so MSFS is not accepting it as the right frequency.

adf1_radio_swap

Hello,

Its possible if you can Import the adf1_radio_swap

and maybe the vor1 and vor2 dec and Inc

and the adf Inc and dec

long press 100 and short press 10 on adf

and on vor1 Version short press dec 1 and long press 10 and with vor2 the same

Many thx for fast import the nav select variable

Comparison values would be nice

I'm looking at FUEL TANK SELECTOR:1 which reports a value back depending on the currently selected element.

I would love to be able to enter FUEL TANK SELECTOR:1==16 or something similar to convert the reported value to a bool (so we can utilize the green-light on the button).

Spoiler position values

SPOILERS HANDLE POSITION
SPOILERS LEFT POSITION
SPOILERS RIGHT POSITION

don't seem to be available to set conditions with-- can these be added?

Variables with an index don't read correctly

I'm trying to use the "Generic Gauge" to show my current throttle position in the Cub Crafter X.

I add a Generic Gauge component, and I leave all the fields blank/default except the Display Value field. I set this to GENERAL ENG THROTTLE LEVER POSITION:1 , which is the documented method for pulling this value. The value always reports as zero (and I get the ! warning indicator on the device whenever the profile loads, which I assume is some sort of error state).

I've also tried different formats - ... POSITION 1 and ... POSITION: 1 and ... POSITION 1 (two spaces) etc. to try and match the enum listed in the source, but I'm not seeing any results.

In case it was only mapped to the generic toggle button, I also tried sliding a Generic Toggle Button into my layout. I left all the fields blank/default, except the Display Value - this always appears blank and never populates with a value.

Interestingly, if I set the display value on the Generic Toggle Button to specifically ... POSITION: 1 (with a colon and a space before the one) the green light shows up on the toggle button.

FWIW I'm seeing similar results for the mixture and propeller pitch levers.

Add missing anti-ice feedback for toggle buttons

Recently a commit was made that adds GENERAL ENG ANTI ICE POSITION:index which is great for anti-ice solutions that have sliders (eg: plunger-pull carb heat), but there is also an engine anti-ice switch component that gives feedback on the variable ENG ANTI ICE:index. Can we get this added as well?

Deploying new local version

Hello,

I downloaded the source code as I want to do some modifications of the fonts.

I updated 'ImageLogic.cs' and when I deployed by launching 'deploy.bat;', I can see the folder being created under '%appdata%\Elgato\StreamDeck\Plugins' (I had previously removed the folder I already had).

However, after I open Streak Deck app, I cannot see Flight Tracker actions anymore.
Could you please let me know if I am missing a step?

Thanks!

Vicente

Check non-boolean variable in "Feedback value" field

Is there some way to check for equality against a non-boolean variable in the "Feedback value" field?

For example, while I am waiting for my Honeycomb Bravo (which will give me a proper flaps lever), I have mapped the following toggles in a folder on my Stream Deck:

  • FLAPS_UP
  • FLAPS_1
  • FLAPS_2
  • FLAPS_3
  • FLAPS_DOWN

These map to the numerical values 0-4 in the FLAPS HANDLE INDEX variable.

So for, say, FLAPS_2, I would like it to show the green "active" indicator when FLAPS HANDLE INDEX == 2, but I can’t figure out a way to put such an expression in the "Feedback value" field.

Custom true/false icons don't save with profile

Unlike other images, the true/false icons don't save with the profile - so sharing a custom profile just reverts to the defaults again.

Is it possible to (a) bake the image data directly into the profile save, or
(b) document where the images should be stored relative to the profile to still be accessed (rather than absolute paths)?

Toggle for vertical speed

Hi guys, would it be possible to add a toggle for vertical speed hold? I took a look into flightsim.exe and may found some event-ids for vertical speed:

AP_VS_HOLD
AP_VS_ON
AP_VS_OFF
AP_VS_SET

I don't exactly know if this was the right place to look for it but all the other known ids can be found there too.

Are any of the G1000 Garmin event triggers implemented?

There is an impressive list of G1000 events in the docs... are any of them implemented?

G1000_PFD_FLIGHTPLAN_BUTTON,
G1000_PFD_PROCEDURE_BUTTON,
G1000_PFD_ZOOMIN_BUTTON,
G1000_PFD_ZOOMOUT_BUTTON,
G1000_PFD_DIRECTTO_BUTTON,
G1000_PFD_MENU_BUTTON,
G1000_PFD_CLEAR_BUTTON,
G1000_PFD_ENTER_BUTTON,
G1000_PFD_CURSOR_BUTTON,
G1000_PFD_GROUP_KNOB_INC,
G1000_PFD_GROUP_KNOB_DEC,
G1000_PFD_PAGE_KNOB_INC,
G1000_PFD_PAGE_KNOB_DEC,
G1000_PFD_SOFTKEY1,
G1000_PFD_SOFTKEY2,
G1000_PFD_SOFTKEY3,
G1000_PFD_SOFTKEY4,
G1000_PFD_SOFTKEY5,
G1000_PFD_SOFTKEY6,
G1000_PFD_SOFTKEY7,
G1000_PFD_SOFTKEY8,
G1000_PFD_SOFTKEY9,
G1000_PFD_SOFTKEY10,
G1000_PFD_SOFTKEY11,
G1000_PFD_SOFTKEY12,
G1000_MFD_FLIGHTPLAN_BUTTON,
G1000_MFD_PROCEDURE_BUTTON,
G1000_MFD_ZOOMIN_BUTTON,
G1000_MFD_ZOOMOUT_BUTTON,
G1000_MFD_DIRECTTO_BUTTON,
G1000_MFD_MENU_BUTTON,
G1000_MFD_CLEAR_BUTTON,
G1000_MFD_ENTER_BUTTON,
G1000_MFD_CURSOR_BUTTON,
G1000_MFD_GROUP_KNOB_INC,
G1000_MFD_GROUP_KNOB_DEC,
G1000_MFD_PAGE_KNOB_INC,
G1000_MFD_PAGE_KNOB_DEC,
G1000_MFD_SOFTKEY1,
G1000_MFD_SOFTKEY2,
G1000_MFD_SOFTKEY3,
G1000_MFD_SOFTKEY4,
G1000_MFD_SOFTKEY5,
G1000_MFD_SOFTKEY6,
G1000_MFD_SOFTKEY7,
G1000_MFD_SOFTKEY8,
G1000_MFD_SOFTKEY9,
G1000_MFD_SOFTKEY10,
G1000_MFD_SOFTKEY11,
G1000_MFD_SOFTKEY12,

pls give the command in Sep variable

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Master Alternator state

Hello,
I can't find a way to get the feedback value from the master engine alternator. None of the simulation variables work to tell me if the alternator in on or off.

Individual transponder digit feedback

Rather than using the numpad-style transponder interface, I am building my own "classic" style transponder increment/decrement interface.

image

This works well, but I'm trying to fill the top row with the actual transponder numbers for the 1000, 100, 10, and 1 values as necessary.

TRANSPONDER CODE:index is the variable call to get the full number (which I tried just filling in as a "display value" on a generic toggle button -- perhaps this is an individual bug) but this didn't work. It would be nice to have a bit of additional processing to pull out the individual numbers.

Possible to add Auto Pilot FLC Preset Toggle Button?

Is it possible to add a preset toggle button for Auto Pilot FLC (Flight Level Change) mode? I looked through the toggle values and simulation variables and couldn't see anything that looked applicable.

PS. Thank you very much for this great add-on... I was doing AP modes on my Stream Deck by simply using keyboard commands but the mode toggles were often out of sync with the aircraft AP state. This is much better!

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.