Turning your phone into a virtual-joystick

Image
Update: I kept working on this and I have released it as a package for Windows, Linux and macOS. Check it out: https://github.com/zenineasa/joystick/releases/tag/v1.0.0 -- During the days when I was pursying my master's programme, my friends and I used to occasionally go to a classroom in the university, turn on a projector, connect devices like Nintento Switch or Gaming computers and loads of joysticks, and play different simple multiplayer games; MarioKart was my favourite. From time-to-time, when I get together with people, I ponder that it would be a good idea if I bought such devices. Indeed, I do have a laptop, which could easily run such games; SuperTuxKart is similar enough to MarioKart and it can run on Linux, Windows and Mac. However, I do not have joysticks with me at the moment. Therefore, I think it would be a good idea if I simply worked on a project that would enable using our phones as joysticks. From a high-level, the plan is to host APIs on a NodeJS server that wo

Creating awesome text banners in Linux Terminal

In several opensource projects that we see around in the web, certain developers prefer to add banners like the following at the top of the source code. These do look cool, but I have often wondered why anyone would waste so much time making things like these.

As I have been surfing around the web, I happened to see Linux Terminal apps that generates these for you. I have used them to generate such banners for the BuddyGo.

Figlet:

To install Figlet, use the following command (if you have apt-get):
sudo apt-get install figlet

Toilet

To install Toilet, type the following in your linux command line:
sudo apt-get install toilet

Banner:

To install Banner, type the following in your linux command line:

sudo apt-get install sysvbanner


Now, you can also contribute to the Open Source community in style. Make contributions on GitHub, BitBucket, or whichever platform you are using.

Comments

Popular posts from this blog

First impression of Lugano - Mindblowing

Thinking about developing an opensource P2P social network

From Correlation to Causation through stories and math