Skip to content

marmust/internet-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

internet scanner

see the internet as a physical network of web pages

a video explaining everything: https://youtu.be/qkOem3HyR_w

project is fully open source, and you can use the code for any purpose (it will be nice if you credit 8AAFFF and all contributors tho)

To run the build:

  1. Download Windows release from the Releases.
  2. Unzip the downloaded file to a new folder
  3. Run graph renderer.exe
  4. You may get an error saying "Windows Protected Your PC". This is normal, click the more options link, then click the Run Anyway button.

The build is only for windows however, you're out of luck if you run any other OS.

To open the Unity Project:

  1. Make sure Unity is installed properly on your system (the project is currently being developed in version: 2020.3.35F1).

Please note: If you do not have version 2020.3.35f1 installed, nor see the option to install it in Unity Hub, simply try opening the project in Unity Hub anyways. Unity Hub will prompt you to install the correct version.

  1. Download the graph renderer unity project directory from the parent directory: Unity_stuff
  2. Open the Unity Launcher.
  3. Select: "Import and existing project" (The wording might have changed since the last time I used Unity 5+ years ago, but it should be similar).
  4. Navigate to where you put your graph renderer unity project directory and select it. (GitHub will download the folder as a .zip so you'll have to unzip it first.
  5. Have fun!

controlls:

  • WASD - movement
  • CTRL - down
  • SPACE - up
  • left SHIFT - boost
  • LMB - scan
  • TAB - open URL prompt

readmy by: Joey451-OG