dariolah / nim-iup-examples

Nim GUI examples using IUP
20 stars 3 forks source link

Could you please sync all examples with the latest version of niup? #3

Closed pikhovkin closed 2 years ago

pikhovkin commented 2 years ago

Could you please sync all examples with the latest release version of niup?

dariolah commented 2 years ago

Examples in niupc/, using C-like API are in sync. Examples in niup/, Nim friendly API is in sync with HEAD of master branch.

Use nimble install niup@#head

This is still work in progress, hope soon to have that API completed. Then regular nimble install will work with examples.