Git Product home page Git Product logo

pilot's Introduction

Pilot Engine

Pilot Engine logo

Pilot Engine is a tiny game engine used for the gams104 course.

Prerequisites

To build Pilot, you must first install the following tools.

Windows 10/11

  • Visual Studio 2019 (or more recent)
  • CMake 3.19 (or more recent)
  • Git 2.1 (or more recent)

MacOS >= 10.15 (x86_64)

  • Xcode 12.3 (or more recent)
  • CMake 3.19 (or more recent)
  • Git 2.1 (or more recent)

Ubuntu 20.04

  • apt install the following packages
apt install git
apt install cmake
apt install clang
apt install libxcb1-dev
apt install libvulkan-dev
apt install vulkan-validationlayers
apt install mesa-vulkan-drivers
  • NVIDIA driver (The AMD and Intel driver is open-source, and thus is installed automatically by mesa-vulkan-drivers)

Build Pilot

Build on Windows

You may execute the build_windows.bat. This batch file will generate the projects, and build the Release config of Pilot Engine automatically. After successful build, you can find the PilotEditor.exe at the bin directory.

Or you can use the following command to generate the Visual Studio project firstly, then open the solution in the build directory and build it manually.

cmake -S engine/ -B build

Build on MacOS

The following build instructions only tested on specific hardware of x86_64, and do not support M1 chips. For M1 compatible, we will release later.

To compile Pilot, you must have the most recent version of Xcode installed. Then run 'cmake' from the project's root directory, to generate a project of Xcode.

cmake -S engine/ -B build -G "Xcode"

and you can build the project with

cmake --build build --config Release

Build on Ubuntu 20.04

You can execute the build_linux.sh to build the binaries.

pilot's People

Contributors

hyv1001 avatar dsh-booming avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.