This project aims to develop a web browser using the LÖVE framework. The browser will allow users to browse the internet, render web content, and provide essential browser functionalities.
The web browser project follows a client-server architecture. The client side is built using the LÖVE framework, which provides the necessary tools for creating a graphical user interface and handling user interactions. On the server side, the browser communicates with web servers using HTTP(S) protocols to retrieve web content.
The project incorporates several key concepts:
Contributions to the web browser project are welcome. If you encounter any issues, have ideas for enhancements, or would like to contribute code, please follow the standard open-source contribution guidelines. Fork the repository, make your changes, and submit a pull request for review.
This project is licensed under the MIT LICENSE. See the LICENSE file for more details.
We would like to acknowledge the creators and contributors of the LOVE framework, as well as the developers of the gumbo-parser library for their valuable work.