ladybird/Documentation
Aliaksandr Kalenik 830b287c46 Everywhere: Remove GPU painter and AccelGfx
GPU painter that uses AccelGfx is slower and way less complete compared
to both default Gfx::Painter and Skia painter. It does not make much
sense to keep it, considering Skia painter already uses Metal backend on
macOS by default and there is an option to enable GPU-accelerated
backend on linux.
2024-07-04 14:47:02 +02:00
..
Browser Meta: Update for GitHub org rename to LadybirdBrowser 2024-06-09 13:02:56 +02:00
HumanInterfaceGuidelines Documentation: Add section on Ellipses to Text.md 2023-05-23 05:59:49 +02:00
AdvancedBuildInstructions.md Everywhere: Remove GPU painter and AccelGfx 2024-07-04 14:47:02 +02:00
AndroidStudioConfiguration.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
BuildInstructionsLadybird.md Documentation: Add missing libssl dependency for Ubuntu 2024-07-04 14:46:28 +02:00
BuildProfilingInstructions.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
CLionCodeStyleSettings.xml Documentation: Recommend CLion code style settings over manual steps 2022-12-03 23:54:48 +00:00
CLionConfiguration.md Documentation: Update IDE docs to reference CMakePresets.json 2024-06-06 10:09:46 -06:00
CodingStyle.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
EmacsConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
EventLoop.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
FAQ.md Documentation: Add two new FAQ entries for independence and Windows 2024-06-06 17:44:37 +02:00
HelixConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
NvimConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
Patterns.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
QtCreatorConfiguration.md Documentation: Fix dead link in Qt creator page 2024-07-01 21:15:22 -04:00
README.md Documentation: Remove links to outdated guides 2024-06-05 13:05:30 -04:00
RunningTests.md CMake+CI: Remove BUILD_LAGOM=OFF option in favor of LAGOM_TOOLS_ONLY=ON 2024-06-08 07:58:11 +02:00
SelfHostedRunners.md Meta: Update for GitHub org rename to LadybirdBrowser 2024-06-09 13:02:56 +02:00
SmartPointers.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
StringFormatting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
Troubleshooting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
VimConfiguration.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
VSCodeConfiguration.md Documentation: Remove LibGUI mention in VSCode configuration 2024-07-04 14:46:46 +02:00

Ladybird Documentation

Ladybird development moves quickly, so some of these might be out of date. Please let us know if something here is wrong, or submit a PR with any additions or corrections! If you have any questions that are not answered here or in the FAQ, you are welcome to ask on Discord.

Building and Running

Configuring Editors

Development

Browser/LibWeb