Saturday, September 27, 2014

Best Free Game Engines

Best Free Game Engines


There are plenty of game engine around the web but here are few which I like the most.

1. GoDot


    This is the feature pack game development environment . I comes with an advance editor much           like unity3d, it can be used to create 2D or 3D games


    This game engine can exports game to multiple platforms. It may be difficult for beginner to use it     first, espically the animation system.

 License: MIT


2.Genesis-3D

This game engine looks similar to unity3D, it support c# scripting using MONO . And exports game to many platform like (web, desktop, Android). It not much very similar to unity3D, but lacks many features.
http://www.genesis-3d.com/

 License: MIT

3. Torque 3D

This engine can only be used to develop 3D games this game engine comes with an editor. It has its own scripting language known as 'torque-script'.This game engine is not for kids. It will take a lot of time to learn this engine or to create a simple basic game.

http://www.garagegames.com/

Garagegame also provide 'Toruqe-2d' which can be used to develop 2D games.

 License: MIT

4. Wi-Engine

This is the chinese game engine which I am using to make my android game.Its API is very much similar to the cocos2d. But I like it better than Cocos-2d because it provide java binding which make it easier to develop android game rather than messing with c++ code. C++ can also be used to develop game.
It dosen't come with any editor and it is open source.



Others Engine

Here is the list of some other game engines.

There are many other game engine






   




Wednesday, September 17, 2014

Squirrel Scripting language

Hi,
Recently i was searching for a small scripting language for my game engine. I came across Squirrel ,at first
I was thinking to use lua. But Squirrel provide more features.
Here is the compiled version of Squirrel using VS2010 for those who don't want to compile it.

https://app.box.com/s/28milnvptq6dwjaqmen8

Tuesday, September 2, 2014

E Paper in PHP

This is the simple E Paper created in PHP used to display newpaper


here you can view the demo : http://epaper.fh2web.com/index.php

Tuesday, June 17, 2014

Free Simple C/C++ IDE for beginners

Free C/C++ IDE for beginners


Here is the list of C/C++ IDE which i have find while learning . After using them I decided to list someone might find it useful. I am going to provide the detail of features provided by these IDE. These IDE can be simply downloaded and used. There is no additional setup for most of them.
Download IDE from their respective website. Most of IDE uses GCC compiler.
I will List more if I find any.

1. Bloodshed Dev-C++


This is a one of the best c/c++ IDE which can be used by beginner . It uses Gcc compiler and have a very simple interface.
This can be used to just compile and run the program . It has very small installition size.



2. MINGW Developer Studio


This IDE is little advance then devc++ . It is also very simple to use . It also uses Gcc Compiler.


3. C-Free 4.0 Standard 

   This IDE has both free and commercial version but Strandard version is easy to use by beginner and is free . This support a variety of compiler
  • MinGW 2.95/3.x/4.x/5.0
  • Cygwin
  • Borland C++ Compiler
  • Microsoft C++ Compiler
  • Intel C++ Compiler
  • Lcc-Win32
  • Open Watcom C/C++
  • Digital Mars C/C++
  • Ch Interpreter



4 .Ch

 This is C\C++ interpreter which make it easy to use because you dont have to go through all the comiple , link steps. Just write and run your code. It has a standard edition edition which is free and can be used for both commercial and non commercial purpose . It also has a pro version

The IDE shown above comes with professional version .I just uploaded the screenshot from .The standard version comes with simple notepad like editor
Just register to download the standard version

5.Newbie IDE

It is a very lightweight and portable C++ IDE written in VB.NET and using MingW GCC as compiler. It don't have much features but very easy to use. If you want more features fork the source code and add features by your self. 


6.CINT

I will also like to mention CINT this is a c++ interpreter. It don't come with any IDE. But can be easily used
I like this very much because you don't have to wait for compilation


Here are list of some other IDE which can used if someone want to develop Application.These IDE are full featured, can also be used to develop GUI based application.

3. Visual c++ Express Editon ( Download from microsoft site )
5.SkyIDE ( it is ide for D , c/c++ and other languages)

If you can't find yourself any suitable IDE from this post. Then search the web because there are plenty of IDE floating over internet like Eclipse with CDT etc.



Monday, June 2, 2014

Simple Library Management System

Simple Library Management System in c#


Here is a simple library management system which I have written in c#.
This management system is very simple .Because it was created to submit as project.
 Here is a screen shot
This application lacks many function and contains bugs . which I don't want to fix .

Requirements:
                      NET Framework 3.5 or higher
                      Crystal Report Runtime Version:2.0.50727.1433
                      Sql Server CE 2005                                    
                      Visual Studio Runtime 2008

Installiation :
you must install above dependency inorder to run the application ,  Sql Server CE 2005  must be installed to run 
application . Crystal Report Runtime Version:2.0.50727.1433  is optional if you want to view the report.

Download file from the below link . Extract the files from archive using '7zip'  http://www.7-zip.org/ run 'LMS.exe'.
Read the 'Doc.docx' for usage.

The below download contain only binary files .If someone want the source code just leave it in comment I will upload it.


Download Link :