博文

目前显示的是 五月, 2016的博文

Opencart URL rewrite

http://forum.opencart.com/viewtopic.php?f=20&t=32872&start=20 http://deano.me/2013/07/opencart-clean-seo-urls-for-contact-us-site-map-and-other-custom-pages/ http://itechtuts.com/seo-friendly-urls-opencart-pages/ #NEW REWRITE RULES ReWriteRule    ^ home / $    index . php ? route = common / home [ L ] #Home Page RewriteRule    ^ contact / ? $    index . php ? route = information / contact    [ L ] #Contact Page ReWriteRule    ^ account / ? $    index . php ? route = account / account    [ L ]    #Account Page ReWriteRule    ^ login / ? $    index . php ? route = account / login    [ L ]    #Login Page ReWriteRule    ^ logout / ? $    index . php ? route = account / logout    [ L ]    #Logout Link ReWriteRule    ^ cart / $    index . php ? route = checkout / cart  ...

screen management in libGDX

https://github.com/angelnavarro/Gdx-Scene-Management

Game Engines for Android

With Android continually increasing in popularity it is always interesting to take a look at the latest collection of game engines available for the paltform. I am also further intersted in seeing which game engines include x86 support since the number of Intel x86 based mobile devices continue to increase. There are many game engine choices out there, all with a different set of features, pricing, maturity, etc. After doing some research, I found a wide variety of game engines that can be used for creating games that run on Android* based mobile devices. Some engines provide x86 support, while others can be ported to support x86 devices without too much effort. Here is the ever expanding list of game engines I have collected information about. The list includes some features and details about each engine and an example game on Google Play if I could find one. Project Anarchy by Havok -  http://www.projectanarchy.com/ FREE Cross-Platform Engine and Toolkit for Mobile Game Devel...