copperspice 2.0.0

dotnet add package copperspice --version 2.0.0
                    
NuGet\Install-Package copperspice -Version 2.0.0
                    
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="copperspice" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="copperspice" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="copperspice" />
                    
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 copperspice --version 2.0.0
                    
#r "nuget: copperspice, 2.0.0"
                    
#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.
#:package copperspice@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=copperspice&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=copperspice&version=2.0.0
                    
Install as a Cake Tool

CopperSpice

Introduction

CopperSpice is a set of individual libraries which can be used to develop cross platform software applications in C++. It is a true open source project released under the LGPL V2.1 license and was initially derived from the Qt framework.

CopperSpice has diverged to become a modern representation of what can be accomplished with C++. Our goal and intention is to provide a first class GUI library to unite the C++ community.

Our motivation for developing CopperSpice was to change the fundamental design and turn the existing framework into a set of libraries for C++ developers. We are accomplishing this by leveraging modern C++ functionality, new technology, and modern tooling.

The libraries available in CopperSpice include:

  • CsCore
  • CsGui
  • CsMultimedia
  • CsNetwork
  • CsOpenGL
  • CsSql
  • CsSvg
  • CsVulkan
  • CsWebKit
  • CsXml
  • CsXmlPatterns

There are also several open source BSD licensed libraries which are used by CopperSpice and available as stand alone libraries for anyone developing C++ applications.

  • CsCrypto
  • CsLibGuarded
  • CsPaint
  • CsPointer
  • CsSignal
  • CsString

see https://github.com/copperspice/copperspice/blob/master/README.md

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.0.0 62 8/1/2025
1.7.0 1,588 9/26/2020

These are notes specific for this version