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. linux中相关服务不能访问的排错技巧

    Linux相关服务不能访问的排错步骤,以HTTP服务为例: 一.服务端排查思路: 1.检查SELinux是否关闭(针对CentOS6系统)  (1)临时关闭      setenforce 0  (2 ...

  2. hadoop11----socket

    package cn.itcast.bigdata.socket; import java.io.BufferedReader; import java.io.InputStream; import ...

  3. Node单线程与异步编程的初步理解

    最近学习了一些关于node的单线程与异步的知识,想拿过来和大家分享下: var async = require('async') //并行无关联,等待事件为最长时间请求过程.如以下两个任务执行时间 c ...

  4. c语言单元测试框架--CuTest

    1.简介 CuTest是一款微小的C语言单元测试框,是我迄今为止见到的最简洁的测试框架之一,只有2个文件,CuTest.c和CuTest.h,全部代码加起来不到一千行.麻雀虽小,五脏俱全,测试的构建. ...

  5. jQuery图片分组切换焦点图

    在线演示 本地下载

  6. 会话控制Session的应用

    Session技术与Cookie相似,都是用来存储使用者的相关资料.但是最大不同之处在于Cookie是将数据存放于客户端计算机中,而Session则是将数据存放于服务器系统下. 在Web技术发展史上, ...

  7. ubuntu循环登录问题的解决

    之前试过几个方法都不行,包括改/etc/profile,startx,删Xauthority文件等,这些都是因为,形象地来说是药不对症,ubuntu循环登录是有很多个问题造成的,前面的这些例子只是针对 ...

  8. spring security采用自定义登录页和退出功能

    更新... 首先采用的是XML配置方式,请先查看  初识Spring security-添加security 在之前的示例中进行代码修改 项目结构如下: 一.修改spring-security.xml ...

  9. Substring with Concatenation of All Words, 返回字符串中包含字符串数组所有字符串元素连接而成的字串的位置

    问题描述:给定一个字符数组words,和字符串s,返回字符数组中所有字符元素组成的子串在字符串中的位置,要求所有的字符串数组里的元素只在字符串s中存在一次. 算法分析:这道题和strStr很类似.只不 ...

  10. excel 拖拽计算时,固定一个数

    $ 表示静态引用(也叫绝对引用)的意思.即固定引用的单元格的行或列. $A1即固定列为A,$A$2即固定引用为A列2行的单元格. A$3则只固定引用为第三行. 我们在使用excel拖拽计算时,常遇到这 ...