GithubHelp home page GithubHelp logo

stijnwop / guidancesteering Goto Github PK

View Code? Open in Web Editor NEW
380.0 80.0 96.0 944 KB

Guidance Steering (AutoTrack) for Farming Simulator 22.

Lua 99.67% Batchfile 0.05% PowerShell 0.27%
farming-simulator fs19 guidance-steering gps lua farmingsimulator fs22

guidancesteering's Introduction

Guidance Steering for Farming Simulator 22 (GPS)

For Farming Simulator 22 Releases

Publishing

Only Wopster is allowed to publish any of this code as a mod to any mod site, or file sharing site. The code is open for your own use, but give credit where due. I will not accept support for any 'version' of Guidance Steering that is obtained from a sketchy mod page. Versioning is controlled by me and not by any other page. This confuses people and really holds back the development which results in no fun for me!

Warning!

Please be aware that this is a DEVELOPMENT VERSION!

  • The development version can break the game or your savegame!
  • The development version doesn´t support the full feature package yet!

Multiplayer

This version should also work in Multiplayer, but keep in mind it might have bugs.

Installation / Releases

Currently the development version is only available via GitHub. When a official release version is avaiable you can download the latest version from the release section.

Please note: if there's no release version available it means there's no official release yet.

All official releases will be avaiable at the offical Farming Simulator ModHub.

For installing the release:

Windows: Copy the FS22_guidanceSteering_dev.zip into your My Games\FarmingSimulator2022\mods directory.

Developers version

To quickly build a zip of the developer version without the needed extras, use the zip.bat included in this repository.

Please note: the batch file requires an installed version of 7-Zip or Winrar

Documentation

Buying GPS

To be able to use Guidance Steering you first need to buy the GPS technology for your vehicle. Either buy a new vehicle and add the GPS configuration or drive your current vehicle to a workshop and configure it.

Toggle Guidance Steering

When you buy the GPS configuration for the first time Guidance Steering is disabled.

Turn Guidance Steering on and off with Alt + C.

Open the menu

Open the menu with Ctrl + S. Make sure that you have Guidance Steering enabled first!

Setting up the guidance line

AB Straight line

The AB mode requires two points (A and B) in order to calculate the angle to generate the line.

First, select the A+B method in the menu.

Image of AB method

  1. Drive to the location where you want to setup your lines.
  2. Hit Alt + E once (or use the menu) to reset the AB line creation.
  3. Hit Alt + E once more (or use the menu) to set point A.
  4. Drive a 15 metres away from point A and hit Alt + E once more (or use the menu) to set point B and create the track.

A+Heading line

The A+Heading mode requires only point A and a cardinal heading to generate the line.

First select the A+Heading method in the menu.

Image of A+Heading method

  1. Drive to the location where you want to setup your lines.
  2. Hit Alt + E once (or use the menu) in order to reset the A+Heading creation.
  3. Hit Alt + E once more (or use the menu) in order to set point A.
  4. Enter the desired cardinal heading in degrees. For example, enter 0 degrees for North or 90 degrees for East.
  5. Press 'Set Cardinal' to create the guidance line.

Tip: If most of your fields are North-South or East-West, create one A+Heading track and use rotate track (Alt + End) to rotate the track back and forth between North-South and East-West.

A+Direction line

The A+Direction mode requires only Point A and it takes the cardinal heading from the direction the vehicle is pointing.

First select the A+Direction method in the menu.

Image of A+Direction method

  1. Drive to the location where you want to setup your lines.
  2. Point the vehicle in the direction desired for the guidance line and hit Alt + E once (or use the menu) to set the line.
  3. If 'Snap terrain angle' is enabled in the settings, it will snap to the closest angle to create the guidance line, otherwise it will create a guidance line matching the direction of the vehicle.

Auto width

Hit Alt + R (or use the menu) to detect the width of your vehicle. Unfold and lower the vehicle to get the best results.

Increase/descrease width

Hit Alt + Equals and Alt + Minus to manually change the width. Set the width increment in the menu to speed up the process.

