Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.44 KB

File metadata and controls

31 lines (20 loc) · 1.44 KB

Neuron

Neuron: Extremely powerful, super-fast, bloat-free Browser coded in C#

Usage:

  • Download latest release and extract it to any folder. Make sure you download the right one for your architecture!
  • Create a shortcut to Neuron.exe and place it anywhere.
  • Have Fun!

Important: if you want to have different tabs in your browser, change the EnableTabs variable to true on line 38 of Program.cs.

Building (Somewhat working, still complicated.)

If you are planning on building this project in Visual Studio, some extra packages will be needed.

Navigate to the NuGet Package Manager, select the browse tab, and install the following packages:

  • CefSharp.Winforms
  • EasyTabs

To install the mandatory Siticone UI Library, navigate to the Form1 Designer. Right-Click on the toolbox, and press "Choose Items". In the new window, click "Browse". Choose Siticone.UI.dll from the download. Wait for it to load, and then press "OK".

Credits:

Siticone UI - Siticone

EasyTabs - lstratman