Isolyth

Results 5 issues of Isolyth

I'm trying to install this library using the exact steps listed in the readme. I've cloned the repo and referenced the .sln and project files in my project's, but I...

### What happened? Occasionally while using Cline, the entire cline panel will just become unresponsive and clicks on any element will fail to do anything. Restarting VSCode does not fix...

bug

```cs public override void _Ready() { EntityManager.Initialize(); root = new(EntityManager.Store){ new SpriteRenderingSystem(), new SpriteRIDAdder() }; var store = EntityManager.Store; store.CreateEntity(); store.CreateEntity(); var sprite = store.CreateEntity(); sprite.AddComponent(new RCPosition{Position = new(0,256)}); sprite.AddComponent(new...

* **Version**: 23.6.2 NET8.0, unsure how to find the Node.js version. * **Target**: Linux, testing on a wayland+Nvidia machine Running the program via 'dotnet tool run electronize start' results in...

bug

If possible, it would be nice if you could lock the colors, or manually pick what colors the material palates get generated from. Like if I put on a purple...