Please note that this only works after the track creation!

Offset line

If you use an implement such as a plow that is offset to one side, you can set an offset in the menu. For most implements, the offset will be detected automatically when setting the implement width.

If the offset is not 0, it will appear as a red line. Use the increment width select box (the one at the top) to set the increment and click Increment offset to offset your line. If you set the increment to negative it will flip the offset.

Shift track

Shift the track left and right using Alt + Page Up and Alt + Page Down. Hold down the key to speed up shifting the track.

Realign track

Realign the active track to the vehcile position using Alt + Home. It will also reset the lane counter displayed on the GPS icon.

Rotate track

To rotate the track 90 degrees, enter the strategy menu and hit the 90 degree button or use Alt + End.

Snap Terrain Angle

Enable Snap terrain in the menu to help create straight lines that align with the terrain.

Toggle guidance steering

Once a track is created hit Alt + X to toggle guidance steering on or off. Guidance will also disengage if the vehicle is manually steered off the guidance line.

Toggle guidance line display

Toggle the guidance line display using Alt + L or the 'Show lines' setting in the menu. Change the 'Show as dots' setting in the menu to toggle between dotted or regular lines.

Headland Management

Use the 'Headland mode' and 'Headland act distance' settings to change the interaction with the headland.

When Headland mode is set to Stop, the vehicle will stop at the set interaction distance from the edge of the field.

When set to Off the vehicle will only warn you with an audible beep at the set interaction distance and will continue driving.

Store and load tracks

Store and load tracks using the second page in the menu. This is also an easy way to share track data with other players in multiplayer.

There an option to save tracks per farm, this means that the track will only be available for farm that owns the vehicle. When this settings is turned off the track is accessible to everyone.

Visuals

On base game John Deere vehicles the StarFire™ GPS receiver visibility is toggled on when you buy the GPS system.

If you want the same effect on your mod vehicles you can add the configuration yourself in the xml for the vehicle. Replace NODE_NAME with the appropriate node id from the i3dMapping references that will be toggled when purchasing the GPS system:

<globalPositioningSystemConfigurations>
  <globalPositioningSystemConfiguration name="$l10n_ui_no" price="0">
          <objectChange node="NODE_NAME" visibilityActive="false" visibilityInactive="true" />
  </globalPositioningSystemConfiguration>
  <globalPositioningSystemConfiguration name="$l10n_ui_yes" price="15000">
          <objectChange node="NODE_NAME" visibilityActive="true" visibilityInactive="false" />
  </globalPositioningSystemConfiguration>
</globalPositioningSystemConfigurations>

Copyright

Copyright (c) 2022 Wopster. All rights reserved.

Special thanks to workflowsen for creating the icon!

guidancesteering's People

Contributors

aorek avatar chrisvonbone avatar erix058 avatar farmer1602 avatar flokx avatar freiser77 avatar gezus95 avatar gonimy-vetrom avatar haverdaden avatar joshvzeyl avatar kikislany avatar kitt3000 avatar lactic68 avatar markus33-ita avatar meloncraftde avatar mrmarcel5 avatar phenixnoir avatar roby1164 avatar snickers125 avatar stijnwop avatar teufelsstern avatar thechoseone900 avatar thegeremy avatar turbostar190 avatar vanquish081 avatar ybmods avatar yllelder avatar yumi-modding avatar zed636 avatar zerog95 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  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

guidancesteering's Issues

Could this cause a CTD?

I am not getting any log errors but from time to time when I port into a vehicle with GPS using the Tab / Shift+Tab keys I crash to desktop. Could this be the cause?

can't get it to work

does show up i the mods menu but when starting a emty save game with only gps mod in the mods folder it does not show up and in game nothing happens

[BUG] Guidance Steering doesn't work with Case IH Module Express 635

Describe the bug
Guidance Steering doesn't work with the cotton harvester.

To Reproduce
Steps to reproduce the behavior:

  1. Get a Case IH Module Express 635
  2. Press CTRL+S
  3. See that the menu isn't opening
  4. ??????
  5. People with cotton harvesters happy!

Expected behavior
Guidance Steering won't work with the cotton harvester.

Screenshots
I think it isn't required.

Desktop (please complete the following information):

  • OS: Windows 10
  • Version latest of the mod (latest commit 1-2 hours ago as of writing this) and the latest of the game.

Additional context
The cotton harvester I'm using is the default one.

[BUG] Issues with Auto Width Feature

Describe the bug
When using the Vaderstad 6m direct seed drill, the alt-r function sets the width to 21 meters, rather than the 6 meters it should be.

To Reproduce
Steps to reproduce the behavior:

  1. Purchase the Vaderstad 6 m direct drill from the seeders section of the FS 19 in game store
  2. Connect an appropriate tractor with enough pulling horsepower to the seeder and with GPS equipped
  3. Navigate to the field you want to plant and press alt-e to clear to reset the track maker, then alt-e to set point A
  4. Complete one straight track for the planter and once finished press alt-e to set point B
  5. The track will now auto set, and by default GPS sets the track width to 9 m
  6. Press alt-r to set the width of the implement the width jumps to just over 21 m, rather than setting to 6 m (As seen in the screenshot below)

Expected behavior
When you select alt-r it should set to the width of the vehicle in the store and vehicles XML file. Same effect should occur when you go into ctrl-s menu and select the auto width button.

Screenshots
20190208110158_1
20190208120748_1
20190208110210_1

Desktop (please complete the following information):

  • OS: Windows 10
  • FS patch version: Steam FS19 - 1.0.2.1

Additional context
The manual adjustment does work to get it to 6 m, but anytime you hit alt-r it will jump back to 21 m in width.

Bredal lime/fertilizer

Not sure if it is a bug or that I am missing something.
I noticed with the Bredal K165 (with the biggest width as upgrade) when i set up a track with fertilizer the width is much bigger as all know then when you use it with lime.
So i have 2 of those Bredal, 1 with lime, 1 with fertilizer.

I am trying to understand why it takes when choosing autowidth the width of fertilizer despite the content of the equipment is lime.
And how to work around it to have it take the width with lime.
Cause manually making the width lower well it does take some patience to get it halved in width.

For fertilizer it works flawless.
Is it cause it can do both and both have different width that GPS is having issues to read it what is in it to calculate/read the proper width per filltype in case of the Bredal?

Just curiousity and trying to find out if I am doing something wrong on my end with the Bredal K165

Zip.Bat not working

I want to get the update version, i downloaded one that was already Zipped i guess. When i click the Zip.Bat file a black screen opens for a split second then dissapiers and .zip file is created. What am i doing wrong?
Im able to just highlight everything and zip it into a zip file, but not sure why the bat file isnt working. I have 7zip

Add turning on headland

Default action on headland is now set to stopping.

Introduce:

  • Turn right
  • Turn left
  • Skip lanes
  • Configurable distance to turn/stop
  • Implement state machine

Keyboard Layout does not fit for german keyboard

The described + and - are not working on a german keyboard by default. the assignment is "ß" for "+" and "´" (like in é) for "-"
I like what you've done until now. Keep up the great work.

Suggestion: Create New Line in Menu

Just a suggestion, is it possible to add the possibility to creat a line in the Menu with the ingame Map? So that you don't have to drive to a particular position and do it all in the menu like real GPS?

Just a suggestion, you're doing a great work!

Controls in Input help

I've configured some stuff to work on my gamepad (as shown below), and the "Show guidance steering menu" actually does show up in the Input Help window when I hold down LB and RB, but the other assigned controls do not.

Possible to have the others show up too? Could maybe be an option in the mod, as I suppose it could crowd up that window quite a bit too, especially for keyboard as I think that variant shows all keys all the time since there's no equivalent RB/LB modifiers that filters the list there... 🤔

untitled

Bind tracks to farms

Each farm will have a list of tracks.

Tracks in SP will have the global access flag.

A "New" Option

Is your feature request related to a problem? Please describe.
This is in relation to my previously issued bug report, #71. Now that the tracks are loading with 2 vehicles and 3 tracks, I can create new tracks, but ones that were previously loaded still appear on screen while making the new one. Unfortunately the alt-e isn't clearing the currently selected track, and I don't see a clear button in the ctrl-s menu.

Describe the solution you'd like
A clear button in the ctrl-s menu or an alt- option for clearing the currently loaded track would be great for starting a new one.

Describe alternatives you've considered
I tried using alt-e to start a new track, assuming that would remove the currently loaded track, before a second alt-e would give me a point A. However, with a track loaded, pressing alt-e just gives me a point A with the current track still loaded.

Additional context
I am currently on bed and on my phone. I can provide screenshots tomorrow evening when I have time to play again.

Cant Edit Width In Menu

You cant go into Ctrl S menu and edit the Width With the Left or Right Arrows.
Using the Left Alt + or - Takes such a long time

Auto Width Adjust Wont detect SPSL 9 Plow

The auto width wont detect the Gregoire besson SPSL 9 plow, and when i want to make it bigger by hitting Alt + it wont work, but i can make it smaller by hitting Alt -

Eddited
Found out the increase width manually wasn't mapped to a key fully, was mapped Left Alt,

While making a track guiding lines point backwards

I think I found a bug.
When I set a track (already set point A) and drive forward, the guiding lines point backwards.
Like when you drive backwards without setting up a track.

fsscreen_2019_02_05_17_27_56

Running the latest version.

Location: Ravenport West side of field 8
Machinery:

  • Edit of the John Deere 9r (articulated tractor)
  • Vaderstad air seeder combination (seed hawk)

Clarity of instructions.

I for one would love to see a port over of the GPS mod by zzz from FS 17.
However
Ive already spoken out on Modhub.us regarding this mod. Firstly guys, nice idea, however this is an ALPHA build, not a BETA.

Beta is fully functional with clear operating instructions and just needs bug testing and seeing if it can be broken on as many other computers and situations as possible and report gathered. Alpha is under development and incomplete.
If something is in Alpha build it should really not be on general release until you have a stable product. And it should be tested by a selected group of testers that can give clear and comprehensive bug reports.

In shop purchase with a new vehicle works nicely
.
In shop purchase on existing vehicle on the models I tried appears to work.

