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 ...
随机推荐
- Rest_framework-2
一 版本 二 解析器 三 序列化 四 请求数据验证 一 版本 作用:应用程序的更新迭代(丰富或添加功能),可以通过版本来实现. 1 .没用rest_framework之前,我们可以通过以下方式来获取 ...
- Django框架之模板基础,静态文件配置
一.模板继承 目的是:减少代码的冗余 语法: {% block classinfo %} {% endblock %} 具体步骤: 1.创建一个base.html文件,2.把要显示的页面的内容写在这里 ...
- 在python中如何使用多进制数字
我们在python中,除十进制外还可以使用二进制.八进制和十六进制 1.二进制数字由0和1组成,我们使用0b或0B前缀表示二进制数 2.使用bin()函数将一个数字转换为它的二进制形式 print(b ...
- how can i get the source code path && file names from an ELF file(compired with -g)?
https://stackoverflow.com/questions/31333337/how-can-i-get-the-source-code-path-file-names-from-an-e ...
- leetcode每日一题——两数之和
题目: 两数之和 难度: 简单 描述: 给定一个整数数组和一个目标值,找出数组中和为目标值的两个数. 你可以假设每个输入只对应一种答案,且同样的元素不能被重复利用. 解法: class Solutio ...
- javaEE中的spring配置笔记
0 JavaEE的工程目录 0.1 WebContent 项目的主目录,在eclipse新建工程时可以自己命名,部署时会把该文件夹的内容发布到tomcat的webapps里. 该目录下可以建立 ...
- 【META http-equiv="Content-Type" Content="text/html; Charset=*】意义详解
[META http-equiv="Content-Type" Content="text/html; Charset=*]意义详解 META,网页Html语言里Head ...
- 并查集 试水 hdu1232
#include <stdio.h> #include <stdlib.h> int n,m; ],rank[]; int count; int find(int x) { i ...
- Android QRCodeReaderView 和Camera API冲突
开发一款小功能,核心功能是二维码扫描,然后发送到远端服务器.App结构分为两个Activity,Activity A 负责二维码扫描,然后将参数存到本地,再启动Activity B,在Activity ...
- android studio 慢的问题
转自:http://www.jianshu.com/p/e1c0b46e317c 在使用Android studio的时候常常遇到这样的问题,从github或是其他地方导入项目,Android stu ...