Ivorforce / NumDot

Tensor math and scientific computation for the Godot game engine.
https://numdot.readthedocs.io
MIT License
23 stars 7 forks source link

Make Print use square brackets #92

Open Ivorforce opened 1 month ago

Ivorforce commented 1 month ago

It should be "native" to the language ideally, which for Godot is square brackets. With some luck we can otherwise just reuse the xtensor to string function.

Ivorforce commented 3 weeks ago

Apparently xio.hpp does not support custom array delimiters. We'll need to add a PR to xtensor to add this as a local print option. When it's open I can pull it to the active fork of xtensor we're using.