GithubHelp home page GithubHelp logo

ethiago / shader-labs Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 24.85 MB

ShaderLabs is an IDE for learn GLSL or editing existing codes

License: GNU General Public License v3.0

QMake 0.73% C++ 36.69% C 50.25% Python 0.10% GLSL 12.02% Shell 0.18% Dockerfile 0.02%
graphics-programming graphics-3d graphics-rendering graphics opengl glsl glsl-editors glsl-sandbox

shader-labs's Introduction

ShaderLabs

alt text

ShaderLabs provides a abstraction over a OpenGL aplication so you can focus on learn or prototype your OpenGL vertex, fragment, geometry or tessellation shaders.

It is a Qt4 Gui application, with beautiful and easy to use interface.

alt text

Installation

For now, you can download a .deb package on the release section of this repository or build the application from source.

For .deb package, on Ubuntu trusty (it's tested with Travis CI), run

$ sudo dpkg -i /path/to/file.deb

this will let some broken references, so run

$ sudo apt-get install -f

to fix the issues and install the dependencies.

Build from source

The project is intended to be multi platform, so it should be easy to build on Linux, macOS or Windows without problem. Let me know about any issue.

Requirements

First you need to get Qt4. The installation of Qt is beyond the porpose of this guide, please, follow the the installation guide of you plataform.

On Linux, it also needs libGLU, so install (libglu1-mesa).

In case you have Qt4 and Qt5 installed (e.g. when installed through meta package qt-sdk) it also good to specify which version qmake will use:

$ export QT_SELECT=qt4

Build

  1. Get the source $ git clone https://github.com/ethiago/shader-labs.git ShaderLabs
  2. Navigate to source path $ cd ShaderLabs
  3. Run the build script $ ./build.sh.

The binary will be located in ./build/app/bin

Usage

This video has some basic usage of ShaderLabs and it a great starting point.

IMAGE ALT TEXT HERE

If you want to learn more about shaders, this tutorial could help.

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.