User:Jalopez
Contents |
Description
- Project Name: Driver "graphics_glut"
- Authors: José Alberto López Fernández
- Jde Version: jde-4.2.1
- Jde source repository (including driver graphics_glut): jde-4.2.1
- Tags: vision, driver, 3D, openGL
- Technology: c, c++, jde suite, openGL, opencv
- State: Developing
- Source License: GPLv3
- Abstract: This driver is being developing just for making the GL-based interfaces development easier than before. It's based in the free implemention of GLUT (openGL Utility Toolkit), FREEGLUT.
Evolution
1. Learning about the API of Freeglut. DONE (dificult task)
2. Developing first examples (standalone). DONE
3 .Integrating examples with JDE as schemas. DONE
Next step: Integration as driver. DONE
The author is close to finish the first version of this driver (1.0).
[2009 March]
The driver is almost finished. A new version will be released soon. The mayority of the troubles found are being resolved. The first draft of documentation will be published in a short time.
Listed troubles:
1. Glut doesnt manage the multithreading easily
2. Visibility of Glut resources and methods into the schema and driver
3. Blocking calls to functions crash the execution.
[2009 April]
All the troubles listed before have been solved.
Cleaning the code for getting it ready to use.
Preparing demos to be shown
Writing the documentation
[2009 May]
First review done!
A new revision will be delivered in a few days.
Documentation
The documentation is being writen. It will be ready in several days.
Multimedia
Several screenshots will be shown as soon as possible
More information
If you want to know more about Freeglut please visit the link below:
http://freeglut.sourceforge.net/