All Projects → gbegreg → FMXPong

gbegreg / FMXPong

Licence: other
Pong 3D with Delphi and Firemonkey (Windows, Mac OS, Android, IOS)

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to FMXPong

GBE3D
Suite de composants 3D pour Delphi Firemonkey
Stars: ✭ 18 (-28%)
Mutual labels:  firemonkey, fmx, delphi-game
FireMonkeyInstagramApp
Sample Instagram UI design project made with Embarcadero Delphi 10.1 Berlin.
Stars: ✭ 23 (-8%)
Mutual labels:  firemonkey, fmx
TeeGrid-VCL-FMX-Samples
Grid control for Delphi and C++ (VCL and FMX)
Stars: ✭ 132 (+428%)
Mutual labels:  firemonkey, fmx
PUSHTestFCM
[FireMonkey] Push test project
Stars: ✭ 17 (-32%)
Mutual labels:  firemonkey, fmx
FMX.MaterialIconsFont
Material Design Icons 3.0.1
Stars: ✭ 20 (-20%)
Mutual labels:  firemonkey, fmx
WebView4Delphi
WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
Stars: ✭ 157 (+528%)
Mutual labels:  firemonkey, fmx
RADStudio-DemoKit
A collection of demos around 10.4 Sydney updated for 10.4.2.
Stars: ✭ 39 (+56%)
Mutual labels:  firemonkey, fmx
OldCEF4Delphi
OldCEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi.
Stars: ✭ 55 (+120%)
Mutual labels:  firemonkey, fmx
skia4delphi
Skia4Delphi is a cross-platform 2D graphics API for Delphi platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Stars: ✭ 486 (+1844%)
Mutual labels:  firemonkey, fmx
ipub-messaging
Messaging system for communication between classes / layers in delphi
Stars: ✭ 46 (+84%)
Mutual labels:  firemonkey, fmx
FMX.FontAwesome
[FireMonkey] FontAwesome
Stars: ✭ 21 (-16%)
Mutual labels:  firemonkey, fmx
fgx-firemonkey
Set of additional components for FireMonkey
Stars: ✭ 94 (+276%)
Mutual labels:  firemonkey
PowerOff
PowerOff - Very simple application for auto shutdown the computer
Stars: ✭ 27 (+8%)
Mutual labels:  firemonkey
Panorama3D
Delphi Firemonkey Panorama 360° Viewer
Stars: ✭ 27 (+8%)
Mutual labels:  firemonkey
ComparisonResearch
Research comparing Delphi & C++Builder's VCL and FMX with other frameworks and toolchains.
Stars: ✭ 15 (-40%)
Mutual labels:  firemonkey
blog
Source code for the posts of my blog https://theroadtodelphi.com/
Stars: ✭ 96 (+284%)
Mutual labels:  firemonkey
DelphiFMX4Python
Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
Stars: ✭ 139 (+456%)
Mutual labels:  firemonkey
firemonkey-network-state
Library for managing network state in Delphi or C++ Firemonkey apps on Android and iOS
Stars: ✭ 18 (-28%)
Mutual labels:  firemonkey
FiremonkeySensorFusion
Delphi/Firemonkey sensor fusion sample ( accelerometer+magnetometer+GPS) to obtain tilt compensated rectangular coordinates (azimuth/elevation/roll)
Stars: ✭ 24 (-4%)
Mutual labels:  firemonkey
Mastering-FireMonkey-Delphi
✨Embarcadero Delphi - 🔥FireMonkey Sample Applications - Prototypes for inspiration! 🧩
Stars: ✭ 61 (+144%)
Mutual labels:  firemonkey

FMXPong

Pong 3D with Delphi and Firemonkey (Windows, Mac OS, Android, IOS) This is an example of using Firemonkey in 3D with Delphi. This project is a clone of the video game Pong. It is a tutorial made for the site (in French) http://gbegreg.developpez.com/tutoriels/delphi/firemonkey/creation-jeu-3d/

The project was made with Delphi Seattle Pro with mobile plugin and it works with Delphi Berlin. You can compile and deploy it on Windows, Mac OS, Android and IOS.

Note : On Windows, Firemonkey required DirectX 11 and the shader model 5. Some users have encountred graphic rendering issues on old Intel HD Graphics GPU. If you have this problem, you can force the software rendering by adding the line fmx.types.GlobalUseDXSoftware := True; in the project file before the line Application.Initialize;

You can download the Android version on the Google Play Store. The Windows 32 bits version is available : http://www.gbesoft.fr/test/FMXPong.zip and the 64 bits version : http://www.gbesoft.fr/test/FMXPong64.zip

See my other games with Delphi and Firemonkey :
https://github.com/gbegreg/FMXCorridor
https://github.com/gbegreg/demoParis

A small open 3D world : https://github.com/gbegreg/FMXISland

Grégory Bersegeay : http://www.gbesoft.fr

History :
11/02/2017 : Add a new feature : control the racket with the gyroscope
21/01/2017 : New interface, options menu and save/restore parameters

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].