Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/sylves.git#upm

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Sylves** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/sylves.git#upm
```

[![pkglnk](https://www.pkglnk.dev/badge/sylves.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/sylves)

README

Sylves

Sylves is a C# library for to help you handle working with 2d and 3d grids.

Documentation

If you are just interested in square grids, then you probably don't need a library - the maths is very simple. But Sylves handles a huge variety of regular and irregular grids, and comes with all the methods you need for any game.

The key features include:

  • Support for 2d tilings and 3d honeycomb grids.
  • A common grid and cell interface so you can write algorithms that work on any grid.
  • An integrated understanding of orientation and rotation for grid entities.
  • Methods for working with meshes, such as remeshing, and deforming them to fit a grid cells.
  • Fully Unity compatible, Godot compatible, and works as a standalone library.

Unity Installation

There are three ways of doing this. Either

See also

Comments

No comments yet. Be the first!