Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litehtml/litebrowser
The simple browser based on litehtml engine (windows)
https://github.com/litehtml/litebrowser
Last synced: 21 days ago
JSON representation
The simple browser based on litehtml engine (windows)
- Host: GitHub
- URL: https://github.com/litehtml/litebrowser
- Owner: litehtml
- License: bsd-3-clause
- Created: 2014-08-27T23:36:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T13:31:39.000Z (10 months ago)
- Last Synced: 2024-11-23T09:52:06.470Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 84 KB
- Stars: 123
- Watchers: 8
- Forks: 38
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## litebrowser (litehtml engine)
**Litebrowser** is simple web browser designed to test the [litehtml HTML rendering engine](https://github.com/tordex/litehtml).
### Building
You can build litebrowser with Visual Studio 2022 and newer. **Note**: this project contains some git submodules:
* [freeimage](https://github.com/tordex/freeimage) - used to draw images
* [cairo](https://github.com/tordex/cairo) - 2D graphics library
* [txdib](https://github.com/tordex/txdib) - wrapper for freeimage
* [simpledib](https://github.com/tordex/simpledib) - library for memory device context and DIBs
* [litehtml](https://github.com/tordex/litehtml) - html rendering enginePlease be sure the submodules are fetched, or download them from github and copy into libs subfolder.
### Download binaries
You can download the binary files from the [Releases](https://github.com/litehtml/litebrowser/releases) page.
### Using litebrowser
Before running litebrowser copy the files cairo.dll (from libs\cairo) and freeimage.dll (libs\freeimage) into the same folder where litebrowser.exe is.
Type url in the address bar and press [ENTER]