GDViews.VirtualGridView

GitHub Release NuGet Version NuGet Downloads Stars License

Introduction

Supports in Godot 4.1+ with .Net module. GDViews.VirtualGridView is a Godot 4 UI Component that provides classes that's useful for creating highly customizable, fully virtualized list/grid views.

You may visit the Github Repo for source code and example access.

Installation

For .Net CLI

dotnet add package GDViews.VirtualGridView

For Package Manager Console

NuGet\Install-Package GDViews.VirtualGridView

For csproj PackageReference

<PackageReference Include="GDViews.VirtualGridView" Version="*" />