首页 > 其他 > 详细

Irrlicht_0.1源码学习(1)——Welcome to the Irrlicht Engine

时间:2016-03-31 16:52:27      阅读:308      评论:0      收藏:0      [点我收藏+]

关于Irrlicht这一引擎,想必不用过多介绍什么了,下面是我从其首页上搬来的一段介绍文字,以供参考

  The Irrlicht Engine is an open source high performance realtime 3D engine written in C++. It is completely cross-platform, using D3D, OpenGL and its own software renderers, and has all of the state-of-the-art features which can be found in commercial 3d engines. We‘ve got a huge active community, and there are lots of projects in development that use the engine. You can find enhancements for Irrlicht all over the web, like alternative terrain renderers, portal renderers, exporters, world layers, tutorials, editors, language bindings for java, perl, ruby, basic, python, lua, and so on. And best of all: It‘s completely free.

 

正式开始学习之前先推荐一篇博客

事实上这篇博客在笔者的学习过程起到了很大的帮助,唯一感到遗憾的是其中内容没有照顾到引擎实现的个中细节。同样,笔者也先对Irrlicht初代的版本(0.1)进行剖析,剖析方法也是一样——自己新建一个项目,源码看到哪,自己就写到哪。

 

按照规矩,这里放上Irrlicht各版本源码下载的传送门

 

从下一篇开始我们将逐步揭开Irrlicht中的方方面面。写在前面,笔者所使用的开发环境为:Windows10-64bit操作系统 + Visual Studio 2013 IDE,请自行对照参考。

Irrlicht_0.1源码学习(1)——Welcome to the Irrlicht Engine

原文:http://www.cnblogs.com/MuSmile/p/5341552.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!