Joined March 2011
597 Photos and videos
Pinned Tweet
🎬 Finally got the "shell" of my RTS #DroneWars feeling like a real game! The intro is a "living comic" made from static art, all animated in-engine with @godotengine. #gamedev #indiedev #GodotEngine #RTS
5
151
Abdullah Al-Rasheed retweeted
Replying to @TareqAmin_
I believe Intelligence is a utility that should be made available and affordable to as many humans as possible. I believe in decentralisation and that's why I am building DCP.sa

1
1
54
If you use #Flutter, I'm sure you have noticed how slow cryptography could be with the native libraries. I have just published my secret sauce, BoringSSL FFI for flutter pub.dev/packages/boringssl_f… It's open source, in production for over a year. blazing fast, for Android and iOS
23
What do you think of the tesla VFX. After hours of tweeking I cannot really judge my own work anymore. #gamedev #indiegame
1
4
184
Then I used the texture of both meshes to make the lightning effect visible from any angle. With a little shader magic, I applied alpha, and a little over lay color to make it start blue-ish then fade to yellowish and disappear all within 400ms
1
47
A final slightly improved version
1
45
Building construction in #DroneWars is finally done. Is uses an approach similar to one of my favorite games Red Alert 2 (Spend-then-place). Also, I hope you noticed the new UI on the right. I'm going for a sci-fi look for the UI to match the theme of the game.
44
Destination formation algorithm in action. This was a lot more complex that I thought (Thread) #DroneWars #GameDev #IndieGame
1
1
4
162
The solution was closer to distance sorting. Sort X and Y distances separately! then start assigning based on the direction vector taking either X or Y as the main loop and the other as the inner loop based on the direction vector!
1
44
Long story short, I used everything thing I have learned over the past 30 years in development to make this. It looks like it should be an easy thing, but it's far from that. This ranks in the top 10 hardest problems I have ever dealt with!
40
Fresh units are rolling off the factory line in #DroneWars... and they've already been spotted. The enemy doesn't mess around.
1
2
54
The boring details for people who like game dev: Spawning new units was the easy part. But I finally managed to get the buildings to act like buildings. The other part of this is the detection. This has to be lightweight enough to work with 100s of units moving around the map...
1
34
This turned out to be a much more complex problem than I though. You cannot process this like other things every frame! The way this is done is using area detection with masks so units don't detect friendly units which would be a CPU nightmare.
35
I have been working on the art work of Drone Wars. Drone look like drones now
1
2
46
Creating good art work for the ground is a lot more work that I thought. All the tricks I have learned over the years working on Blender rendering is useless in game dev. The fact the poly count is everything for real time rendering make it impossible to make good designs ...
1
32
The trick is to "fake" high detailed mesh with good materials and normal maps. For example, the ground is actually flat. The bumps you see there are just an optical illusion with lights and shadow.
27