blizzard-engine

Crates.ioblizzard-engine
lib.rsblizzard-engine
version0.1.0
sourcesrc
created_at2021-09-24 17:58:02.451658
updated_at2021-09-24 17:58:02.451658
descriptionBlizzard Game Engine ❄️ is a modular ECS game engine
homepagehttps://blizzard-engine.web.app
repositoryhttps://github.com/SebastianDominguezC/blizzard
max_upload_size
id455929
size21,047
Sebastian Dominguez (SebastianDominguezC)

documentation

README

Blizzard Game Engine ❄️

This library is a custom ECS game engine developed for integration with the Blizzard Server Engine. These two together can be used to develop TCP multiplayer games. However, the idea is that Blizzard will also work for any type of game, not just TCP or online games. Blizzard will be a modular game engine.

As of now, it is just an ECS data engine.

Some features in the roadmap:

  • Debugger
  • Platform abstraction
  • Window abstraction
  • Event handler
  • Renderer API with OpenGL
  • AI solutions
  • Many, many more features...
Commit count: 25

cargo fmt