Coder Social home page Coder Social logo

firapinch / webicity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webicitybrowser/webicity

0.0 0.0 0.0 798 KB

Webicity Web Browser: An unending fight against complexity (complexity is winning).

License: MIT License

Java 99.99% CSS 0.01%

webicity's Introduction

Webicity

codebeat badge Codacy Badge CodeClimate Badge

Webicity is a simple web browser that I am working on (it is unfinished).

Switch to the "ribbon" branch for the last working version. I have a habit of not working on projects for a long time and then rewriting them, so it's been a long time since there was a working version of Webicity.

Webicity consists of multiple components:

  • Webicity browser: A graphical UI for Webicity, so that users can actually use Webicity.
  • Webicity: Responsible for rendering content.
  • Thready: Provides a GUI component system, and interfaces with the preferred drawing system.
  • Thready web extensions: Part of Webicity. Allows for rendering web pages with Thready.

Thanks to @Minecraftian14 for helping!

Join our Discord server!

Want to talk about Webicity? Consider joining our Discord server.

Requirements

Webicity is meant to be compatible with both Windows and Linux distributions with Java support, but is only tested on Windows. MacOS and other OSs are not supported. The recommended JDK/JRE version is Zulu JDK 17. Other versions of the JDK or JRE are not guaranteed to work.

Checking out the code

git clone https://github.com/WebicityBrowser/Webicity.git
cd Webicity

Running the code

./gradlew run

Creating a Jarfile

After checking out the code, run this:

./gradlew shadowJar

Your Jarfile should appear at ./build/libs/Webicity-all.jar. You can run it with this command:

java -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar Webicity-all.jar

Screenshot

image

Disclaimer

Webicity is not suitable for use in medical applications, banking applications, or other applications in which security, accuracy, and/or performance is critical. As stated in this software's license, the maintainers of this software are not responsible for any damages caused by use of this software.

webicity's People

Contributors

jasonthekitten avatar firapinch avatar

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.