Skip to main content

Posts

Cryptocurrencies: The 5 Most Important Altcoins 2021

Recent posts

Gdevelop 5 : How to Find Distance Between Two Objects

In this Post we will learn how to find distance between two objects in Gdevelop 5. Many times we are required to find distance between two objects Gdevelop provides inbuilt functionality for this purpose just let's get started. Creating A Project We will start by  creating an empty  project.  So click on create a new project and name it distance between two objects.  Let's quickly add a scene and a sprite. Let's add another sprite. I will also add text to display the distance between these two sprites.  Let's add these objects to the scene.Now let's head over to the event sheet and Add an event.The condition will be empty and action will to display the distance. So choose the distance choose->modify text and operator be set to equal and click on then expression button. We first have to convert expression to string choose conversion and then number to text. Click on the expression button and then search square root. Click on expression button again and this time

Top 5 Best Tools for Making Screenshot For App Store Optimisation

Screenshots are most important thing that affects the decision of a user to download your app or not, Quality and Eye Catching screenshots are key to get higher downloads. So, How to create attractive screenshots that will help our app to get more installs.  Below are the top 5 screenshot makers for amazing application or game. List is not in any order, before going ahead with them test all of them to find the best fit for your application. Before Starting , Please Note that I have no affiliation with the products stated below, It just my personel opinion. I do not get any commision for this purpose.  1. App Screenshot Maker App Screenshot Maker  Fast and easy to use. You can customize layouts, colors, and backgrounds, to create screenshots .It allows export for all device sizes for iOS and Android.  You can really good screenshots in few minutes. The best part about App Screenshot Maker is that it is a free tool. 2. AppScreens AppScreens is available both for the App Store and for Goo

3D Rendering Software That You Probably Don't Know About

  When it come to 3d rendering , your skill matters more than the software but still huge credit of a 3d Render can still be given to the rendering software and its developer. There are many 3d rendering software out there. Some are integrated into the 3d software like Blender and Maya and can work as an extension/plugin. Some are very popular, others, not so much.  Today we will look some of the less known 3d rendering software that you probably don't know yet. Before Starting , Please Note that I have no affiliation with the products stated below, It just my personel opinion. I do not get any commision for this purpose. ToolBag Realtime rendering is one of the important thing in some cases. Blender 3D for example have a dedicated real time renderer called  EEVEE . But if you are looking at something that is more professional and polished then marmoset toolbag can be a very nice option for you. Its called a "toolbag" because its just not a 3D renderer. Its a " full-

Gdevelop Game Debugger and Profiler Tutorial

Gdevelop Game Debugger and Profiler In this post we will learn how to use Debugger. It helps us remove bugs from our game. A bug is basically a error or fault in our game that makes game work in in intended. A debugger helps remove bugs from our game. Debugger    Its a tool that is used to inspect the variables and objects of game at runtime. It gives us information about the objects and variables in the game. By using this information we can track the bugs in our game. It Debugger as it helps us remove the bugs from our game.  Using Debugger we can inspect  global variables, scene variables and variables of instances of  objects in the game. We can then analyse this information to find problems in our logic and game. How to Launch game with the debugger To use the debugger, we need to launch the game preview using the Debugger. To do this just go to the toolbar of a scene editor, click on the “Debug” icon and then choose “Preview with debugger and performance

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