VRML2GL parser: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Description== VRML2GL parser is a programmers tool that convert Virtual Reality Markup Language (VRML) files to OpenGL source code. ==Download== ==License== ==Author== *..." |
|||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
VRML2GL parser is a programmers tool that convert Virtual Reality Markup Language (VRML) files | VRML2GL parser is a programmers tool that convert Virtual Reality Markup Language (VRML) files to OpenGL source code. | ||
to OpenGL source code. | |||
With VRML2GL you can turn VRML files into static OpenGL C code. This allows the programmer to work with the OpenGL API without worrying over models. Someone learning OpenGL can also benifit from VRML2GL as it is always easier to learn something new when that something is less. Learning OpenGL is less when you use VRML2GL because it frees you from the question; I wonder if my model is working right? | |||
==Download== | ==Download== | ||
Revision as of 21:26, 21 December 2013
Description
VRML2GL parser is a programmers tool that convert Virtual Reality Markup Language (VRML) files to OpenGL source code.
With VRML2GL you can turn VRML files into static OpenGL C code. This allows the programmer to work with the OpenGL API without worrying over models. Someone learning OpenGL can also benifit from VRML2GL as it is always easier to learn something new when that something is less. Learning OpenGL is less when you use VRML2GL because it frees you from the question; I wonder if my model is working right?