Giter Club home page Giter Club logo

planetmov's Introduction

PlanetMOV

GitHub repo size Licence GitHub language count

PlanetMOV is a lightweight solar system emulator that uses Lua scripts and different shaders instead of control components. Main purpose of project is getting know how to work with Cinder library(Render process and function set), Lua binder, shader languages and program architecture.

Currently supports only Linux.

Futures

  • Linux build system
  • Planets config file
  • Glsl shaders
    • FragmetShaders
    • Vertex shaders
  • Hlsl shaders
  • Lua scripting
    • VM binding(binding scripts to plants)
    • Events(onSetup, onUpdate)
    • PlanetMOV Lua set(classes, functions)

More information can be found on PlanetMOV Trello

Dependencies

This project uses:

Building

Clone the project & submodules:

git clone https://github.com/DeinsOne/PlanetMOV.git
cd PlanetMov
git submodule update --init

Linux

Install all the libraries that are needed:

# Ubuntu
sudo apt-get install libxcursor-dev \
    libxrandr-dev \
    libxinerama-dev \
    libxi-dev \
    libgl1-mesa-dev \
    libglu1-mesa-dev \
    zlib1g-dev \
    libfontconfig1-dev \
    libmpg123-dev \
    libsndfile1 \
    libsndfile1-dev \
    libpulse-dev \
    libasound2-dev \
    libcurl4-gnutls-dev \
    libgstreamer1.0-dev \
    libgstreamer-plugins-bad1.0-dev \
    libgstreamer-plugins-base1.0-dev \
    gstreamer1.0-libav \
    gstreamer1.0-alsa \
    gstreamer1.0-pulseaudio \
    gstreamer1.0-plugins-bad \
    libboost-filesystem-dev

# Fedora
sudo dnf install \
    mesa-libGL-devel \
    mesa-libGLU-devel \
    zlib-devel \
    libcurl-devel \
    pulseaudio-libs-devel \
    libmpg123-devel \
    libsndfile-devel \
    libXcursor-devel \
    libXrandr-devel \
    libXinerama-devel \
    libXi-devel \
    gstreamer1-devel \
    gstreamer1-plugins-base-devel \
    gstreamer1-plugins-bad-free-devel \
    fontconfig-devel

Note: See Cinder documentation to get required libs

Build

./build.sh

# or 
./build.sh -buildtype="Release/Debug" -gltarget="ogl/es2"

Note: You can use building flags to specify building behavior. All flags detecting manually by default

Licence

PlanetMOV is licensed under MIT license. See LICENSE for more details.

planetmov's People

Contributors

deinsone avatar

Stargazers

 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.