Glitch Chronicles

You can read all the things, but in the end you need practice.

Published: (Updated: ) in Articles, M's rambles, The corner of Yuriy Georgiev (aka jeux) by . Leave a Comment on You can read all the things, but in the end you need practice..

Don’t only practice your art, but force your way into its secrets; art deserves that, for it and knowledge can raise man to the Divine.

The newbie’s enemy #1 — lost of focus

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . Leave a Comment on The newbie’s enemy #1 — lost of focus.

Part I – The distraction

When I started at age of 13, 22 years ago, there were just a few accessible technologies to mess around with.…

Blast – early alpha demo download

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . Leave a Comment on Blast – early alpha demo download.

Please keep in mind that this is an early alpha of the engine.
The gameplay is limited to one single demo level.…

Blast C++ Ray Casting 3D Game Engine from scratch: Completely destructible environment.

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . 1 Comment on Blast C++ Ray Casting 3D Game Engine from scratch: Completely destructible environment..

Environmental destruction has always been a subject of interest of all engine developers.

he Blast game engine now supports a completely destructible world.…

Blast C++ game engine — Explosive barrels

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . 1 Comment on Blast C++ game engine — Explosive barrels.

The new addition, explosive barrels, are pure fun and a strategic addition to the gameplay.

They don’t just apply extreme damage to the enemies but also apply a newtonian force to the objects around them.…

Blast’s latest component — Newton

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . 1 Comment on Blast’s latest component — Newton.

My new Component “Newton” is pure fun to watch.

It applies a newton force to each entity affected by any kind of damage or external force in that matter.…

Blast C++ Ray Casting 3D Game Engine from scratch: Blood, Gore and Giblets.

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . Leave a Comment on Blast C++ Ray Casting 3D Game Engine from scratch: Blood, Gore and Giblets..

An explosion of giblets when performing a brutal kill. That’s what this update is all about.

The physics algo might be improved a bit, but it’s a whole lot of fun watching the bad guys exploding after absorbing an extreme amount of damage (health < -25).…

Blast – Early alpha melee. Blood, Gore and Shotguns.

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . Leave a Comment on Blast – Early alpha melee. Blood, Gore and Shotguns..

Some new updates for my Ray Casting 3D game engine have been implemented.

First it’s the Shotgun Guy. He’s stronger than the others but slower.…

Blast C++ Ray Casting 3D Game Engine from scratch: New enemy – The Machinegun Man

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . Leave a Comment on Blast C++ Ray Casting 3D Game Engine from scratch: New enemy – The Machinegun Man.

A new enemy type has been implemented. The Machinegun Man.

He is faster and stronger. It has a new look and completely new and distinct dying animation.…

Binary Space Partitioning FPS with CAD level editor from scratch.

Published: (Updated: ) in The corner of Yuriy Georgiev (aka jeux) by . Leave a Comment on Binary Space Partitioning FPS with CAD level editor from scratch..

Chopping out polygons at the right place in order to construct balanced binary trees might be an exhausting task.

The results are promising even though I still end up with some concave polys that are not properly processed.…