First attempt to make playable game, real time world destruction

This video shows few new features:

  • player which is fully physically simulated, that mean he has limited power and if you try to push body which has large mass that can be difficult. I am not using bullet engine’s player controller, it is useless for me. I don’t know why people use it, writing own player logic based on rigidbody is simpler and works better. You  can ask, why you created player approximated by single sphere instead of ragdoll? answer is simple. I want that game will be focused on multiplayer. Synchronizing one body takes less bandwidth than doll( I believe ragdoll synchronization consumes 10 times more bandwidth, there are necessary synchronisations for each body part eg legs, feet, head, hands…)
  • real time world destruction – for now it works only for rectangular shapes, algorithm is very simple and I am little ashamed of it, it’s very ineffective(but works:P ) In future it need to be rewritten for custom polygons, it’s not so easy because of concave polygon appearing, so i will need some convex decomposition algorithm.Btw. it’s not like Minecraft destruction which is “fixed”
  • level layers, clouds are scrolling slower than main colliding layer
  • there are bullets fired by player but they are hard to see on this video( set 480p and fullscreen to better view)

Ugly ragdolls

Or, as you like: parts of body joined with hinge from bullet. Textures are not suitable for this dolls it could look better if I have had special textures of face, t-shirt, shoes… but I didn’t have so I picked almost random. On video you can also see new feature I added recently:  saving created models to file for later usage (here, the model is the group of 9 ragdolls). This possibility is very helpful while creating game levels.

volcano eruption

Nothing magical here. It is just lots of dynamic rigid body circles composed on small amount of surface. Power of bullet engine don’t want to objects overlapping, it makes impression like particles under pressure. Finally everything blow up together with the small, nice  house near the volcano

Ice brick smash

Hello, here you got a little preview of abilities of szengine. I have recorded video with ice brick on it which contains 900 small rigid bodies. Enjoy!

About blog: here i will be posting progress of my applications. In future you also will be able to read some tutorials

hello world

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.