Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdawg-bytes/factoryos-10x-shell
A Win10x shell recreation to run in place of the default FactoryOS shell.
https://github.com/pdawg-bytes/factoryos-10x-shell
core customization factoryos recreation shell uwp wcos windows10x
Last synced: 2 months ago
JSON representation
A Win10x shell recreation to run in place of the default FactoryOS shell.
- Host: GitHub
- URL: https://github.com/pdawg-bytes/factoryos-10x-shell
- Owner: Pdawg-bytes
- License: mit
- Created: 2023-02-16T02:10:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T01:14:35.000Z (12 months ago)
- Last Synced: 2024-01-29T02:42:06.821Z (12 months ago)
- Topics: core, customization, factoryos, recreation, shell, uwp, wcos, windows10x
- Language: C#
- Homepage:
- Size: 8.65 MB
- Stars: 32
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
[![GitHub issues](https://img.shields.io/github/issues/pdawg-bytes/factoryos-10x-shell?label=Issues&style=flat-square)](https://github.com/Pdawg-bytes/factoryos-10x-shell/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/pdawg-bytes/factoryos-10x-shell?label=Pull%20Requests&style=flat-square)](https://github.com/Pdawg-bytes/factoryos-10x-shell/pulls)
[![GitHub](https://img.shields.io/github/license/pdawg-bytes/factoryos-10x-shell?label=License&style=flat-square)](https://github.com/Pdawg-bytes/factoryos-10x-shell/blob/master/LICENSE)
[![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/pdawg-bytes/factoryos-10x-shell/main?label=Commit%20Activity&style=flat-square)](https://github.com/Pdawg-bytes/factoryos-10x-shell/graphs/commit-activity)
[![GitHub contributors](https://img.shields.io/github/contributors/Pdawg-bytes/factoryos-10x-shell?style=flat-square&label=Contributors)](https://github.com/Pdawg-bytes/factoryos-10x-shell/graphs/contributors)
[![GitHub Repo stars](https://img.shields.io/github/stars/Pdawg-bytes/factoryos-10x-shell?label=Stargazers&style=flat-square)](https://github.com/Pdawg-bytes/factoryos-10x-shell/stargazers)FactoryOS 10x shell is a UWP app that aims to accurately recreate the Windows 10X shell and experience in XAML/C#. The shell is designed to run under FactoryOS as part of my 10X revival project.
> [!NOTE]
> Do note that everything will not be exactly 1:1 with 10X, but I do try my best.
## :package: Building
To build the 10X shell, you're gonna need a few things.
1. Install Microsoft Visual Studio 2022 (any edition works)
2. Make sure you've installed the `.NET Desktop Development` workload, along with the `Universal Windows Platform` workload.
3. Open the 10x-shell project by clicking the `factoryos-10x-shell.sln` file in your file explorer.
4. At the top of Visual Studio, click the `Local Machine` button to compile and start the shell in Debug mode.## 💿 Installing
To install the shell independently, download the [latest release](https://github.com/Pdawg-bytes/factoryos-10x-shell/releases), then install the app package in the downloaded release.> [!NOTE]
> Since 10X shell is under development, you may not see any releases. Once a build is stable, it will be released.
## 🤝 Contributing
To contribute to 10X shell, create an issue describing your suggestion, then you'll be given the green light to continue and make a PR. All contributions are appreciated!## :balance_scale: License
10X shell is licensed under the **MIT License**, found [here](https://github.com/Pdawg-bytes/factoryos-10x-shell/blob/main/LICENSE).