All Projects → zturtleman → mm3d

zturtleman / mm3d

Licence: GPL-2.0 License
Maverick Model 3D is a 3D model editor based on Misfit Model 3D.

Programming Languages

C++
36643 projects - #6 most used programming language
perl
6916 projects
M4
1887 projects
c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects
NSIS
403 projects

Projects that are alternatives of or similar to mm3d

dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (-64.94%)
Mutual labels:  qt
psi-plus-snapshots
Codebase snapshots for Psi+ project
Stars: ✭ 47 (-38.96%)
Mutual labels:  qt
QtApng
An apng image plugin for Qt to support animated PNGs
Stars: ✭ 75 (-2.6%)
Mutual labels:  qt
SWMM-EPANET User Interface
User interface for the Stormwater-Management-Model
Stars: ✭ 90 (+16.88%)
Mutual labels:  qt
QtOIIO
Qt Image IO plugin based on OpenImageIO.
Stars: ✭ 34 (-55.84%)
Mutual labels:  qt
text
🚀 Material Design text editor
Stars: ✭ 73 (-5.19%)
Mutual labels:  qt
Qss
Qt Style Sheets Library With Custom TitleBar!!!
Stars: ✭ 61 (-20.78%)
Mutual labels:  qt
LotusTracker
Deck Tracker for Magic Arena [DEPRECATED]
Stars: ✭ 50 (-35.06%)
Mutual labels:  qt
Embedded-IoT-Project
这是一个嵌入式物联网开源项目。以一个无线传感控制网络项目为实际案例,开源了一些无线控制模块和传感器模块。
Stars: ✭ 46 (-40.26%)
Mutual labels:  qt
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (-76.62%)
Mutual labels:  qt
qSIP
VoIP/SIP client (softphone)
Stars: ✭ 20 (-74.03%)
Mutual labels:  qt
QtExamples
Translations of the official Qt examples into PyQt5 (also PySide2) and more.
Stars: ✭ 39 (-49.35%)
Mutual labels:  qt
tf-cpp-pose-estimation
Tensorflow C++ examples for Visual Studio. Features Pose Estimation and various techniques to utilize the Tensorflow C++ interface
Stars: ✭ 23 (-70.13%)
Mutual labels:  qt
qredis
Redis GUI using Qt & Python
Stars: ✭ 42 (-45.45%)
Mutual labels:  qt
QtVtk
An integration between Qt Quick Controls 2 and VTK for 3D rendering
Stars: ✭ 79 (+2.6%)
Mutual labels:  qt
OpenImageDebugger
An advanced in-memory image visualization plugin for GDB and LLDB on Linux, MacOS and Windows (experimental). Previously known as gdb-imagewatch.
Stars: ✭ 115 (+49.35%)
Mutual labels:  qt
yacalendar
Yet another calendar component for Qt Quick Controls 2
Stars: ✭ 23 (-70.13%)
Mutual labels:  qt
qtlottie
QtLottie is a tiny C++ library that can render Adobe® After Effects™ animations exported as JSON with Bodymovin.
Stars: ✭ 23 (-70.13%)
Mutual labels:  qt
react-qml
Build native, high-performance, cross-platform applications through a React (and/or QML) syntax
Stars: ✭ 90 (+16.88%)
Mutual labels:  qt
lima-gui
Making a GUI for lima VM
Stars: ✭ 36 (-53.25%)
Mutual labels:  qt
This is the README file for Maverick Model 3D

Maverick Model 3D is a 3D model editor.  It was written and tested on Linux.
It is reported to run on other Unix-like operating systems. It also runs
on Windows. See INSTALL.WIN32 for Windows-specific instructions.

It is based on Misfit Model 3D that was developed by Kevin Worcester from 2004
to 2009. Maverick Model 3D is maintained by Zack Middleton (zturtleman).

The home page is here:
   https://clover.moe/mm3d

The original project's home page is here:
   http://www.misfitcode.com/misfitmodel3d/

Maverick Model 3D requires Qt (5.x) and OpenGL support.  See the INSTALL file
for details on where to get these packages.

This program uses autoconf and automake for building from source.  What this
means is that if you are lucky you can install this program with these
easy steps:

   ./autogen.sh
   ./configure
   make
   sudo make install

This will build a 'mm3d' executable and install it in /usr/local/bin.
Documentation will be in /usr/local/share/doc/mm3d.

For more detailed installation instructions, see the INSTALL file.
See INSTALL.WIN32 for Windows-specific instructions.

## Debian/Ubuntu

Build dependencies:

    sudo apt install autoconf automake make gcc g++ qtbase5-dev qtbase5-dev-tools qttools5-dev-tools libgl1-mesa-dev

qttranslations5-l10n can be used at run-time.

## Fedora

Build dependencies:

    sudo dnf install autoconf automake make gcc gcc-c++ qt5-qtbase-devel qt5-linguist mesa-libGLU-devel

qt5-qttranslations can be used at run-time.

## Arch Linux

Build dependencies:

    sudo pacman -S autoconf automake make gcc qt5-base qt5-tools glu

qt5-translations can be used at run-time.

## macOS

To build a "Maverick Model 3D.app" AppBundle on macOS 10.14+,
install homebrew from http://brew.sh and run the following commands.

(I haven't tested these build steps as my MacBook Pro is limited to
macOS 10.11 and Qt 5.12+ no longer supports it.)

   brew install autoconf automake qt@5
   ./autogen.sh
   ./configure --with-Qt-dir=/usr/local/Cellar/qt/5.15.2 --with-macosx-version-min=10.13
   make
   make appbundle

--with-macosx-version-min should be set to the value in
/usr/local/Cellar/qt/5.15.2/mkspecs/macx-clang/qmake.conf
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].