johnnovak / koi

Immediate mode UI for Nim
69 stars 6 forks source link

koi/undomanager not included #4

Closed hilbertspace05 closed 1 month ago

hilbertspace05 commented 1 month ago

Hello, johnnovak.

undomanager is required by Gridmonger but it isn't included in the koi's distributions. could you make it available?

johnnovak commented 1 month ago

It has been moved to the gridmonger repo:

https://github.com/johnnovak/gridmonger/blob/master/src/main.nim#L59

https://github.com/johnnovak/gridmonger/blob/master/src/undomanager.nim

The main branch compiles as you can see in the Gridmonger CI build workflow:

https://github.com/johnnovak/gridmonger/actions/workflows/main.yml

If you cannot compile the latest tag or main in Gridmonger, please raise a ticket in that repo. Building previous tags might be broken; I won't fix that.