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. 应用服务器支持 HTTPS

    当前业务系统中支持 HTTP 协议和 HTTPS 协议的 Web.config 文件并不相同.在默认情况下,不能同时支持 HTTPS 和 HTTP 协议. 生成部署包 若需支持 HTTPS 协议,请将 ...

  2. 杭电1022Train Problem I

    地址:http://acm.hdu.edu.cn/showproblem.php?pid=1022 题目: Problem Description As the new term comes, the ...

  3. gif 命令大全

    git init # 初始化本地git仓库(创建新仓库) git config --global user.name "xxx" # 配置用户名 git config --glob ...

  4. 自定义mousewheel事件,实现图片放大缩小功能实现

    本文是承接 上一篇的<自定义鼠标滚动事件>  的基础上实现的,建议大家先看一下上一篇的mousewheel的实现,再浏览下文: 上篇中我们介绍到: $element.mousewheel( ...

  5. python中访问限制

    在Class内部,可以有属性和方法,而外部代码可以通过直接调用实例变量的方法来操作数据,这样,就隐藏了内部的复杂逻辑. 但是,从前面Student类的定义来看,外部代码还是可以自由地修改一个实例的na ...

  6. 2018-2019-2 20165114《网络对抗技术》Exp2 后门原理与实践

    目录 一.实验准备 二.实验内容 三.基础问题回答 四.实验过程及步骤 五.实验总结与体会 六.实验中遇到的问题与错误. 一.实验准备 1.后门概念 后门就是不经过正常认证流程而访问系统的通道. 哪里 ...

  7. 1163: [Baltic2008]Mafia

    1163: [Baltic2008]Mafia Time Limit: 10 Sec  Memory Limit: 162 MBSubmit: 123  Solved: 70[Submit][Stat ...

  8. adplayer移植【转】

    本文转载自:https://blog.csdn.net/qq361294382/article/details/50525412 这两天做madplayer移植,由于是刚装的ubuntu14.04,所 ...

  9. codeforces 808D

    题意:给出一个序列,询问是否能移动一个数(或不操作)使得序列能分为左右两个和相等的子序列. 思路:对每个数处理最左边和最右边出现的位置.设置断点分左右区间,左右区间和差值的一半就是要找的数,进行判断. ...

  10. Jenkins自动打包配置

    当时也是花费了不少时间来配置Jenkins自动打包的问题,觉得还是需要记录一下. 1.安装Jenkins,这个很简单,不需要多说. 2.下载Git Plugin,Gradle Plugin,Andro ...