Hurrah// Iup Wrapper
- Posted by _tom (admin) Jun 13, 2016
- 1583 views
Andy P. uploaded an IUP wrapper http://rapideuphoria.com/euiup.zip
Just change:
atom iup = open_dll("iup.dll")
to
atom iup = open_dll("libiup.so")
and copy libiup.so to the local directory.
The demos now work on Linux. Nice work.
_tom