Free Academic Seminars And Projects Reports
An Object-Oriented Graphics Engine - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Seminars Topics And Discussions (https://easyreport.in/forumdisplay.php?fid=30)
+--- Forum: Engineering Seminars Topics (https://easyreport.in/forumdisplay.php?fid=7)
+---- Forum: Computer Science Seminar Topics (https://easyreport.in/forumdisplay.php?fid=12)
+---- Thread: An Object-Oriented Graphics Engine (/showthread.php?tid=62823)



An Object-Oriented Graphics Engine - subhanshu - 10-06-2017

[attachment=570]
Abstract
Creating a 3D Graphics Rendering Engine is not a trivial task as users often demand for high quality output and performance. With the development of computer graphics hardware, graphics engine is a research focus. In this paper, an object-oriented 3D graphics engine Gingko is presented and implemented. We discussed the general architecture of this engine and the relationships of every module. Not only does this engine support extendable software architecture, but also it provides high efficient scene rendering method and convenient application programming interfaces. Experimental results show that this engine has high stability and high rendering speed.