An open API service indexing awesome lists of open source software.

https://github.com/abraham-ny/quartz

The browser built by Ai
https://github.com/abraham-ny/quartz

browser browser-engine css-parser html-renderer javascript-engine quartz renderer vostro

Last synced: 1 day ago
JSON representation

The browser built by Ai

Awesome Lists containing this project

README

        

# Origin Engine

[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

Origin is a modular rendering engine with DOM, styling, and JavaScript capabilities.

## Features
- DOM implementation with hierarchical document structure
- CSS styling and media query support
- JavaScript parsing and execution via V8
- Flexible rendering pipeline
- Networking capabilities

## Getting Started

### Prerequisites
- .NET 6.0+
- Visual Studio 2022 (recommended)

### Installation
```bash
git clone https://github.com/your-repo/Origin.git
cd Origin
dotnet restore
```

### Running the Demo
```bash
cd Origin.Demo
dotnet run
```

## Documentation
Detailed documentation is available in the [Origin.Docs](/Origin.Docs) directory.

## Contributing
We welcome contributions! Please see our [CONTRIBUTING](CONTRIBUTING.md) guide for details.

## License
This project is licensed under the [CC0 1.0 Universal](LICENSE) license.