Remove Code Release Remove Culling Remove Localization
article thumbnail

Delores Source Code Released!

Grumpy Gamer

local image = createTextImage(FONT_SYSTEM, "Hello World", 48). Releasing the engine source (c++) is problematic for a few reasons. The first is that it uses a very large library of mine, most of which is not used in this engine, so I'd have to go though and cull out all the cruft, not to mention all the proprietary console crap.

article thumbnail

Delores Source Code Released!

Grumpy Gamer

local image = createTextImage(FONT_SYSTEM, "Hello World", 48) There is a fairly high degree of technical and programming knowledge needed. Releasing the engine source (c++) is problematic for a few reasons. I also use some third party source I don’t have the rights to release. You want a Hello World example?