Thanks to visit codestin.com
Credit goes to github.com

Skip to content
098orin edited this page Oct 16, 2025 · 2 revisions

Welcome to the orinium wiki!

了解です。 以下は シンプルで読みやすいGitHub Wikiのトップページ 向けMarkdownです👇

🦀 Orinium Browser

Rust製のブラウザエンジンです。

📁 構成

src/
 ├── browser/    # UI
 ├── engine/     # HTML/CSS パーサ
 ├── platform/   # ネットワーク・レンダリング
 ├── main.rs
 └── lib.rs

⚙️ ビルド方法

git clone https://github.com/orinium-browser/orinium.git
cd Orinium-browser
cargo run

Clone this wiki locally