Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidescrollui/sidescroll
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs
https://github.com/sidescrollui/sidescroll
avalonia avaloniaui cross-platform csharp desktop linux macos windows
Last synced: 2 months ago
JSON representation
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs
- Host: GitHub
- URL: https://github.com/sidescrollui/sidescroll
- Owner: SideScrollUI
- License: mit
- Created: 2024-07-02T20:39:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T00:39:07.000Z (3 months ago)
- Last Synced: 2024-10-10T19:40:18.103Z (2 months ago)
- Topics: avalonia, avaloniaui, cross-platform, csharp, desktop, linux, macos, windows
- Language: C#
- Homepage:
- Size: 8.47 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.NuGet.md
- License: LICENSE
Awesome Lists containing this project
README
# SideScroll
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others.SideScroll is designed with speed in mind, for both development and usage. Most tabs are created in code which makes them easier to link together and refactor later. Any object can be viewed or edited by adding it to a tab, with all the controls being automatically created for you, and customized via attributes. DataRepos can be used to save and load these objects, and the selected items can be passed in links automatically.
## Features
* .NET Cross Platform [Avalonia UI](https://github.com/AvaloniaUI/Avalonia) Framework that can run on any Windows, MacOS, or Linux system
* Previous selections are used to automatically select the most likely new items
* Open multiple paths at once to easily compare or update items
* Create Links to share views with others
* Use DataRepos to manage your local saving & loading
* Load any object in a Param Control to create a form with matching Avalonia controls
* Chart line series using the [LiveCharts 2](https://github.com/beto-rodriguez/LiveCharts2) controls
* RichText document support using the [AvaloniaEdit](https://github.com/AvaloniaUI/AvaloniaEdit) controls#### VideoGamesDB
![VideoGamesDB](https://raw.githubusercontent.com/SideScrollUI/SideScroll/6b611a162f3ee741b767457f21ef08b2569fc11f/Images/Animations/SideScroll-VideoGamesDB.gif)## Screenshots
#### Light Theme
![Light Theme](https://raw.githubusercontent.com/SideScrollUI/SideScroll/a8f4cb937e8d49db55fca4123aa92afa25e28dda/Images/Screenshots/ColumnTypes_CustomControl_Charts_Light.png)
#### Dark Theme
![Dark Theme](https://raw.githubusercontent.com/SideScrollUI/SideScroll/a8f4cb937e8d49db55fca4123aa92afa25e28dda/Images/Screenshots/ColumnTypes_CustomControl_Charts_Dark.png)
#### Custom Theming
![Custom Theme](https://raw.githubusercontent.com/SideScrollUI/SideScroll/a8f4cb937e8d49db55fca4123aa92afa25e28dda/Images/Screenshots/CustomTheme.png)
#### Rich Text Editing with AvaloniaEdit
![Rich Text Editing](https://raw.githubusercontent.com/SideScrollUI/SideScroll/9ab33ab14ebe7cfa4c8e9e8027bb1b5da96008a7/Images/Screenshots/TextEditorJsonAndXml.png)
#### Share Links
![Links](https://raw.githubusercontent.com/SideScrollUI/SideScroll/a8f4cb937e8d49db55fca4123aa92afa25e28dda/Images/Screenshots/Links.png)![Logo](https://raw.githubusercontent.com/SideScrollUI/SideScroll/a8f4cb937e8d49db55fca4123aa92afa25e28dda/Images/Logo/png/SideScroll_40.png)
### Documentation
* [Development](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Dev/Development.md)
* [User Guide](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/UserGuide.md)
* [Credits](https://github.com/SideScrollUI/SideScroll/blob/main/Docs/Credits.md)### Samples
* [Video Game Database](https://github.com/SideScrollUI/VideoGamesDB)
* [SideScroll Samples](https://github.com/SideScrollUI/SideScroll/blob/main/Programs/SideScroll.Start.Avalonia/MainWindow.cs)## License
* [MIT](LICENSE)