Skip to content

tronpis/fram-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

55 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Farm Engine

A modern Vulkan-based game engine specialized for farming simulation games.

πŸ“ Project Structure

  • FarmEngine/ - Main engine source code and documentation

πŸš€ Quick Start

cd FarmEngine
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

🎯 Features

  • Modern Vulkan renderer with Render Graph architecture
  • Hybrid 2D/3D rendering pipeline
  • ECS (Entity Component System) architecture
  • Massive crop simulation support (100k+ crops)
  • Modular plugin system
  • Integrated editor with Dear ImGui
  • World streaming & chunk system

πŸ“‹ Requirements

  • Compiler: GCC 11+ / Clang 13+ / MSVC 2022
  • Vulkan SDK: 1.3+
  • CMake: 3.20+

πŸ“– Documentation

For full documentation, architecture details, and API reference, see:

πŸ“ License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors