https://github.com/mkinney/getlanip
gamemaker studio 2 project calling c++ library to get local ip address
https://github.com/mkinney/getlanip
c-plus-plus game gamemaker-studio-2 library networking
Last synced: over 1 year ago
JSON representation
gamemaker studio 2 project calling c++ library to get local ip address
- Host: GitHub
- URL: https://github.com/mkinney/getlanip
- Owner: mkinney
- Created: 2018-12-28T00:12:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T04:33:08.000Z (over 7 years ago)
- Last Synced: 2024-10-11T17:56:28.868Z (over 1 year ago)
- Topics: c-plus-plus, game, gamemaker-studio-2, library, networking
- Language: C++
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get your LAN IPv4 address.
To do this, we call a shared library from Game Maker Studio v2.
Thanks to Samuel Venable for https://marketplace.yoyogames.com/assets/575/execute-shell as a great starting point.