In field or workshop vehicle repair has issues to add it on site. (##)

Key command,Ctrl + s once the unit is installed has issues, W= forward, S= backwards, D = right, A = Left as standard movement keys so I would recommend NOT using them neat or unaltered. E, Q and Z also avoid. E = Enter / leave a vehicle. (##)

In vehicle hitting CTRL + S makes the vehicle go backwards and brings up a line of white dots vertically on the screen, NOT a onscreen menu as stated in instructions (##)

Programming it needs to be easier and if possible an onscreen cick to set and adjust.

Other supposed controls on here you dont mention using Alt + S to open the onscreen menu (##) got that out of the code, not everyone that downloads it is conversant with code and protocol. Remember your doing a mod for people that just need to put a key in and go, not understand the law of the universe. Simplify and have it onscreen click and go.

The overall operation also has issues with Mechanised crop sprayers, issue unclear, but getting it to work overall is a problem.

The code is simple enough, though adding an easy way to download the mod rather than download, unpack, run zip.bat, put mod file in the mods folder. Just a download a file put it in the mods folder is making life easy.

Please take this is the way it is meant to be given as constructive critiscism not a flame. The comments are there to help. Youve made good progress on it and need to get the bugs out of the system and make it more user friendly. The code is simple enough, though adding an easy way to download the mod rather than download, unpack, run zip.bat, put mod file in the mods folder. Just a download a file put it in the mods folder is making life easy.

Suggestion: Improved HUD

I think it would be wonderful if there would be an Option to have a HUD that resembles a view similar to the real life GPS. So rather then having the lines printed on the ground, having a small map like HUD that shows the GPS Lines and further information like a real life GPS screen.
But I am unsure if this is even technically possible.

Image of GPS Screen

[BUG] GPS menu is not closable after changing track

After selecting a track in the GPS menu it is impossible to close the menu. Pressing ESC doesn't have an affect any more nor does trying to click the button with the mouse. After selecting the track that was set at the beginning everything works fine.

To Reproduce
Steps to reproduce the behavior:

  1. Open the menu by ctrl + s
  2. Change to an other pre configured track or create a new one
  3. Try to close it -> does not work
  4. Change back to the track that was set before changing it
    5- Try to close it -> works

Expected behavior
Closing the menu should work at any time. Changing tracks should not change the behaviour of the menu itself in any way.

Desktop:

  • OS: Windows 10
  • Version of FS: 1.2.0.1

Allow shifting of track left or right (feature request)

In the old GPS mod for FS17, you were able to shift the track left or right, to better line up with field edges. This is would be a great feature to add to Guidance Steering, since the tracks are not as easily changed on the fly.

Hud Anzeige

Moin ... there is a possibility. That you can disable GPS. Since the line is always on. That you can switch on/off with a button, for example. And that there may be a HUD display, with status and stash possibilities. Otherwise, this is a hammer mod ... Thank you
Greeting Jan

Error Repeating

Getting this error on a Dedi Server if it matters! It is repeating A LOT!

2019-02-02 15:58 LUA call stack:
2019-02-02 15:58 =C:/Users/Josh/Documents/My Games/FarmingSimulator2019/mods/FS19_aaa_GPS/src/vehicles/GlobalPositioningSystem.lua (708) : printCallstack
2019-02-02 15:58 =C:/Users/Josh/Documents/My Games/FarmingSimulator2019/mods/FS19_aaa_GPS/src/vehicles/GlobalPositioningSystem.lua (415) : guideSteering
2019-02-02 15:58 dataS/scripts/vehicles/SpecializationUtil.lua (26)
2019-02-02 15:58 dataS/scripts/vehicles/Vehicle.lua (1281) : raiseEvent
2019-02-02 15:58 dataS/scripts/network/NetworkNode.lua (98) : update
2019-02-02 15:58 dataS/scripts/network/Server.lua (58) : updateActiveObjects
2019-02-02 15:58 dataS/scripts/BaseMission.lua (1495) : update
2019-02-02 15:58 dataS/scripts/FSBaseMission.lua (1990) : update
2019-02-02 15:58 dataS/scripts/missions/mission00.lua (462) : update
2019-02-02 15:58 dataS/scripts/main.lua (1857) : update
2019-02-02 15:58 Validity check failed in TransformGroup_worldToLocal:
2019-02-02 15:58 ......\src\engine\app\ReflectionAndScriptBinding.cpp (3787): !MathUtil::isNaN(pArgs->arg[0].f)

Not Funktion with another Mods

If I want to use the following mods, TSX_EnhancedVehicle and KeyboardSteer in the game, unfortunately, your mod does not work. Can you please Help!

Keep current heading (without making line first)

When I press the activate steering, without a track created, it complains I have to create or load a track first, which make sense, but would be great if it would just follow the current white dotted line instead when activated without a set track. That way it would be quick and easy to lock in on a line of straw or a lane on the road without having to do a lot of set up first.

Error changing Width Manually

2019-02-02 20:41 Error: Running LUA method 'update'.
2019-02-02 20:41 C:/Users/Josh/Documents/My Games/FarmingSimulator2019/mods/FS19_aaa_GPS/src/gui/frames/GuidanceSteeringSettingsFrame.lua:121: attempt to index field 'guidanceSteeringWidthInCrementElement' (a nil value)
2019-02-02 20:41 [Info]: : "function: 0x01d03a5c7b48"

tracks not loading on dedicated server

saving track looks go as planned i also see it happening in the server log of the dedicated server

but when selecting a track in the gui i dont see anything happen ingame and also not on the server log (for me i got the feeling we missing the the loading track button)

[BUG] Can't Load Saved Tracks

Describe the bug
Currently can load saved tracks from the steering menu after pressing ctrl-s. When you go into the menu there is just a "create," "remove," and "save" option. I have the track that I want to use selected in via the navigation errors that was saved previously. No load button appears, and nothing happens with the combine GPS is installed in. When you go outside the combine and select alt-x to see if that will start up the currently selected track from the ctrl-s menu, it reports that you need to create or load a track first.

To Reproduce
Steps to reproduce the behavior:

  1. alt-e to set the system, alt-e to make a point A
  2. Drive your straight track on the field you are going to work on
  3. Once you have reached the end, select alt-b to complete the track
  4. ctrl-s to open the menu and then tab once to open the creation/save screen
  5. Name the track what you want and select "create" to added it to the selection menu
  6. Select "save" to save the track
  7. Close the game and then relaunch your save with GPS enabled
  8. Return to the vehicle with GPS installed, start the vehicle, and load the steering menu with ctrl-s
  9. Tab to the creation page, and use the left right selectors to have the name of the track you saved appear
  10. No load button appears, and the selected track does not appear around the implement with GPS

Expected behavior
In step 9, selecting the previous saved track should either provide a load button or auto load the necessary track for the implement with GPS installed.

Screenshots
See attached screenshots.
20190207162823_1
20190207162843_1

Desktop (please complete the following information):

  • OS: Windows 10 Home
  • Version: 10.0.17763 Build 17763

Additional context
I have tried both the dev script and manually zipping to make the folder from the unzipped repository from get hub. I did also try updating to the latest version as some changes have been committed since my first download. Same effect in all versions. The saved track is there, but it won't load.

Question about Tracks...

What are tracks? Are they per vehicle? Per farm? Per Server?

What do they save? Do I want one per vehicle, per field and so on? Meaning 100s of Tracks?

Feature request: Rotate track

A feature of the old GPS mod I used a lot was the ability to rotate a track, mainly the option to just flip it through 90 degrees which is great for switching between the main orientation of the field and the headlands. Fine tuning the angle I used less, but that's a help for fields which are oriented off the main grid. This is probably on your to do list but I just wanted to mention it.

Also thank you, I only discovered the mod this morning but already it's been a massive help. I'll be following development with interest and I wish you all the best in your endeavours.

Implement HUD

Improve the current HUD with icons and live data.

Cruise Control doesnt work while mowing

was testing it in single player had no other mods other than the map, set AB line pressed cruise control and Alt+x and it deactivated cruise control, while in guidance mode it will not let me enable cruise control

no entry in finances tab

the money is gone correctly after buying the GPS, but its just gone... it doesnt appear in finances tab...
would love to see it in :)

Default Guidance Settings

Not a problem.

When starting Guidance Settings, default: Show lines = ON

Is it possible to get this default settings like: Show lines = Off

Thank You.

Cheers
Bakey

[BUG] Steering wheel - does not work

hello i have a g29 car steering wheel. the setting of the gps works very well but impossible to activate. when I unplug the car wheel and play the keyboard, it works very well.

when the direction is changed, the guidance is deactivated. is it possible to disable this

GPS Not Showing Up in Mods selection

When I launch the game I go to installed mods and it shows up. When I launch a save or create a new save it does not show up on the list to activate.

Cant adjust width.

I just started using it, and the width does not allow me to adjust it using the 2730 ripper. Width is stuck at 16 meters, it should be 8.

Curse is modified after setting B

After setting B in A-B mode the curse still gets modified by driving in any direction.
In addition, we would recommend using another input to reset the track.

desktop screenshot 2019 02 02 - 00 09 27 15

Sound for enabeling an for when the guidance stops

I'm happy to have GPS, but i would like as an enhancement with makes it's easier by playing without an hud to have like the GPS of 17 and te real life gps to hear a beep if gps steering is enabled and a sound when its turned

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.