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. WinForm下的Nhibernate+Spring.Net的框架配置文件

    1.先将配置文件放到如下:<?xml version="1.0" encoding="utf-8"?> <configuration> ...

  2. k8s使用ceph作为后端存储挂载

    一.在ceph集群上操作: 1.创建池(主要使用存储类来进行持久卷的挂载,其他的挂载方式不好使也太麻烦):ceph osd pool create k8s 64 二.在k8s上操作: 1.安装客户端( ...

  3. java 怎么让打印信息换行?

    System.out.println("账号=="+name+"\n"); System.out.println("密码=="+pwd+&q ...

  4. HDU2385Stock

    /*既然前一天的可以省下来给过后一天卖,那么就倒着卖,那么最后一天的只能在最后一天卖,如果可以卖完,还有可卖的名额,那么就从 倒数第二天取,如果卖不完只能丢掉,而且必定是尽量留到价格最高的那一天卖*/ ...

  5. HDU4627

    /*找规律,n是奇数那么就是n/2和n/2+1 如果n是偶数,那就是两种情况n/2-1,和n/2-2两种,比较一下大小就可以 思路来自:http://www.cnblogs.com/freezhan/ ...

  6. CMD 配置静态IP与DNS

    配置静态IP与DNS # 修改IP netsh interface ip set address "网络连接" static IP地址 子网掩码 默认网关 # 修改DNS nets ...

  7. Nginx 域名跳转

    域名跳转 就是实现URL的跳转和隐藏真实地址,基于Perl语言的正则表达式规范.平时帮助我们实现拟静态,拟目录,域名跳转,防止盗链等 . 域名跳转配置 1.多域名指定一个域名重定向 # 空格分割域名 ...

  8. Define class with itself as generic implementation. Why/how does this work?

    https://stackoverflow.com/questions/10709061/define-class-with-itself-as-generic-implementation-why- ...

  9. CSS + Jquery

    关于 position 1.父视图通过设置relative   子视图设置absolute ,这样可以相当于父视图来设置. 2.relative 不脱离文本流 位置还保留着 3.absolute 脱离 ...

  10. EF Code-First 学习之旅 一对多的关系

    public class Student { public Student() { } public int StudentId { get; set; } public string Student ...