zacharycarter / nuklear-nim

Nim bindings for https://github.com/vurtun/nuklear/
120 stars 10 forks source link

Error getting examples to run (windows) #16

Open sl0burn opened 5 years ago

sl0burn commented 5 years ago

Installed following via Nimble. nimble install https://github.com/zacharycarter/nuklear-nim.git nimble install bgfxdotnim (https://github.com/zacharycarter/bgfx.nim) nimble install sdl2 (https://github.com/nim-lang/sdl2) nimble install nimrod-glfw (https://github.com/rafaelvasco/nimrod-glfw) nimble install opengl (https://github.com/nim-lang/opengl)

But getting below error when running examples e:\wargame\nim\nuklear-nim-master\examples\nuklear_nim_examples\glfw3_opengl3.nim(29, 16) Error: undeclared identifier: 'bgfx_vertex_decl_t'

ryback08 commented 4 years ago

Hello I have the same probleme (nim 1.4 with lib) when you search fo "bgfx_vertex_decl_t" on "bgfxdotnim.nim" in bgfxdotnim-0.1.0 lib, no declaration ? I see too "bgfx_vertex_decl_begin" has no declaration.

I stop here, because i'm not competent.