0xSG / 3DObjectCreator

This is my 6th semester openGL mini Project. This project is open sourced under Apache License ( V2.0 ).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D OBJECT CREATOR License

Dependency

  • GLUT Framework
  • OpenGL Framework
  • Xcode

OpenGL Framework

Click on project name > Build Phases > Link Binary With Libraries > '+' > 'OpenGL.framework'

GLUT Framework

Click on project name > Build Phases > Link Binary With Libraries > '+' > 'GLUT.framework'

Working

Alt Text

Scope

Currently this project is now a simple working model of 3d object creator with lot of room for extending. 
Possibilities are: 

๐ŸŒ€ create your own custom 3d editor.
๐ŸŒ€ create your own custom 3d Object Maker for 3d printer.
๐ŸŒ€ Data to graph plotter.

โš™๏ธ๐Ÿ”ญ The possibilities are limit less... ๐Ÿ”จ๐Ÿ”ฌ๐Ÿ”ฎ

Keyboard Shortcuts

Draw Panel

  z - To undo
  
  Mouse Click - To draw the pattern

3D Viewer Panel

  w - White color
  r - Red color
  g - Green color
  b - Blue color
  
  i - To increase the width
  d - To decrease the width
  
  Mouse Click - To change the axies of rotation

Developer Details

SURYA GANGARAJ K

License

alt text

About

This is my 6th semester openGL mini Project. This project is open sourced under Apache License ( V2.0 ).

License:Apache License 2.0


Languages

Language:C++ 100.0%