Skip to content

gustavoggsb/lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LambdaEngine

LambdaEngine is an advanced physics game engine designed to provide high performance and flexibility for game development.

Table of Contents

Features

  • High-performance physics engine
  • Cross-platform support
  • Easy integration with existing projects
  • Modular and extensible architecture

Getting Started

To get started with LambdaEngine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/gustavoggsb/lambda.git
    cd lambda
  2. Install the required dependencies:

    • CMake 3.10 or higher
    • Visual Studio 2022

Building the Project

To build the project, follow these steps:

  1. Generate the build files using CMake:

    cmake -S . -B build
  2. Build the project using Visual Studio:

    cmake --build build --config Debug

Usage

To run the LambdaEngine executable, navigate to the build directory and execute the following command:

./build/Debug/LambdaEngine.exe

About

An advanced physics game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages