keexers / objlab

Simple wavefront .obj viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

objlab, Simple Wavefront .obj viewer + some featues

objlab is a simple Wavefront .obj viewer + some features, written in C++11.

Requirements

  • cmake
  • OpenGL 3.x

Supported platforms

  • Linux(Ubuntu)
  • Windows VS2015, VS2019

Build

Setup

$ git submodule update --init --recursive

CMake build

$ mkdir build
$ cd build
$ cmake ..
$ make

License

objlab is licensed under MIT license.

Third party license

  • TinyObjLoader : MIT license.
  • imgui : MIT license.
  • ImGuizmo : MIT license.
  • stb_image, stb_image_write, stb_image_resize : Public domain
  • glfw3 : zlib/libpng license.
  • ghc filesystem : BSD-3 license.
  • ionicons : MIT license.
  • Roboto font : Apache 2.0 license.

About

Simple wavefront .obj viewer

License:MIT License


Languages

Language:C 38.4%Language:CMake 34.1%Language:C++ 27.1%Language:Shell 0.4%Language:Batchfile 0.0%