Skip to main content

Posts

Showing posts from January, 2020

Create Game Assets In Inkscape. Missiles

Let’s Create Game Assets In Inkscape. Missiles! Hey guys, welcome to this new series in which ,we are going to make game assets with Inkscape. If you are making a 2d game and looking for tools to make art for your game. Inkscape can be an excellent choice. You can make really good-looking art in Inkscape. In this series we will create art assets for games. The goal Is to learn how to make game assets in Inkscape easy and fast. In this first part of the series we will be making a simple 2d missile art asset. Our goal will be to learn  how   to   use circles and powerful tools like Booleans in Inkscape to make awesome looking art easily. If you don’t have Inkscape yet, download it from Inkscape.org. So, Let’s Begin Step 1 :Add a Circle using the circle tool. Also give the stroke and fill following color.        Step 2 :Scale it Vertically,  then do object to path as shown.  ] Step 3 :  Select the edit path nodes button. and then select the upp

Gdevelop: How to manually export to android or ios using Cordova

In this post we will see how to export your Gdevelop project to android or ios manually using cordova. Gdevelop provides a web service for export to android or ios. But it is a paid service it only provides 2 exports/day. By paying for subscription you support developement of Gdevelop but it you don't want to pay, Gdevelop provides you with an offline option. We will see how we can export Gdevelop project as a Cordova project and build it using a cordova by ourselves locally on our computer. Obviously for FREE!!. Lets get started. Prerequisite  I am assuming you have Android SDK installed on computer.If not then download it and install it first. I am not covering it here as it is a general thing and you can find plenty of tutorials and also that it will make this post unnecessarily longer. Also cordova requires node.js installed on your computer..Installing is as easy as downloading the installer and running. Link :  https://nodejs.org/en/ After installing the node.js