Skip to content

kliment/explicitcad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8b8d4a · Nov 6, 2020

History

33 Commits
Oct 30, 2020
Nov 4, 2020
Nov 4, 2020
Nov 6, 2020
Mar 6, 2019
Oct 26, 2020
Nov 4, 2020
Oct 9, 2020
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Nov 6, 2020
Nov 6, 2020
Mar 6, 2019
Mar 6, 2019
Nov 4, 2020
Oct 8, 2020
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Mar 6, 2019
Nov 4, 2020
Nov 4, 2020
Mar 6, 2019
Mar 6, 2019
Oct 26, 2020
Oct 26, 2020
Nov 4, 2020
Nov 4, 2020
Mar 6, 2019

Repository files navigation

ExplicitCAD is a minimal graphical user interface for ImplicitCAD.

It has a text editor, an output log, and a 3D viewer. 2D output is not currently supported.

Dependencies: 'qt5', 'libqscintilla'.

To compile, run 'qmake', and then 'make'.

To use, put the extopenscad binary in the same directory as the explicitcad binary.

Press F5 to render a preview, press F6 to render a final object. Resolution is currently hardcoded.

The text editor is an instance of QScintilla. The 3D viewer is an instance of fstl.

ExplicitCAD is licensed under the GPLv3.

QScintilla is also licensed under the GPLv3.

fstl's license is as follows. I believe it is compatible with GPLv3:

Copyright (c) 2014-2017 Matthew Keeter

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.