TypeScript

City Generator Hands-On Review

City Generator Hands-On

City Generator is a free and open-source procedural generation tool for creating American-style grid based cities. The source code is available on GitHub under the GPL 3 license, composed almost entirely of TypeScript code. Features of City Generator include: .png download .png heightmap download .svg download .stl download Several colour themes

City Generator Hands-On Read More

New Cocos Creator Tutorial Series

A brand new tutorial series just went live on devga.me (to join the existing Armory 3D series), the Cocos Creator Crash Course.The series currently consists of the following tutorial parts:Cocos Creator Tutorial Series homepageIntroduction and Getting StartedCreating a SpriteIntroduction to Cocos ScriptingDebuggingHandling InputSound and MusicAnimationThere are a few more tutorial chapters in active development.  The […]

New Cocos Creator Tutorial Series Read More

TypeScript debugging in Visual Studio with IE, Chrome and Firefox using Source Maps

  So I’ve been looking at creating games using Phaser with TypeScript and I’ve run into my first few annoyances.  The first of which is certainly debugging.  At first glance debugging looks wonderful then I realized my mistake.  In the previous post I said I had to add the generated JS file to the project […]

TypeScript debugging in Visual Studio with IE, Chrome and Firefox using Source Maps Read More

Scroll to Top