zacharycarter / zengine

2D | 3D Game development library
157 stars 13 forks source link

Example 00 fails to build on Linux #4

Closed define-private-public closed 6 years ago

define-private-public commented 6 years ago

commit 54a37516827773afa7be9889238afdcd6887a244 is installed

Error is this:

/home/ben/.nimble/pkgs/zengine-0.1.1/zengine/models.nim(284, 6) Error: undeclared identifier: 'getMaterialColor'
zacharycarter commented 6 years ago

Please see - https://github.com/zacharycarter/nimassimp/commit/2aca8214abbc345622a64f88cf86b91ad3c6ed28

I think the fix would probably be to uninstall the nimassimp package from nimble, and reinstall zengine so it pulls the right version. That or you could alternatively clone my nimassimp repo and install it.

I'm not sure if fowlmouth is active or not but he has several useful repositories we may want to consider adding to zengine. Another one is his bindings to - http://www.ode.org/

define-private-public commented 6 years ago

Seems to be fine from the patch I posted.