Castle Game Engine: Web target – progress and plans After the big engine release of 7.0 (coming really soon!), I’m dedicated to focus on adding the web target as a new engine platform. The goal is simple: allow you to recompile more-or-less any application you wrote using Castle Game Engine (using ) to the web. So you can put your application on a website, … Continue reading ➤ Continue Reading →
Minetest 5.7.0 released! Minetest 5.7.0 has been released with improved graphics, performance improvements, and lots more. The Minetest 5.7.0 release is dedicated to Jude Melton-Houghton (TurkeyMcMac / jwmhjwmh), a core developer who passed away in February. You can download… Continue Reading →
GDC 2023: Retrospective We attended the Game Developers Conference (GDC) in San Francisco this year. Continue Reading →
Maintenance release: Godot 4.0.2 As the work on Godot 4.1 continues, more fixes and enhancements become available to existing 4.0 users as patch releases. Meet Godot 4.0.2, addressing more of your reports, including several regressions from 4.0.1, and improving platform support for An… Continue Reading →
Castle Game Engine: International fonts improvements: better sizing properties, better IME support on Windows (to input e.g. Chinese in TCastleEdit), better example Our demo examples/fonts/test_local_characters was improved a lot. It’s now both simpler and more powerful, shows the advised approaches: just set up TCastleFont to load fonts from TTF/OTF and assign it to (like TCastleLabel.CustomFont) or . See manual about text and fonts. With big thanks to Freedomax, our now works with Windows IME much better. The … Continue reading ➤ Continue Reading →
Raze 1.7.0 released Download (OpenGL 3.3/OpenGL ES 2.0 and higher required) Windows 64-bit Linux (Portable) 64-bit (1.6.2) macOS (1.6.2) Sourcenew language support: Spanish, French, Danish and Norwegian.Duke: fixed weapon spread with non-pistol hitscan weapons.Duke: Add … Continue Reading →
Castle Game Engine: Come to International Pascal Congress (July 3-7, 2023, Salamanca) to listen to my talk and attend Castle Game Engine course I’m proud to announce I’ll be part of International Pascal Congress, an event taking place July 3-7 (this year, 2023) in the Salamanca city (Spain). You can register now (see the registration page for prices)! Note that 1st early registration phase is only up to the 10th April, and registering early costs less. The program … Continue reading ➤ Continue Reading →
Castle Game Engine: MD3 support improvements: multiple animations, tags, configurable skins As a fan of Tremulous, I’m happy to announce big improvements to our MD3 file format support. Note that we still recommend glTF as the best 3D model format in general. MD3 is an older model format, with some known limitations (precalculated frames per second, no PBR, no runtime manipulation of rig…) but it is … Continue reading ➤ Continue Reading →
Castle Game Engine: Tremulous animations played from MD3 file New example split_long_md3_animation_into_logical_pieces shows how to play subanimations in MD3 files. In a broader context, it shows how to use to manually “drive” the animation, picking the animation frames you want. The MD3 format comes from Quake 3 and it’s used by various games sharing that game engine. In particular I’m a big fan of … Continue reading ➤ Continue Reading →