File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # About
1+ # ** About**
22
33This website is the documentation site for MeltedForge. Since other devs, need some sort of valid
44documents which would guide them in their journey using MeltedForge instead of manually reading the entire
Original file line number Diff line number Diff line change 1- # MeltedForge
1+ # ** MeltedForge**
22
33MeltedForge is game engine written in the C language. It was first started as a simple
44hobby engine. But slowly, the aim wasn't anymore to be a "hobby" engine. As a game engine,
55we want it to be like a proper 2d/3d game engine which can actually export fun and enjoyable games.
6- We admit it sounds ambitious and like any other "wannabe" engine. But still we continue work to make
7- it a reality.
6+ We admit it sounds ambitious and like any other "wannabe" engine. But still we continue to work to make
7+ goal a reality.
88
99The entire code is open sourced. The github repository is [ here] ( https://github.com/CloudCodingSpace/MeltedForge ) .
1010One of the main reason it is open sourced is first of all, we feel like open source projects is a great learning resource
1111for other devs and secondly, the option for community suggestions is open. Which in our opinion, a good thing since
1212it helps point out bugs, certain inconsistencies and enrich ideas from various minds all over the world.
1313
14- # Goals
14+ ---
15+
16+ # ** Goals**
1517We want to give our client developer 2 main options :-
1618 - Either create a game using the engine's editor (Not yet started the editor)
1719 - Or, manually write your app natively in C/C++ by directly interacting with the engine's core.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ markdown_extensions:
4848 - pymdownx.superfences
4949
5050nav :
51- - Home : index.md
51+ - Introduction : index.md
5252 - About : about.md
5353
5454copyright : Copyright(c) 2025-2026 CloudCodingSpace
You can’t perform that action at this time.
0 commit comments