Original link: Games Delphi developers play

 
Delphi game developers are stupid people having too many copies of old Delphi versions and no game-development.

This is the most anticipated response to Jason's blog-post at PascalGameDevelopment. You can read the blog post there and come back and read the latest Delphi gaming controversy.

Here are websites that Jason from PascalGameDevelopment recommends:

  • PascalGamer.com - last magazine published in 2011.
  • PGDAnnual.com - last contest posted in 2009.
  • Pascalgamedevelopment.com - Lamenting that Asphyre shut down:
    http://www.pascalgamedevelopment.com/showthread.php?21840-Asphyre-Sphinx-Framework-v4-0-0-(Unofficial-release)
  • jkamcmillen twitter feed - Excited about Ouya but Delphi for Android not out yet...
  • PascalGameDev on YouTube- latest updates a year ago.
  • Jarrod Davis’ libraries (Big Daddy Games, Pyrogine, Hadron, Simvector) - closed down.
  • DelphiX - no Delphi XE4 update. No charcter controller, no full featured demo to demonstrate all the features. No import for FBX.
  • Asphyre - closing down as mentioned by vendor. Should just close it down to prevent spamming by spammers.
  • GLScene - open-source, last snapshot two years ago.
  • Allegro.pas - new hardware not supported.
  • ZenGL - looks credible.
  • Phoenix Game Library - only for Delphi 7.
Game engines recommended:

  • Cast II - not updated since 2011
  • Dage Adventure Game Engine - not updated since 2009
  • Kambi VRML Game Engine - VRML is depreciated.
  • Thundax Physics Engine - not updated since 2011
  • Genesis Engine - not updated since 2006
  • Quake2Delphi engine translation - very slow.
  • Game Maker - made using C#

All of them have these things in common:

  • Physics. Not invented here.
  • Character Controller for Windows 8 touch - not present or not available.
  • Character Controller for iOS and Android - not invented here.
  • Mesh terrain support - not available. What terrain support?
  • Mesh import - of what quality? Missing items, missing or deformed meshes, erroneous 3D models.
  • AutoDesk 3DMax or Maya support?
  • Blender support?
  • Water? Forget it.
  • Real-time Shadows?
  • BlackBerry and Windows 8 ARM support?
  • Dead or dying due to their authors not having enough money to continue or finance.
  • Simple things handled. Complex things... not so much.

Here is what your correspondent recommends:

UDK
Oh my head hurts when using UDK. Delphi developers complain about UDK's royalty free, when, verily, verily I say unto you, that Delphi developers would pay more for third-party components than UDK royalty-free option.

Unity
Free for most part. They now have BlackBerry, Windows 8, Windows 8 Arm. You can deploy to iPads and Androids for free. Just don't let Delphi lovers see this page. They would probably hate it.

Cocos2D
Another free option that has no Delphi support. You need to learn Lua or Python.

Embarcadero Delphi developers are jumping ship to use Oxygene for Java instead of using Delphi. Maybe they could not wait for D4A (Delphi for Android) to come out.

Games Delphi developers play的更多相关文章

  1. Delphi资源大全

    A curated list of awesome Delphi frameworks, libraries, resources, and shiny things. Inspired by awe ...

  2. Awesome Delphi

    Awesome Delphi  A curated list of awesome Delphi frameworks, libraries, resources, and shiny things. ...

  3. delphi 开发者 linux 实务(转)

    Linux Essentials for Delphi Developers   There is currently no way using Delphi to target Linux. Lon ...

  4. Where is the ActiveX Project Type for Delphi 10.1 Berlin

    n 10.1 Berlin the ActiveX project types are missing from the New Items Window under Delphi. They are ...

  5. Creating a Linux Daemon (service) in Delphi

    With the introduction of the Linux target for Delphi, a wide range of possibilities are opened up to ...

  6. What’s wrong with virtual methods called through an interface

    May 31, 2016 Calling a virtual method through an interface always was a lot slower than calling a st ...

  7. Everything starts with a dream(A day has only 24 hours and these things take time,所以要抓紧)

    There is the famous quote: "Everything starts with a dream" and many years ago, Michael Va ...

  8. Kitto2 now with free opensource Kide2 since September 2017(提供Web解决方案,大概是觉得Mobile开发快差不多了)

    Kitto2 is a tool for data-driven web application Development. It allows to create Rich Internet Appl ...

  9. Asphyre Sphinx is a cross-platform framework for developing 2D/3D video games and interactive business applications

    Introduction Introduction Asphyre Sphinx is a cross-platform framework for developing 2D/3D video ga ...

随机推荐

  1. Python(函数式编程)

    函数是Python内建支持的一种封装,我们通过把大段代码拆成函数,通过一层一层的函数调用,就可以把复杂任务分解成简单的任务,这种分解可以称之为面向过程的程序设计.函数就是面向过程的程序设计的基本单元. ...

  2. POJ 3463 Sightseeing (次短路)

    题意:求两点之间最短路的数目加上比最短路长度大1的路径数目 分析:可以转化为求最短路和次短路的问题,如果次短路比最短路大1,那么结果就是最短路数目加上次短路数目,否则就不加. 求解次短路的过程也是基于 ...

  3. 【Java】仿真qq尝试:聊天界面 && 响应用户输入

    需求分析: 逐步完善一个“qq仿真”程序. 参考: 1.文本框与文本区:http://www.weixueyuan.net/view/6062.html 2.java布局:http://www.cnb ...

  4. jar包错误

    Exception in thread "main" java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger. ...

  5. qt项目: error LNK2038: 检测到“_MSC_VER”的不匹配项: 值“1900”不匹配值“1800”

    error LNK2038: 检测到“_MSC_VER”的不匹配项:  值“1900”不匹配值“1800” 该错误 网上通常的解释是: 原因:由于你使用了vs2012,相比较vs2010以及之前的vs ...

  6. 高亮显示QSS文件

    转[作者:一去丶二三里 博客地址:http://blog.csdn.net/liang19890820] 简述 语法高亮是文本编辑器用来显示文本的,特别是源代码,根据不同的类别来用不同的颜色和字体显示 ...

  7. Node.js 项目的配置文件

    在 Node.js 中可以通过process.env来访问当前的环境变量信息,比如: { PATH: '/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin', T ...

  8. windows 服务器恢复选项恢复

    用户的服务器成了酱紫

  9. 如何在深层嵌套ngRepeat中获取不同层级的$index

    <ul class="list-group" ng-repeat="item in vm.appData" ng-init="outerInde ...

  10. jsonp跨域传过来的数据格式

    var uri1 = 'https://api.github.com?callback=JSON_CALLBACK'; /**/JSON_CALLBACK({ "meta": { ...