Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wadlo/criss-cross-csharp-wrapper
- Owner: wadlo
- License: mit
- Created: 2023-09-06T22:06:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-22T00:31:31.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:48:54.797Z (3 months ago)
- Language: C#
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`