Jump to content

Thoughts and opinions wanted on this build of my browser. It's matured a lot and is way better than before. Still some things to add and some things to change.

 

Thanks :)

 

If you're interested in using or viewing some parts of the source code I'd be happy to share some of the key components like the system for throwing errors (Called MessagesCore) or the Core functionality called (LithiumCore) or the part about saving, importing or exporting information (InfoCore).

 

http://www.mediafire.com/download/ue0uoewom342jmz/Lithium+1.0.504.30.zip

 

  1. AlTech

    AlTech

    This only runs on Windows FYI :(. Any version of Windows after Vista SP2 or Windows 7 SP1 which is 64 Bit.

     

  2. thekeemo

    thekeemo

    Is this vb.net..

  3. AlTech

    AlTech

    @thekeemo No dear god no. I never learned Visual Basic lol. It's C#.

  4. thekeemo

    thekeemo

    I used to do vb.net and I made a browser that was nearly identical except with color schemes that dont require restarting the browser and the option to set a search location without knowing that you need the ?q= 

  5. AlTech

    AlTech

    @thekeemo Well I will probably add a drop down menu in the future.

     

    One of the problems with the browser is how inefficient it is. It is very much single threaded due to a limitation with the browser rendering engine (it crashes when you create multiple instances of the web browser object). It also hides some things in the background (after installing and setting up stuff it hides it for the first session) but the splash screen hides in the background as well.

     

    But I'm constantly making it better.

  6. thekeemo

    thekeemo

    I remember home made browsers running faster than chrome opera is and firefox

×