Login  Register

spec 2 documentation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

spec 2 documentation

Steve Quezadas
69 posts
guys,

is there any "official" documentation on spec 2? I found a video on youtube, a slide deck from a presentation, and this github page:
https://github.com/dionisiydk/Spec2

It seems to have some sort of integration with gtk, but not too much documentation.

- Steve

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: spec 2 documentation

ASAM
12 posts
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: spec 2 documentation

Steve Quezadas
69 posts
Does any stuff from Spec 1 transfer over to Spec 2? Is it more-or-less interchangeable with a few tweaks here and there?

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: spec 2 documentation

EstebanLM
6187 posts
Hi,

On 24 Jan 2020, at 05:38, Steve Quezadas <[hidden email]> wrote:

Does any stuff from Spec 1 transfer over to Spec 2? Is it more-or-less interchangeable with a few tweaks here and there?

Widgets API is more or less compatible, chances are that your components will work out of the box or it will be rewritten by a deprecation rule.
What is not compatible and there I not auto migration is the layout. You will need to rewrite those.

Esteban


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: spec 2 documentation

Kasper Osterbye
97 posts
Hi 

Just to make sure - you guys know about the class SpDemo (part of the image), it has examples of a lot of things. It is seriously a treasure trove of how-to.

Best,

Kasper




Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: spec 2 documentation

Steve Quezadas
69 posts
Great, I learn a lot by playing around with the demos

On Fri, Jan 24, 2020 at 1:56 AM Kasper Østerbye <[hidden email]> wrote:
Hi 

Just to make sure - you guys know about the class SpDemo (part of the image), it has examples of a lot of things. It is seriously a treasure trove of how-to.

Best,

Kasper