Nalix.Graphics 0.9.79

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nalix.Graphics --version 0.9.79
                    
NuGet\Install-Package Nalix.Graphics -Version 0.9.79
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nalix.Graphics" Version="0.9.79" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nalix.Graphics" Version="0.9.79" />
                    
Directory.Packages.props
<PackageReference Include="Nalix.Graphics" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nalix.Graphics --version 0.9.79
                    
#r "nuget: Nalix.Graphics, 0.9.79"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Nalix.Graphics&version=0.9.79
                    
Install Nalix.Graphics as a Cake Addin
#tool nuget:?package=Nalix.Graphics&version=0.9.79
                    
Install Nalix.Graphics as a Cake Tool

Icon Nalix

NuGet Version NuGet Downloads

GitHub License GitHub commit activity

📖 About

Nalix is a real-time server solution designed for efficient communication and data sharing. It enables instant messaging, data synchronization, and secure networking, making it ideal for applications requiring live updates.

🛠️ Latest Builds

Enviroment Status
win Nalix
linux Nalix
mac Nalix

✨ Features

  • 🔄 Real-time communication – Supports instant messaging and state synchronization.
  • High performance – Designed to handle thousands of concurrent connections.
  • 🔐 Security-focused – Implements encryption (ChaCha20-Poly1305, XTEA) to protect data.
  • 🛠️ Extensible – Easily customizable with your own protocols and handlers.
  • 📡 Live Updates – Stay up to date with real-time updates, ensuring dynamic and responsive experiences.
  • 💻 Modern C# Implementation – Leveraging cutting-edge C# features for clean, efficient, and maintainable code.
  • 🧩 SOLID & DDD Principles – Adhering to SOLID principles and Domain-Driven Design for a robust and scalable architecture.

🔧 Requirements

💻 Technologies

  • C#

  • .Net 9

  • Console Debug Logging

  • XUnit Testing

    Technologies

📦 Available NuGet Packages

Package ID Description Install Command
Nalix Core real-time server & client library dotnet add package Nalix
Nalix.Common Common utilities for Nalix dotnet add package Nalix.Common
Nalix.Cryptography Secure cryptographic functions dotnet add package Nalix.Cryptography
Nalix.Logging Logging utilities for Nalix dotnet add package Nalix.Logging
Nalix.Network Low-level networking functionality dotnet add package Nalix.Network
Nalix.Network.Package Custom packet handling for Nalix dotnet add package Nalix.Network.Package
Nalix.Network.Web WebSocket support for Nalix dotnet add package Nalix.Network.Web
Nalix.Shared Shared models and definitions dotnet add package Nalix.Shared
Nalix.Storage Storage solutions for Nalix dotnet add package Nalix.Storage

🛠️ Contributing

When contributing, please follow our Code of Conduct and submit PRs with proper documentation and tests.

📜 License

Nalix is copyright © PhcNguyen - Provided under the Apache License, Version 2.0.

📬 Contact

For questions, suggestions, or support, open an issue on GitHub or contact the maintainers.

Give a ⭐️ if this project helped you!

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.83 56 6/7/2025
0.9.82 60 6/7/2025
0.9.79 55 6/7/2025
0.9.51 137 5/27/2025
0.8.73 107 5/17/2025
0.8.47 98 5/9/2025
0.8.45 139 5/8/2025
0.8.44 142 5/8/2025
0.8.42 134 5/7/2025

- Initial release of Nalix.Graphics library.
     - Includes Parallax rendering system.
     - Integrated SFML 2.6.1 for 2D graphics, audio, and input.
     - Support for layered background effects.
     - Basic UI rendering and scalable icon system.
     - Compatible with .NET 9.0 on Windows and Linux (linux-x64).
     - Experimental support for image slicing and animated scenes.