Performance enhancements and asset libraries!

Not much to really talk about this week. But I have found some bugs which were draining performance in the material system. And I have added a Asset library functionality for the scripting engine. So now you can browse the asset library using your own scripts in game or add the ability to look for […]

General Fixes and Improvements

This last week I’ve been taking advice from testers and doing some testing myself. Thanks JamesBacon for helping me realize Sqlite3.dll was a dependency. I just assumed LinqConnect included it itself. I’ve fixed model loading, you can now see static models once again. Animations coming soon. Fixed the duplication glitch. When you double click a […]

Apple and why I cannot recommend their computers

Apple is good at making well-made products and they must be doing something right with marketing, there’s no doubt about that. But I’ve never understood why anyone would actually buy one.Am I wrong? Let me know in the comments below. Specs vs Price The majority of people conclude that Macs are faster than other computers. […]

Built-in scripting editor!

This week I bring to you the built-in scripting editor. It features full integration with the engine. It will have it’s own crappier version of intellisense using reflection. The script editor highlights the reasons your code did not compile.  Built using ICSharpCode.TextEditor it has many possibilities. I’m hoping to eventually have full debugging support. Which […]