Is there any kind of application, tool, lib, ... that generates OpenGL functions from a vector image? To avoid any misunderstanding: I don t want to render something like an SVG file in my 2D OpenGL project, I want to create vector image in my favourite vector app and convert it to OpenGL code instead of create it by code. That will saves lots of time.
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...