{"id":14965030,"url":"https://github.com/sidescrollui/sidescroll","last_synced_at":"2026-04-19T07:04:40.901Z","repository":{"id":246977899,"uuid":"823329488","full_name":"SideScrollUI/SideScroll","owner":"SideScrollUI","description":"SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs","archived":false,"fork":false,"pushed_at":"2025-06-22T03:38:39.000Z","size":9697,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-22T19:06:43.628Z","etag":null,"topics":["avalonia","avaloniaui","cross-platform","csharp","desktop","linux","macos","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SideScrollUI.png","metadata":{"files":{"readme":"README.NuGet.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-02T20:39:57.000Z","updated_at":"2025-06-22T03:38:43.000Z","dependencies_parsed_at":"2024-08-10T00:24:42.611Z","dependency_job_id":"43f31aad-6192-4096-aac0-7bd707a07373","html_url":"https://github.com/SideScrollUI/SideScroll","commit_stats":{"total_commits":982,"total_committers":3,"mean_commits":327.3333333333333,"dds":0.05295315682281054,"last_synced_commit":"f1d0abd86a328cd24d82df887bffc6f8fe73db89"},"previous_names":["sidescrollui/sidescroll"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/SideScrollUI/SideScroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SideScrollUI%2FSideScroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SideScrollUI%2FSideScroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SideScrollUI%2FSideScroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SideScrollUI%2FSideScroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SideScrollUI","download_url":"https://codeload.github.com/SideScrollUI/SideScroll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SideScrollUI%2FSideScroll/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261348748,"owners_count":23145312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avalonia","avaloniaui","cross-platform","csharp","desktop","linux","macos","windows"],"created_at":"2024-09-24T13:34:07.393Z","updated_at":"2026-04-19T07:04:40.884Z","avatar_url":"https://github.com/SideScrollUI.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SideScroll\n\n[![Live Demo](https://img.shields.io/badge/demo-live-success)](https://sidescrollui.github.io/SideScroll/)\n[![NuGet](https://img.shields.io/nuget/v/SideScroll.svg)](https://www.nuget.org/packages/SideScroll)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SideScrollUI/SideScroll/blob/main/LICENSE)\n[![.NET](https://img.shields.io/badge/.NET-8.0-purple.svg)](https://dotnet.microsoft.com/download)\n[![Avalonia](https://img.shields.io/badge/Avalonia-11.3-blue.svg)](https://github.com/AvaloniaUI/Avalonia)\n\n**A cross-platform Avalonia UI framework for building fast, navigable, data-driven applications with automatically generated forms and smart tab navigation.**\n\nSideScroll is designed for navigating complex data hierarchies with speed and developer productivity in mind. It automatically selects the most likely next tabs as you navigate, allowing you to drill down 20, 30, or even 50 levels deep with ease. Every view can be saved as a shareable link, and any object can be instantly displayed or edited with auto-generated controls.\n\n## ✨ Key Features\n\n- **🚀 Smart Tab Navigation** — Automatically predicts and displays the next most relevant tabs based on your navigation patterns\n- **🖥️ Cross-Platform** — Built on [Avalonia UI](https://github.com/AvaloniaUI/Avalonia), runs on **Windows, macOS, Linux**, and **Web (WASM)**\n- **⚡ Rapid Development** — Create tabs in code for easy linking and refactoring; no XAML required\n- **🎨 Dynamic Forms** — Load any object into a **TabForm** and get auto-generated Avalonia controls with attribute-based customization\n- **💾 DataRepos** — Manage local data storage with data-bound views and automatic serialization\n- **🔗 Shareable Links** — Create and share deep links to any view or data state\n- **📊 Interactive Charting** — Integrated [LiveCharts 2](https://github.com/beto-rodriguez/LiveCharts2) with smooth animations, zooming, and interactive legends\n- **📝 Rich Text Editing** — Built-in [AvaloniaEdit](https://github.com/AvaloniaUI/AvaloniaEdit) support for syntax highlighting and text manipulation\n- **🎨 Customizable Themes** — Light, dark, and custom themes with exportable/importable JSON configurations\n- **🔍 Advanced Filtering** — Powerful DataGrid filtering with nested queries and operators\n\n## 🎬 Live Demo\n\n**Try SideScroll in your browser:** [https://sidescrollui.github.io/SideScroll/](https://sidescrollui.github.io/SideScroll/)\n\nThe demo runs entirely in WebAssembly using Avalonia's browser support—no installation required!\n\n\u003e **Note:** The browser version is experimental. For the best performance and full features, use the desktop application.\n\n## 📸 Screenshots \u0026 Examples\n\n### VideoGamesDB Sample\n\n![VideoGamesDB](https://raw.githubusercontent.com/SideScrollUI/SideScroll/6b611a162f3ee741b767457f21ef08b2569fc11f/Images/Animations/SideScroll-VideoGamesDB.gif)\n\n### Light Theme\n\n![Light Theme](https://raw.githubusercontent.com/SideScrollUI/SideScroll/7b67c08951361310fa23bec67e4f953343bf8af2/Images/Screenshots/PlanetsLight.png)\n\n### Dark Theme\n\n![Dark Theme](https://raw.githubusercontent.com/SideScrollUI/SideScroll/7b67c08951361310fa23bec67e4f953343bf8af2/Images/Screenshots/PlanetsDark.png)\n\n### Custom Theming - Hybrid Theme\n\n![Hybrid Theme](https://raw.githubusercontent.com/SideScrollUI/SideScroll/7b67c08951361310fa23bec67e4f953343bf8af2/Images/Screenshots/HybridTheme.png)\n\n### Rich Text Editing with AvaloniaEdit\n\n![Rich Text Editing](https://raw.githubusercontent.com/SideScrollUI/SideScroll/7b67c08951361310fa23bec67e4f953343bf8af2/Images/Screenshots/TextEditorJsonAndXml.png)\n\n### Shareable Links\n\n![Links](https://raw.githubusercontent.com/SideScrollUI/SideScroll/7b67c08951361310fa23bec67e4f953343bf8af2/Images/Screenshots/Links.png)\n\n## 🚀 Quick Start\n\n1. **Install SideScroll templates**\n   ```bash\n   dotnet new install SideScroll.Templates\n   ```\n\n2. **Create a new SideScroll application**\n   ```bash\n   dotnet new sidescroll.app -o MyApp\n   ```\n\n   Or create a solution with library and program projects:\n   ```bash\n   dotnet new sidescroll.sln -o MyApp\n   ```\n\n3. **Run your new app**\n   ```bash\n   cd MyApp\n   dotnet run\n   ```\n\n## 📚 Documentation\n\n### For Users\n- **[User Guide](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/UserGuide.md)** — How to use SideScroll applications\n- **[Live Demo](https://sidescrollui.github.io/SideScroll/)** — Try it in your browser\n\n### For Developers\n- **[Project Setup](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/ProjectSetup.md)** — Setting up your first SideScroll project\n- **[Development Guide](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/Development.md)** — Core concepts and development workflow\n- **[Adding Tabs](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/AddingTabs.md)** — Creating custom tabs\n- **[TabForms](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/TabForms.md)** — Auto-generated forms for objects\n- **[DataRepos](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/DataRepos.md)** — Data storage and management\n- **[Bookmarks](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/Bookmarks.md)** — Creating shareable links\n- **[Charts](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/Charts.md)** — Adding interactive charts\n- **[Logs](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/Logs.md)** — Logging and debugging\n- **[Projects](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/Projects.md)** — Project configuration\n- **[Serializer](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/Serializer.md)** — Object serialization\n\n### Additional Resources\n- **[Credits](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Credits.md)** — Acknowledgments and third-party libraries\n- **[Changelog](https://github.com/SideScrollUI/SideScroll/blob/main/CHANGELOG.md)** — Version history and release notes\n- **[Contributing Guide](https://github.com/SideScrollUI/SideScroll/blob/main/CONTRIBUTING.md)** — How to contribute to SideScroll\n\n## 🎯 Sample Projects\n\n- **[SideScroll Samples](https://github.com/SideScrollUI/SideScroll/blob/main/Libraries/SideScroll.Avalonia.Samples/MainWindow.cs)** — Included in the repository\n- **[Video Game Database](https://github.com/SideScrollUI/VideoGamesDB)** — External sample project demonstrating real-world usage\n\n## 📄 License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](https://github.com/SideScrollUI/SideScroll/blob/main/LICENSE) file for details.\n\n![Logo](https://raw.githubusercontent.com/SideScrollUI/SideScroll/7b67c08951361310fa23bec67e4f953343bf8af2/Images/Logo/png/SideScroll_40.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidescrollui%2Fsidescroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsidescrollui%2Fsidescroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidescrollui%2Fsidescroll/lists"}