Introduction to MeltedForge


MeltedForge is game engine which is currently under development.
It is written in the language C. Additional info on the development can be found in the Github repository.
The Github repository is here.

Goals and Current Status


MeltedForge is aimed to be cross-platform (Desktop platforms) and hopefully be able to export games.
In the foreseeable future, MeltedForge is aimed to give its client developers 2 options :-

  1. Create a game using the engine's editor. Or,
  2. Create a game directly in C using the engine's core as a 3rd party library in CMake.

Currently, the engine doesn't have many features and there is no editor as of now.
The engine is still at a very early stage, in fact not even close to the first alpha release.
Currently only being developed and being tested on Windows. But intentions are there for Linux support too.