Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wadlo/criss-cross-csharp-wrapper

A C# wrapper for Criss-Cross, A simple Godot addon that adds generic grid classes.
https://github.com/wadlo/criss-cross-csharp-wrapper

Last synced: 3 months ago
JSON representation

A C# wrapper for Criss-Cross, A simple Godot addon that adds generic grid classes.

Awesome Lists containing this project

README

        

![image](https://github.com/wadlo/Criss-Cross-CS/assets/86272030/fc6210c0-8c21-4a9b-b1a7-d53e21f8bce5)
# Criss-Cross-CSharp-Wrapper
A C# wrapper for [Criss-Cross](https://github.com/BenjaTK/Criss-Cross), A simple Godot addon that adds generic grid classes.

# Setup
1. Use the [Godot Engine .NET / mono build](https://godotengine.org/download). **You can still use GDScript with Mono build.**
2. Get the [Criss-Cross addon](https://github.com/BenjaTK/Criss-Cross)
3. Copy `addons/criss-cross-cs` addon into your project's `addons` folder
4. Now use the Grid2d class with types with `Grid2D grid = new Grid2D(gdGridNodeRef)`
5. For an example item similar to the Criss-Cross demo, check out `item.cs`