Skip to content

Releases: Ignis-Studio/IgnisCAD

Version 0.4.1

19 Mar 12:46
a2d44f5

Choose a tag to compare

Roadmap phrase 3 part 1 completed.

  • Added joint to entities[VIBE CODING].

Version 0.4.0

24 Feb 13:45
4dba28f

Choose a tag to compare

Added validators to the primitive functions, and to raise an error when some strange argument were passed through.

Version 0.3.1

12 Feb 11:16
b558015

Choose a tag to compare

Roadmap phrase 2 completed, but contains lots of bugs.

Version 0.3.0

11 Feb 15:10
5bca260

Choose a tag to compare

Roadmap phrase 1 completed.

Version 0.2.2

09 Feb 08:57
c3bfed3

Choose a tag to compare

Complete documentry and production ready.

Version 0.2.0

05 Feb 18:29
23d98d1

Choose a tag to compare

Release Notes:

  1. Completely deprecated ocp-vscode.
  2. Removed _GLOBAL_LAST_PART. => An Item object is required now when calling show().
  3. Separated the file igniscad.py into:
  • core.py (contains the class Entity, which is the base wrapper.)
  • primitives.py (contains the functions used to create wrappers.)
  • visualization.py (contains the function show(), used to visualize models.)
  • containers.py (contains the container wrappers which have implied the with statements.)
  • _err_handler.py (contains the custom error handler used to avoid meaningless WindowsError.)
  • mixins.py (contains the Mixins for some wrappers, for example AlignmentMixin used by the Entity wrapper.)
  1. Published to PyPI:
    You can now install IgnisCAD by executing: python -m pip install igniscad
  2. Made main.py (now test.py) a testing file.
  3. Used license: Apache License 2.0

Happy Chinese New Year :P

Version 0.1.1

05 Feb 18:17
5a80a3c

Choose a tag to compare

Core functions.