Games Delphi developers play
Original link: Games Delphi developers play
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.
- 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的更多相关文章
- Delphi资源大全
A curated list of awesome Delphi frameworks, libraries, resources, and shiny things. Inspired by awe ...
- Awesome Delphi
Awesome Delphi A curated list of awesome Delphi frameworks, libraries, resources, and shiny things. ...
- delphi 开发者 linux 实务(转)
Linux Essentials for Delphi Developers There is currently no way using Delphi to target Linux. Lon ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
随机推荐
- django-ORM复习补充
建表 class Author(models.Model): name = models.CharField(max_length=32) age = models.IntegerField() # ...
- vscode 编写c++
参考了 配置文件之前的操作:https://www.cnblogs.com/lianshuiwuyi/p/8094388.html 配置文件具体内容:https://blog.csdn.net/qq5 ...
- Mysql数据表字段设置了默认值,插入数据后默认字段的值却为null,不是默认值
我将mysql的数据表的某个字段设置了默认值为1,当向该表插入数据的时候该字段的值不是默认值,而是null. 我的错误原因: 对数据库的操作我使用了持久化工具mybatis,插入数据的时候插入的是整个 ...
- HDU 3966 Aragorn's Story (树链剖分入门题)
树上路径区间更新,单点查询. 线段树和树状数组都可以用于本题的维护. 线段树: #include<cstdio> #include<iostream> #include< ...
- centos7 上搭建私有云
OwnCloud环境搭建 一. 环境搭建 1. 环境需求 服务器操作系统:Centos7.0 外网服务器操作系统:Centos7.0 Php版本号:5.4.16 Mysql版本号:5.5.52 Apa ...
- WINDOWS和UNIX换行符的理解
# WINDOWS和UNIX换行符的理解 **file1.txt**17.143.161.37 其他 美国54.163.255.40 其他 美国 弗吉尼亚州 亚马逊公司 **[ro ...
- C语言中 ln(以自然对数e为底) lg(以十为底) 以及logab(以a为底,b为真数)的相关知识
总所周知,我们在高中学过对数函数,记作y=logax.下面是百度百科关于对数函数的描述: 对数的定义:一般地,如果ax=N(a>0,且a≠1),那么数x叫做以a为底N的对数,记作x=logaN, ...
- QMap的使用
1.定义 mapQMap<QString,QColor> map; 2.插入数据 map.insert("AA",RGB(255,0,0)); map.insert(& ...
- 安装配置zabbix代理之zabbix_proxy
配置Proxy代理 如图所示: zabbix_server端在阿里云上,其代理程序部署在各地机房,代理程序收集所在机房的所有机器监控指标,然后传给server端 环境说明: CentOS releas ...
- idea使用maven骨架创建maven项目
Maven 骨架创建 Java Web 项目 1) File -> New -> Project... 2) 如下图 3)如下图 GroupId和ArtifactId<项目名> ...