Crow.OpenTK 0.7.1

Suggested Alternatives

Crow

Additional Details

Single Crow package for all platforms.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Crow.OpenTK --version 0.7.1
NuGet\Install-Package Crow.OpenTK -Version 0.7.1
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="Crow.OpenTK" Version="0.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crow.OpenTK --version 0.7.1
#r "nuget: Crow.OpenTK, 0.7.1"
#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.
// Install Crow.OpenTK as a Cake Addin
#addin nuget:?package=Crow.OpenTK&version=0.7.1

// Install Crow.OpenTK as a Cake Tool
#tool nuget:?package=Crow.OpenTK&version=0.7.1

C.R.O.W. is a widget toolkit and rendering engine entirely developed in C# with templates, styles, compositing, and bindings.
Crow.OpenTK is the OpenTK ready version.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.7.1: implement ReaderWriterLock for solving threading problems

- new mouse move handling, improve perf, introduce new recursive method in GraphicObject 'PointIsIn (ref Point p)'
- new TemplatedGroup architecture: in hierarchical group, TemplatedGroup are no longer required on each node, only a container with 'ItemsContainer' should be provided in ItemTemplates with sub data fetching.
- Delete and Remove widget differentiation in group.
- Drag and Drop basics implemented, not fully tested.
- binding address starting with '/' start search at current node, not in template.
- Fit measure units changed from Pixel to Percent.
- prevent mouse evt on label not selectable.
- crowIDE wip, need CrowEdit reference (available on GitHub).
- CheckBox reused as base in several template which need 2 states inherited from it.
- FocusParent internal variable, allow easyer popup parenting while keeping logical parenting usefull for other things.
- InstantiatorException with file name.
- load all assemblies in bin dir at startup to allow usage of several Widget assemblies.
- Context menu basic mechanic, may be improved.
- ObservableList that could be used as data source for TempletedGroups.
- Configuration no longer static to allow multiple config files handling in single application.
- styling is no longer static in iface to allow different styling context between ifaces.