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
- Host: GitHub
- URL: https://github.com/abraham-ny/quartz
- Owner: abraham-ny
- License: cc0-1.0
- Created: 2025-04-04T12:48:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T10:28:09.000Z (3 months ago)
- Last Synced: 2025-06-09T22:11:24.197Z (16 days ago)
- Topics: browser, browser-engine, css-parser, html-renderer, javascript-engine, quartz, renderer, vostro
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Origin Engine
[](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.