• Stars
    star
    556
  • Rank 80,098 (Top 2 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 6 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cross-platform sample .NET GUI for cloud file management.

Camelotia

Build Pull Requests Issues License Size codecov

Camelotia is a sample cross-platform application built with reactive extensions, ReactiveUI, and modern .NET UI frameworks. Camelotia is a file manager for cloud storages, it currently supports Yandex Disk, Google Drive, VK Documents, GitHub, FTP, SFTP, and local file systems. The app runs on Windows, Linux, MacOS, XBox, Surface Hub and HoloLens.

Compiling Avalonia app

In order to compile .NET Standard libraries, run tests and run the Avalonia application on Windows, Linux or MacOS operating system make sure to have latest .NET Core SDK installed. Launch the Camelotia.Avalonia.sln file to browse or to edit source files. Camelotia uses Nuke Build to build and test the solution. Execute the following commands to run the build scripts on Linux or MacOS:

# Linux or MacOS shell. Launches the Avalonia app after build.
git clone https://github.com/worldbeater/Camelotia
cd ./Camelotia && bash ./build.sh --interactive

On Windows, execute the following command line:

# Windows command line. Launches the Avalonia app after build.
# Use the '--full' option to compile Android, UWP and WPF apps as well.
# Use the '--configuration Release' option to generate app packages.
git clone https://github.com/worldbeater/Camelotia
cd ./Camelotia && powershell -ExecutionPolicy Unrestricted ./build.ps1 --interactive

Compiling Universal Windows Platform app

Universal Windows Platform Camelotia app is compatible with Windows 10-based devices, such as PCs, Xbox One and HoloLens. The app can be compiled only on latest Windows 10. Make sure to have latest Microsoft Visual Studio installed. Make sure the "Universal Application Development" section is checked in Visual Studio Installer. Launch the Camelotia.Uwp.sln solution file.

Compiling Windows Presentation Foundation app

The app was ported to WPF to make the cloud file manager controls reusable across most popular .NET implementations, so one could easily embed parts of Camelotia into their own applications by simply copying and pasting the source files. The app is also compatible with Windows versions lower than 10, such as Windows 7 or 8. To compile the WPF app, ensure the "Desktop Development" section is checked in Visual Studio Installer. Then, open the Camelotia.Wpf.sln file in Visual Studio 2019.

Compiling Xamarin Forms app

To compile the Xamarin.Forms Android application, install the appropriate Android SDK v8.1. This can be achieved by using Visual Studio Installer and selecting "Mobile Development" section there. Launch the Camelotia.Xamarin.sln solution file.

Technologies and Tools Used

More Repositories

1

refit

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
C#
8,590
star
2

ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
C#
8,080
star
3

Akavache

An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
C#
2,448
star
4

splat

Makes things cross-platform
C#
972
star
5

ReactiveUI.Samples

This repository contains ReactiveUI samples.
C#
329
star
6

Fusillade

An opinionated HTTP library for Mobile Development
C#
310
star
7

punchclock

Make sure your asynchronous operations show up to work on time
C#
261
star
8

Pharmacist

Builds observables from events.
C#
240
star
9

ReactiveUI.Validation

Validation helpers for ReactiveUI-based apps.
C#
238
star
10

ReactiveMvvm

Cross-platform ReactiveUI sample app built for a talk at MSK .NET conf.
C#
180
star
11

Sextant

A ReactiveUI navigation library for Xamarin.Forms
C#
157
star
12

website

ReactiveUI documentation and guidelines website. PR's welcome! 💖
C#
35
star
13

Splat.DI.SourceGenerator

C#
30
star
14

ReactiveUI.SourceGenerators

Use source generators to generate objects.
C#
27
star
15

Reactive.Wasm

A Web Assembly versions of the System.Reactive classes.
C#
13
star
16

ReactiveObject.Generators

C#
8
star
17

rfcs

RFCs for changes to ReactiveUI
Shell
5
star
18

styleguide

design / marketing style guide for ReactiveUI
HTML
4
star
19

Maui.Plugins.Popup

ReactiveUI support for Maui Popups
C#
4
star
20

.github

2
star
21

actions-common

Common GitHub actions for the ReactiveUI project
2
star
22

ReactiveUI.Uno

C#
1
star