package OSCADml
OCaml DSL for 3D solid modelling in OpenSCAD
Install
Dune Dependency
Authors
Maintainers
Sources
OSCADml-0.2.3.tbz
sha256=61bc12919734a42004f9f54bb03aa5403eac9cdd645cad1fb97ddd2eba148583
sha512=9aca48afeb2c89ace6b07110b6aadedac7d877fb9b0d1990b0c0b622829ff45ced3841fdae30b5b869293dea1b3ae39f1b00fc767c8e3f69d7e78f6412801ffb
doc/CHANGES.html
v0.2.3
- bump OCADml dependency to v0.6.0
- add
Mesh.skline
example page - minor cleanup of old examples with newer convenience functions
v0.2.2
- adapt to OCADml Mesh breaking change (polygonal -> triangular)
v0.2.1
- make odoc manual compatible with odig
- update PolyText example to reflect move into optional sublibrary (OCADml v0.4.0)
v0.2.0
- add dimension type parameter to
Scad.t
(adjust to abstract Gg types in OCADml)
v0.1.1
- add
?incl
parameter toScad.to_file
for two file "include" trick - use
incl:true
in a couple examples
v0.1.0
- Initial opam release of the OSCADml library