Giter VIP home page Giter VIP logo

ming3d's Introduction

Ming3D

Game engine, for Windows and Linux.

Supports rendering with OpenGL and DirectX11.

alt text

How to clone and build

Requirements

WINDOWS

  • Clone (recursively, since it contains modules): git clone --recursive https://github.com/mlavik1/Ming3D
  • Open CMake, and set source code directory ("Where is the source code: " in CMake GUI) to the repository root directory.
  • Configure and Generate.
  • Optionally: For the sample projects, modify the "SampleProject" variable to select the type of sample you want to use.

LINUX

  • Clone the repository (recursively!): git clone --recursive https://github.com/mlavik1/Ming3D
  • Terminal: sudo -v (Only first time. This is needed because of the SDL2 conan package)
  • Terminal: cmake -G "Unix Makefiles" (alternatively, you can configure from VSCode, QtCreator or another IDE)
  • Build a project (such as Runtime): make Runtime
  • Run the executables (in the "build" folder). Make sure "Engine/Resources" is placed under the same folder as the executable (just create an empty "Engine" folder and copy "Resources" over to it).

(NOTE: You need at least OpenGL 4.0)

Renderer

Has support for:

  • Rendering with OpenGL or DirectX11
  • Cross platform shaders, that are automatically converted to GLSL or HLSL (still missing some features)
  • Abstractions for: Textures, Vertex Buffers, Shaders, Uniforms / Constant Buffers

ming3d's People

Contributors

mlavik1 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.