Giter VIP home page Giter VIP logo

giga-cad-obj's Introduction

Objconv

Objconv is Giga-CAD Plus 3D object converter to Wavefront OBJ

Giga-CAD Plus is the forgotten treasure of the C64 3D creation software. It was released in 1986 by Markt & Technik publisher with book title "3D-Konstruktion mit GIGA-CAD Plus auf dem C64/C128" ISBN 3-89090-409-2. And updated in 1988 in "C64/C128 Objekt-Bibliotheken zu GIGA-CAD Plus" ISBN 3-89090-581-1. It enables you to create mesh objects, render the scene and create films. Once you know how to use it, you would never go back to your current 3D creation software. :-)

The objconv tool was created with 3D printing in mind. There are only few steps to 3D print your designs created in Giga-CAD Plus. Original idea was to create STL converter, but later was changed to more simple solution which enables you to import the 3D mesh object to any suitable software for 3D editing and STL conversion e.g. MeshLab, Netfabb Basic, 3D Builder, Blender etc.
You need to convert the Giga-CAD Plus object file to file format which is known to that tools. I have chosen the output format Wavefront OBJ file.

Be warned, the objconv is simple console application

Installation

  • For Windows users the tool comes precompiled, just copy the objconv.exe to your working folder
  • Compile in Linux using:
gcc objconv.c -o objconv
  • Cross compilation under cc65 for C64 would require to avoid float variables

Usage

  • objconv.exe ob.inputfile.seq [outputfile]
  • If there is no outputfile name, object.obj is created

Limitations (Known Issues)

  • If the original object contain polygon with hole or multipolygon the bridge edge is created and is added to the same face definition. Giga-CAD Plus does not differentiate inner and outer rings so this solution has problems and may produce incorrect faces (self intersecting etc.), fixing the object is necessary any way
  • The surface geometry need to be "watertight" to be 3D printable
  • Giga-CAD Plus does not handle face orientation (face normals), you need to flip the faces to the right direction
  • The X axis of the whole object is flipped against the display view in Giga-CAD Plus screen

Test

  • The repository contain test object ob.torus-10-20.seq created in Giga-CAD Plus to test the converter. Torus

Other solutions

I have just found another project, this time in Python

ConvertGigaCadPlus

Giga-CAD Plus Tutorials

Giga-CAD Beginner Tutorial


If you like the tool, please let me know about your experience. You can find the contact in the source code

giga-cad-obj's People

Contributors

mrjoso avatar

Stargazers

Sebastian Macke avatar Álvaro Cafe avatar Manfred G Kitzbichler avatar

Watchers

 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.