Facebook link Linkedin link Soundcloud link RSS feed

Tyre-road heat transfer

3 November, 2023 in Cars, Computers, Games, Science

Tyre-road heat exchange

I have been studying vehicle dynamics for almost thirty years, since I set out to create my first driving simulator, Impossible Drivin’, for the Amiga platform. Over the years, I have primarily studied the complexity of the interaction between rubber and asphalt, which is responsible for 90% of the quality of the simulation, and I have developed several algorithms to effectively implement the thermomechanics of the polymer.

In this scientific paper, I publish one of the formulas I developed (and effectively used in my AVC simulation library) for the dynamic calculation of heat transfer between rubber and asphalt, a formula that replaces the simple constant Hc normally used in the literature:

https://www.mdpi.com/2076-3417/13/21/11996


New Treasures for Beobi

30 November, 2020 in Computers, Games

i Beobi nei sotterranei infestati dai Brubulli!

The first game I developed for the all-mighty Amiga was “I Tesori” (Treasures), featuring Pippero and Tucchero in their quest for fortune and glory in the Burubullis’ dungeons. The game was a classic platform one, but the gameplay had some interesting features that made it somewhat different from other titles of the same genre. Unfortunately, it was coded using a very bad development system (Microsoft AmigaBASIC), so the final result was quite bad (especially performance-wise); and even if I planned, later in those years, a remake written in C in order to do justice to the original idea, such a remake never was completed.

Well, never… until now! Taking advantage of this period of Covid pandemic, having some time to spare just to experiment with the Godot engine, I developed a modern version of that old game. It’s still a 2d platform and the orginal gameplay is still there, but I added some new features that, really, were intended to be there in the original game but weren’t because of limitations of the development system.

The new browser game, “I Beobi e il Segreto dei Burubulli”, is freely available here: http://www.paolocattani.com/beobisegreto/; it’s free to play, but if you think it deserves a little donation (link in the game) I will donate myself half of the collected money to organizations that are currently working to fight the Covid pandemic!


Godot Engine

22 March, 2020 in Computers, Games

Godot Engine

I’ve never been a big fan of “game engines”. I’ve always found them either too bloated and complex to be mastered in a reasonable time (thus, preferring rewriting things myself), or too simplistic and limited to be suitable for big projects.

However, some time ago I stumbled on the Godot Engine. And I think that this one can be the one that can make me change my mind.

First of all, the dev system is really compact, the ide/editor itself is a little executable that doesn’t require any installation; you put it wherever you like and you get rid of it by simply throwing it in the bin. In less than 100Mbytes you get a visual 3D/2D environment where you can build your virtual worlds with lots of prebuilt objects representing the most common tools a game developer needs: 3d stuff, physics, GUI controls/widgets, networking, and so on. Neat!

Second, the learning curve is really good, if you have a bit of experience in game development: things are deployed in a very clever way, you don’t need to immediately understand everything to be quickly productive, simple things are simple and complex things are possible. You reuse components already available for the most common stuff, and you can extend them using the internal scripting language, GDscript, to add the required additional functionalities your game may need. It’s even possible to improve/add core functionalities to the engine by adding your own C++ libraries and objects in a very clean way, thanks to the “modules” interface, a really really good point: what about porting the AVC library, in order to use the Godot Engine as the basis of my next racing sims?

I still need to dig in more into this project, but, as a first impression, I should say that it’s really interesting.


Festival of Engineering

23 October, 2017 in Computers, Games

Paolo Cattani speaking about videogame programming

I was honored to speak at the Festival of Engineering of Lodi about the fine art (and science) of videogame programming.

It was very interesting, especially for my colleagues engineers… many people don’t know what’s behind the development of a videogame, the advanced mathematics required to build a 3d engine or the complex physics behind a modern simulation of a racecar or an aircraft. An engineer is, nowadays, an essential part of a videogame development team!