{"id":515,"date":"2004-06-06T02:43:54","date_gmt":"2004-06-06T02:43:54","guid":{"rendered":"http:\/\/test.bitplane.net\/?p=515"},"modified":"2016-01-22T14:15:32","modified_gmt":"2016-01-22T14:15:32","slug":"announcing-irrlicht-net","status":"publish","type":"post","link":"https:\/\/irrlicht.sourceforge.io\/?p=515","title":{"rendered":"Announcing Irrlicht.NET"},"content":{"rendered":"<p>In version 0.7, together with some other enhancements of the engine, I&#8217;ll include the first version of Irrlicht.NET. This will be a .NET class library, making the engine available for C#, VisualBasic.NET, Asp.NET, Delphi.NET and whatever. From then on, Irrlicht.NET will be included in every SDK release and become an important part of the engine.<br \/>\nThe first version of Irrlicht.NET will not be complete at all, but you&#8217;ll be able to do a lot of things already. My first test with C# worked with no problem and looked like this:<\/p>\n<table border=\"0\" width=\"100%\" align=\"center\">\n<tbody>\n<tr>\n<td>\n<pre><span style=\"color: #0000ff; font-size: x-small;\">using<\/span><span style=\"font-size: x-small;\"> System;\r\n\r\n<span style=\"color: #0000ff;\">using<\/span> Irrlicht;\r\n\r\n<span style=\"color: #0000ff;\">using<\/span> Irrlicht.Video;\r\n\r\n<span style=\"color: #999999;\">\/\/\/ &lt;summary&gt;<\/span>\r\n\r\n<span style=\"color: #999999;\">\/\/\/<\/span> <span style=\"color: #009900;\">Example application using Irrlicht.NET<\/span>\r\n\r\n<span style=\"color: #999999;\">\/\/\/ &lt;\/summary&gt;<\/span>\r\n\r\n<span style=\"color: #0000ff;\">class<\/span> ExampleApp\r\n\r\n{\r\n\r\n  [STAThread]\r\n\r\n    <span style=\"color: #0000ff;\">static void<\/span> Main(<span style=\"color: #0000ff;\">string<\/span>[] args)\r\n\r\n    {\r\n\r\n      IrrlichtDevice device = \r\n\r\n          new IrrlichtDevice(DriverType.SOFTWARE);\r\n\r\n      device.ResizeAble = true;\r\n      device.WindowCaption = \"Irrlicht.NET test\";      <span style=\"color: #0000ff;\">while<\/span>(device.run())\r\n\r\n        <span style=\"color: #0000ff;\">if<\/span> (device.WindowActive)\r\n\r\n        {\r\n\r\n          device.VideoDriver.beginScene(<span style=\"color: #0000ff;\">true<\/span>, <span style=\"color: #0000ff;\">true<\/span>, 0);\r\n\r\n          <span style=\"color: #009900;\">\/\/ draw something here.<\/span>\r\n\r\n          device.VideoDriver.endScene();\r\n\r\n        }\r\n\r\n    }\r\n\r\n}<\/span><\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>In version 0.7, together with some other enhancements of the engine, I&#8217;ll include the first version of Irrlicht.NET. This will be a .NET class library, making the engine available for C#, VisualBasic.NET, Asp.NET, Delphi.NET and whatever. From then on, Irrlicht.NET will be included in every SDK release and become an important part of the engine. [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"_links":{"self":[{"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=\/wp\/v2\/posts\/515"}],"collection":[{"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=515"}],"version-history":[{"count":2,"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=\/wp\/v2\/posts\/515\/revisions"}],"predecessor-version":[{"id":1491,"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=\/wp\/v2\/posts\/515\/revisions\/1491"}],"wp:attachment":[{"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=515"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=515"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/irrlicht.sourceforge.io\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}