Mikael Ågren
Mikael Ågren
Looks like `getCustomAttributes` does something like this: For any one-char `attribute` return `p.Parameters[attribute]`. So basically it makes it possible to write `p.F` instead `p.Parameters['F']`. I would guess the Python C++...
Maybe it's possible to create a class that has the same interface as a Python dict but is backed by a C++ std::map. Then you could return an instance backed...
It's ready. But I've realized that the that selecting a face from a mesh is not possible in practice. A mesh cannot be used as a model so there won't...
Work has begun in the [castor_version branch](https://github.com/tillitis/tillitis-key1/tree/castor_version) The default UDI is updated to have a castor specific version and the FPGA design version is updated.
New USB VID/PID 1209:8885 requested at pid.codes: pidcodes/pidcodes.github.com#1049
Pull request #339 updates the UDI and the FPGA design version. The USB VID/PID is still pending.
USB VID/PID 1209:8885 accepted at pid.codes: https://github.com/pidcodes/pidcodes.github.com/blob/master/1209/8885/index.md
One idea that came up was to automatically generate documentation using something like doxygen. Keeps the documentation close to the source.