Skip to content

Asher-Ul-Haque/Just-Forge-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just-Forge-Engine

Just-Forge-Engine is a 3D game engine written in C, designed to be lightweight and efficient for game development. Check Wiki for more

Features

  • Written in C
  • Modular architecture for easy extension

Getting Started

Prerequisites

  • C compiler (clang)
  • Vulkan SDK

Installation

Clone the repository:

git clone https://github.com/Asher-Ul-Haque/Just-Forge-Engine.git
cd Just-Forge-Engine

Building

For Unix-based systems:

./build-all.sh

For Windows:

./build-all.bat

Usage

To run the engine, execute the built binary from the build directory:

cd build
./Just_Forge_Tester

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries, please open an issue on GitHub.