Rewrote to be based on Avalonia UI

This commit is contained in:
Tony Bark 2026-05-15 00:10:49 -04:00
parent fb013f2b15
commit cf5866ef3f
55 changed files with 417 additions and 790 deletions

View file

@ -2,14 +2,21 @@
Loosely based on [Penis 2.0.77](https://glaiveguisarme.itch.io/penis-two-point-zero-point-seven-seven), CyberBits lets you customize your character's bits with the latest cyberware.
## Quick Start
## Minimum Requirements
### Prerequisites
### Development
- .NET 8 or later
- [Godot (.NET)](https://godotengine.org/)
- NET 10
Supported platforms: `win-x64`, `linux-x64`, and `osx-arm64`.
### Deployment
| Target | Version | Architectures |
|---------|-----------|---------------|
| macOS | 14 | x64, ARM64 |
| Windows | 10 (22H2) | x64, ARM64 |
| Ubuntu | 16.04 | x64, ARM64 |
| Debian | 9 | x64, ARM64 |
| Fedora | 30 | x64 |
## License