Skip to content

mandeeps708/textToDrawing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository enables the user to input a text file whose drawing can be easily created in softwares like LibreCAD, AutoCAD etc.

The input file is parsed and saved as a DXF file when the program is run. The input file can have the following format:

wall(l=100,h=130,cx=10,cy=10)
where l is length of the wall,
h is height of the wall,
cx is x-coordinate of bottom-left corner of wall, and
cy is y-coordinate of bottom-left corner of wall.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.8%
  • QMake 5.2%