Clifford Heath

Results 53 comments of Clifford Heath

As far as expressing actions, I don't yet have a proposal. In fact I'd be happy if I still had to attach actions written in C or Python. However, the...

> 3. We need a very straightforward way to get the ADL names from names in C to avoid documenting 2 APIs. Yes, but already LVGL needs proper documentation of...

Please don't use the acronym ADL for something that is not ADL.

Well, ADL is really not that complicated to use. It's just that I haven't published any good examples with associated writeup yet. The best approach would be to use ADL...

Having said that, it wasn't hard to fill out some initial ADL. Note that this is documenting the basic capabilities of LVGL. It is not a demonstration of what a...

Notes to help understand what is going on here: * the multi-word name before a colon `:` is the name of a new object. The words in the name may...

Generating code and documentation would be possible, but that's an application that is not yet written. However, what I envisaged is that the file above would be used to describe...

The main reason I am not in love with the idea of just using Python is it really doesn't fit with my hardware. I'm writing real-time signal processing code on...

Very good questions @cmumford. It needs to stand alone as an optional layer on LVGL. But the reason I raised it here is because for it to work properly, it...

The reflection core needs the following features: - A registry (with an API) of the object class names and associated constructor functions - A registry (with an API) of all...