News, articles, tips & tricks

React.js Tutorial : Components

Creating React Components Components is base and essential part of React application development. To create your React.js web application you need to install react app generator which is written in node.js and available though node package manager. npm install -g create-react-app or npm i -g create-react-app Now lets create an quick react app using create-react-app…

Learn more
Racing game project by Govt. Of Rajasthan

The department of IT & Communication of Rajasthan State Govt. has been developing game to engage with young generation digitally. Under such an initiative the govt. is developing games that informs players about their civic duties & rights along with several govt. scheme. We are working on untitled project which will soon be released for…

Learn more
Two games based on desert themes developed by Govt. Of Rajasthan

The Department Of Information Technology & Communication has been developing games for public catering information about  different features and facts about the Rajasthan State Of India. Two of the games which are based on two desert species  :- Camel Godawan Great Indian bustard. Are under development at our game  studio. The Great Indian Bustard or…

Learn more
Maximize mobile gaming potential with AR

Pokémon Go took the gaming world by storm last year, proving that users are ready for AR or Augmented Reality. Even though the term ‘Augmented Reality’ was coined in 1990 by Tim Caudell, the concept of embedding computer-generated videos and images into user environment has been around since 1968. Considering the fact that the AR…

Learn more
React Native Tutorial : Simple Layouts With react-native-easy-grid

Sometimes it becomes harder for UI/UX designers to build complex layouts in React Native.Here in this article we will show you how to use an very simple utility library for React Native to build layouts. You can download the version used in this tutorial at react-native-easy-grid-fork. Or npm install react-native-easy-grid --save import { Col, Row,…

Learn more