Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trflynn89/ladybird-appkit
An AppKit-based chrome for the SerenityOS LibWeb web engine
https://github.com/trflynn89/ladybird-appkit
Last synced: 24 days ago
JSON representation
An AppKit-based chrome for the SerenityOS LibWeb web engine
- Host: GitHub
- URL: https://github.com/trflynn89/ladybird-appkit
- Owner: trflynn89
- License: bsd-2-clause
- Created: 2023-08-02T15:34:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T15:03:24.000Z (about 1 year ago)
- Last Synced: 2023-08-20T15:51:48.525Z (about 1 year ago)
- Language: Objective-C++
- Homepage:
- Size: 10.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARCHIVED
[This has been merged upstream!](https://github.com/SerenityOS/serenity/commit/5722d0025b6f44356c9f4aad0fc68688c3f57ec3)
# Ladybird - AppKit UI
This project provides an AppKit-based chrome for the [SerenityOS LibWeb](https://github.com/SerenityOS/serenity)
web engine for macOS.⚠️ This has only been tested on macOS 13.4.1 with Xcode 14.3.1.
## Build Instructions
```bash
cmake -G Ninja -B Build
ninja -C build
```## Running Ladybird
```bash
./Build/Ladybird.app/Contents/MacOS/Ladybird
```Or
```bash
open ./Build/Ladybird.app
```## Screenshots
![Screenshot1](Meta/Screenshots/Screenshot1.png)
![Screenshot2](Meta/Screenshots/Screenshot2.png)