Giter VIP home page Giter VIP logo

game-engine's Introduction

Game Engine

Simple 3D Game Engine

Dependencies

  • OpenGL - Graphics API
  • glew - The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.
  • Vulkan - Graphics API
  • SDL - Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
  • glfw - GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop.
  • fmt - Great formatting library
  • glm - Header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications.
  • Vulkan Memory Allocator - Easy to integrate Vulkan memory allocation library.

Building manually

See dependencies

Linux

We provide guides only for Guix and Nix. Don't create issues if you have problem on other distros with other package manager, but all should work fine if you install Guix or Nix on other linux distros.

Guix

Using Guix you can run following commands (in repository root directory):

guix shell -m manifest.scm
./build.sh

Bash script used for generating and building CMake project in only one command: ./build.sh You can also run following commands manually:

guix shell -m manifest.scm
cmake -S ./ -B ./build
cmake --build ./build

Windows

It's not supported for now ):

But you can run WSL with one of supported Linux Distributions or Package Managers.

game-engine's People

Contributors

klementievdmitry avatar

Watchers

 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.