Thank you. My intentions are to learn Nim and Gtk by rewriting chess from Python + Gtk into Nim + Gtk =) Now I try to build indie game with my friend and than want to pass it into Steam's Greenlight: [https://vk.com/open_oasis](https://vk.com/open_oasis) (it's it's blog in Russian, you can read it through Google translate if you want)
As for the strange approach with images - it's more fast and clear way to tell somebody some information. I looked into your chess and Ned, but I had not found the solution. I thought that it must be GdkPixbufError enum, not dummy variable of GError type. But I had not found such enum neither in your project's code, nor in Gtk wrapper's sources. Really, the dummy variable, seems, may help: [https://pp.vk.me/c638428/v638428447/14075/sVqom7GQb2M.jpg](https://pp.vk.me/c638428/v638428447/14075/sVqom7GQb2M.jpg) I didn't think about it, don't know why. Got confused with all amount of that text files and references =) But problem is still present: [https://pp.vk.me/c638428/v638428447/1408b/-nrBS6er9l0.jpg](https://pp.vk.me/c638428/v638428447/1408b/-nrBS6er9l0.jpg) I think that I must remove it manually - I'll remember better the solution and will not bother other with it. In Python this worked more simply: [https://pp.vk.me/c638428/v638428447/1409d/RcS_L9V4ewc.jpg](https://pp.vk.me/c638428/v638428447/1409d/RcS_L9V4ewc.jpg) but that's official binding + Nim is my first compiled language, so it's not so easy as Python for me =) As for GC for GTK, I think that if all works well and looking to amount of interested people, it's not the most needed thing for now. As it works well - let it work well. But if you're not against, I'll ask sometimes you questions about Gtk wrapper =)