Coder Social home page Coder Social logo

00mjk / cross-platform-game-engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thomasjowett/cross-platform-game-engine

0.0 0.0 0.0 32.84 MB

Cross-Platform Game Engine written in C++ that supports OpenGL.

License: MIT License

C 0.27% C++ 99.04% Batchfile 0.01% Lua 0.18% GLSL 0.20% Shell 0.01% HLSL 0.07% Objective-C 0.22%

cross-platform-game-engine's Introduction

Cross-Platform Game Engine written in C++ that supports OpenGL.

To clone this repository run: git clone --recursive https://github.com/ThomasJowett/Cross-Platform-Game-Engine

Project Generation

Windows

For Visual studio, run the batch files Progen_vs2019.bat or Progen_vs2017.bat

Mac

For Xcode, run the shell script Progen_Xcode.sh

Linux

First install dependencies by opening a console window and running the follwing commands:

  • sudo apt-get install -y libx11-dev
  • sudo apt-get install -y libxrandr-dev
  • sudo apt-get install -y libxi-dev
  • sudo apt-get install -y libxinerama-dev
  • sudo apt-get install -y libgl1-mesa-dev
  • sudo apt-get install -y libxcursor-dev.

If using a virtual machine you may also need:

  • sudo apt-get install xserver-xorg-input-all

You will also require g++ compiler and make commands to be installed.

Then make the premake5 file executable by running chmod +x vendor/bin/premake/premake5.

Then make the shell script executable by running chmod +x Progen_gmake.sh.

Then run the shell script with ./Progen_gmake.sh.

The engine can now be build by running make.

Dependencies

  • imgui : Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
  • Entt : Fast and reliable entity-component system (ECS)
  • glfw : A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.
  • spdlog : Fast C++ logging library.
  • stb : Single-file public domain (or MIT licensed) libraries for C/C++.
  • simpleini : Simple initialization file parser and writer.
  • glad : Meta loader for OpenGL API.
  • OpenFBX : Lightweight FBX Importer.
  • cereal : A C++11 library for serialization.
  • tinyxml2 : A simple, small, efficient, C++ XML parser.

cross-platform-game-engine's People

Contributors

thomasjowett avatar thomasjowettnsc 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.