SilenceEngine Cross Platform Devices Under the hood Windows Mac OS Unix/Linux Android HTML5
Posted on May 28, 2016The aim of this post is to explain how SilenceEngine works across platforms, and also to explain the life cycle of the game. Right now, SilenceEngine can work officially on Windows, Mac, Linux and HTML5. Unofficially it works on Android (work is in progress, only audio device is not available there). To make it work everywhere, SilenceEngine is designed in two parts — the engine and it’s runtime. The engine is just a collection of game related classes, where as there is a separate runtime for every platform. Let’s talk about the runtimes in this post.
The command sudo is most common among linux and mac users. It allows people to launch any application with administrator privileges. This command will come handy for power users who wants to launch applications with those privileges. I find myself using that command atleast ten times a day on linux and I miss it on windows. So I created this small utility application using C# that allows for that sort of behavior in windows.
Recently, I’ve tried to run OpenTK Examples on my windows 8.1 pro and it asked me to install .Net Framework 3.5. I was surprised that Windows by default comes with version 4.5.1 of the framework pre-installed. After a bit of research, I found that it has to be enabled to run the apps. Here’s how to do that.
Tutorial Hackintosh Mac OS Mac OS Maverics Windows Unix/Linux Ubuntu
Posted on Apr 20, 2014Hackintosh is a way for people who want to use Mac OS X but cannot afford the high prices of the apple hardware. Hackintoshing is the process of installing Mac OS X on a non-apple computer. In this tutorial, I’m going to show you how to triple boot Mavericks, Windows 8.1 and Ubuntu 13.10 on a normal pc. Before starting with this, make sure that you have backed up all your data as this process involves a complete format of your hard disk.