Git Product home page Git Product logo

minko's Introduction

logo

Minko

3D. Everywhere.

Minko is a technology to develop and design rich, interactive and universal 3D applications targeting computers, web browsers and mobile platforms.

It provides a powerful editor on top of a robust, extensible and fully documented open source core framework, and is created and maintained by Aerys.

The repository hosts the source code of Minko 3. Looking for Minko 2? We've moved the repository.

Resources

Get started

For more detailed instructions, please follow our Getting started with Minko 3 beta 1 tutorial.

Windows

  • Set the MINKO_HOME environment variable to the root of the SDK.
  • Open the explorer in tool\win\script
  • Run solution_vs2013.bat
  • Open minko.sln at the root of the SDK

OS X

  • Make sure you have a recent compiler (tested with GCC 4.8 and Clang 3.3)
  • Set the MINKO_HOME environment variable to the root of the SDK
  • Open a command prompt
  • cd <minko>
  • tool/mac/script/solution_gmake_gcc.sh (or solution_gmake_clang.sh)
  • make config=release config=osx64_release
  • cd example/cube/bin/osx64/release && ./minko-example-cube

Linux

  • Make sure you have a recent compiler (tested with GCC 4.8 and Clang 3.3)
  • Set the MINKO_HOME environment variable to the root of the SDK
  • Open a command prompt (or start Vagrant)
  • cd <minko>
  • tool/lin/script/solution_gmake_gcc.sh (or solution_gmake_clang.sh)
  • make config=release config=linux64_release
  • cd example/cube/bin/linux64/release && ./minko-example-cube

Contents

Framework

Sources for the Minko framework.

Example

Example applications created with the Minko framework and its plugins.

Tool

Set of scripts to ease the deployment of the Minko SDK without using the command line.

solution_vs2013.bat - Windows batch script to create a VS2013 solution and perform other necessary operations such as copying required DLL into the output folders

solution_vs2013ctp.bat - Windows batch script to create a VS2013 solution (with the Nov. 2013 CTP compiler) and perform other necessary operations such as copying required DLL into the output folders

solution_gmake.bat - Windows batch script to create a GNU Make solution (supporting HTML5 compilation)

clean.bat - Windows batch script to properly clean the generated solutions and builds

doc.bat - Windows batch script to generate the developer reference

dist.bat - Windows batch script to make a redistributable Minko SDK

install_emscripten.bat - Windows batch script to install Emscripten (needed by the HTML5 target)

You will find similar tools for Linux and OS X.

Template

This folder contains templates you can use to ease the development of the Minko framework, plugins or applications.

Plugin

Sources for Minko's plugins.

Available plugins are:

  • angle
  • assimp
  • bullet
  • devil
  • fx
  • http-loader
  • http-worker
  • jpeg
  • leap
  • lua
  • oculus
  • offscreen
  • particles
  • png
  • sdl
  • serializer
  • webgl: please follow webgl/README.md to learn how to deploy

Contribute

minko is MIT-licensed. Please contribute!

minko's People

Contributors

filharvey avatar indiscible avatar jmlx42 avatar jpx avatar jupotter avatar pierre-ed avatar warrenseine avatar

Watchers

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