Git Product home page Git Product logo

hlmseditor's Introduction

HLMS Editor

Editor to create Ogre3D High Level Material Shader materials (Ogre 2.0+). The editor supports fast creation of PBS and Unlit type materials and offers layered painting of materials, using different brushes and various painting effects (colour painting, alpha painting, carbon copy, smudge, etc...). A plugin system provides import- and export functions, which makes it possible to export the materials and textures to a zip file, which can be directly used in an Ogre-based application.

HLMS Editor

Installation:
Step 1. Download the zip or clone the 'HLMSEditor' repository from Github.
Step 2. Compile the sources of Ogre3D version 2.1 (from https://bitbucket.org/sinbad/ogre)
Step 3. Copy the following Ogre 2.1 DLL's/EXE's to the HLMSEditor/bin directory

  • OgreHlmsPbs.dll
  • OgreHlmsPbs_d.dll
  • OgreHlmsUnlit.dll
  • OgreHlmsUnlit_d.dll
  • OgreMain.dll
  • OgreMain_d.dll
  • RenderSystem_Direct3D11.dll
  • RenderSystem_Direct3D11_d.dll
  • RenderSystem_GL3Plus.dll
  • RenderSystem_GL3Plus_d.dll
  • RenderSystem_NULL.dll
  • RenderSystem_NULL_d.dll
  • OgreMeshLodGenerator.dll
  • OgreMeshTool.exe

Step 4. Copy the following Qt (5.x) DLL's to the HLMSEditor/bin directory

  • Qt5Core.dll
  • Qt5Gui.dll
  • Qt5Multimedia.dll
  • Qt5Network.dll
  • Qt5OpenGL.dll
  • Qt5Widgets.dll
  • platform/qwindows.dll (if you use windows, of course)
  • imageformats/qgif.dll
  • imageformats/qicns.dll
  • imageformats/qico.dll
  • imageformats/qjpeg.dll
  • imageformats/qsvg.dll
  • imageformats/qtga.dll
  • imageformats/qtiff.dll
  • imageformats/qwbmp.dll
  • imageformats/qwebp.dll

Step 5a. Run 'Qt Creator'
Step 6a. Open the 'HLMSEditor.pro' in Qt Creator
Step 7a. Edit 'HLMSEditor.pro' file; change OGREHOME = "C:/Users/Henry/Documents/Visual Studio 2015/Projects/ogre" to the path that refers to your ogre root/home
Step 8a. Run the HLMSEditor application
Step 9a. Note, that you don't need the Qt dll files in your HLMSEditor/bin directory, unless the HLMSEditor application is used as stand-alone (outside Qt Creator).

Or...
Step 5b. Start CMake (download gui version on https://cmake.org/)
Step 6b. Browse location 'Where is the source code' and 'Where to build the binaries' and click 'Configure'
Step 7b. Click 'Generate'
(note, that CMakeLists.txt may need some more attention)

Note regarding cmake for Linux users: The CMakeLists.txt file expect that Ogre has been installed on the system in both Debug and Release modes. If you installed Ogre using "make install", you need to have built Ogre in Debug mode in an additional binary directory configured with cmake -DCMAKE_BUILD_TYPE=Debug

hlmseditor's People

Contributors

spookyboo avatar ybalrid avatar hhyyrylainen avatar nic96 avatar farrer avatar ogretransporter avatar

Watchers

James Cloos 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.