All Projects → mkeeter → Erizo

mkeeter / Erizo

Fast native STL viewer

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Erizo

PolyDraw
✳️ PTSource PolyDraw is a free 3D polygonal modeller for Windows x86 and x64, for creating or modifying 3D objects using a mesh of 3D points and parametric NURBS Curves .Exports and imports to over 40 formats including WebVR and 3D Printing.
Stars: ✭ 17 (-80.9%)
Mutual labels:  stl, 3d-printing, 3d-graphics
HxSTLParser
Basic STL loader for SceneKit
Stars: ✭ 23 (-74.16%)
Mutual labels:  stl, 3d-graphics
xcsg
XML based Constructive Solid Geometry based on carve
Stars: ✭ 24 (-73.03%)
Mutual labels:  stl, 3d-printing
Print3r
Command line interface (CLI) for 3d printing
Stars: ✭ 41 (-53.93%)
Mutual labels:  stl, 3d-printing
Slic3r
Open Source toolpath generator for 3D printers
Stars: ✭ 2,791 (+3035.96%)
Mutual labels:  3d-printing, stl
Mayo
3D CAD viewer and converter based on Qt + OpenCascade
Stars: ✭ 192 (+115.73%)
Mutual labels:  3d-graphics, stl
vasaro
Vasaro let you create 3d printable vases in a snap.
Stars: ✭ 30 (-66.29%)
Mutual labels:  stl, 3d-printing
3d models
3D Models of our products
Stars: ✭ 177 (+98.88%)
Mutual labels:  3d-printing, stl
BodyParts3D
Clone of the BodyParts3D/Anatomography 3D model files
Stars: ✭ 32 (-64.04%)
Mutual labels:  stl, 3d-printing
3D-Engine-OpenGL-4
3D Graphics Engine For Games | C++ OpenGL 4.1
Stars: ✭ 19 (-78.65%)
Mutual labels:  3d-printing, 3d-graphics
Dotscad
Reduce the burden of mathematics when playing OpenSCAD
Stars: ✭ 344 (+286.52%)
Mutual labels:  3d-graphics, 3d-printing
Bosl
The Belfry OpenScad Library - A library of tools, shapes, and helpers to make OpenScad easier to use.
Stars: ✭ 237 (+166.29%)
Mutual labels:  3d-printing, stl
Sdfx
A simple CAD package using signed distance functions
Stars: ✭ 213 (+139.33%)
Mutual labels:  3d-printing, stl
vtkplotlib
Wrap up VTK (python 3D graphics library) into an easy to use 3D equivalent of matplotlib
Stars: ✭ 31 (-65.17%)
Mutual labels:  stl, 3d-graphics
Hob3l
100x Faster Slicing of SCAD Files for 3D Printing
Stars: ✭ 182 (+104.49%)
Mutual labels:  3d-printing, stl
LipSync
An open-source mouth operated sip and puff joystick that enables people with limited hand function emulate a mouse on their computer and/or smartphone.
Stars: ✭ 27 (-69.66%)
Mutual labels:  stl, 3d-printing
Duckyspark
Translator from USB-Rubber-Ducky payloads to a Digispark code.
Stars: ✭ 107 (+20.22%)
Mutual labels:  3d-printing, stl
Openastrotracker
3D printed DSLR tracking mount
Stars: ✭ 434 (+387.64%)
Mutual labels:  3d-printing, stl
Openscad
OpenSCAD - The Programmers Solid 3D CAD Modeller
Stars: ✭ 4,444 (+4893.26%)
Mutual labels:  3d-graphics, 3d-printing
Blender
Mirror of the official Blender Git repository. Updated every hour.
Stars: ✭ 609 (+584.27%)
Mutual labels:  3d-graphics, 3d-printing

About

Erizo is another extremely fast STL viewer. It is a sequel to fstl, which was challenged by meshview.

  • Supports both binary and ASCII STLs
  • Implemented in fast, native code
  • Distributed as a single, statically-linked binary

terrace bridge
Model by Jennifer Keeter

Platforms

OS Compiler Maintainer Notes
MacOS llvm @mkeeter Main development platform
Windows x86_64-w64-mingw32-gcc @mkeeter Cross-compiled and tested with Wine
Your OS here ??? Your username here Contributors welcome!

Other platforms will be supported if implemented and maintained by other contributors.

To become a platform maintainer, open a PR which:

  • Implements a new platform
  • Add details to the table above
  • Updates the Compiling instructions below.

Compiling

At the moment, Erizo supports compiling a native application on MacOS, or cross-compiling to Windows (if TARGET=win32-cross is set).

Building dependencies

GLFW depends on cmake having been installed.

# osx 
brew install cmake

GLFW is shipped in the repository, to easily build a static binary. It only needs to be compiled once.

[env TARGET=win32-cross] make glfw

Building Erizo

[env TARGET=win32-cross] make

Deploying an application bundle

MacOS

cd deploy/darwin && deploy.sh

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].