Discussion:
[osg-users] Questions about using OSG.
A Z
2018-10-13 00:49:14 UTC
Permalink
To whom it may concern,

I have a group of basic startup questions about use of the OSG
C++ 3D graphics library.

-Is it compatible with Windows, Android, Max, Linux?

-Are prebuilt 64 bit Windows .dlls available for download?

-It it easily compatible with WXWidgets?

-Can I use it to load and display/manipulate my model objects
from Blender 3D?

-IS OSG a low level C functions library like OpenGL, or is
it a higher level C++, one like Java 3D for example,
where everything is clearly named?

-Can I avoid use of Shaders quite entirely
and systematically, all whatsoever, when programming
via OSG?

Yours truly,

poweruserm.
Ravi Mathur
2018-10-13 03:33:59 UTC
Permalink
Answers to all of your questions below.
Post by A Z
To whom it may concern,
I have a group of basic startup questions about use of the OSG
C++ 3D graphics library.
*-Is it compatible with Windows, Android, Max, Linux?*
Yes.
http://lmgtfy.com/?q=openscenegraph+operating+systems
Also, the plural of "Mac" is "Macs", not "Max".
Post by A Z
*-Are prebuilt 64 bit Windows .dlls available for download?*
No, but there are plenty of build instructions online.
Post by A Z
*-It it easily compatible with WXWidgets?*
Yes. I've done it.
Post by A Z
*-Can I use it to load and display/manipulate my model objects*
*from Blender 3D?*
Blender outputs tons of different formats, many of which OSG can import.
http://lmgtfy.com/?q=openscenegraph+model+format+blender
Post by A Z
*-IS OSG a low level C functions library like OpenGL, or is*
*it a higher level C++, one like Java 3D for example,*
*where everything is clearly named?*
C++.
http://lmgtfy.com/?q=is+openscenegraph+c%2B%2B
"clearly named" sounds pretty subjective, but yes OSG objects are "clearly
named".
Post by A Z
*-Can I avoid use of Shaders quite entirely*
*and systematically, all whatsoever, when programming*
*via OSG?*
Sure, I don't see why not. You can even use OpenGL immediate mode for
everything if you want to.
Post by A Z
Yours truly,
poweruserm.
I think you're overselling yourself with that name.
http://lmgtfy.com/?q=am+I+a+power+user
Post by A Z
_______________________________________________
osg-users mailing list
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
Loading...