AM4 feature requests

Let Sim Innovations know about your Air Manager experience and let us know about your dream feature addition

Moderators: russ, Ralph

Message
Author
User avatar
Keith Baxter
Posts: 4685
Joined: Wed Dec 20, 2017 11:00 am
Location: Botswana

Re: AM4 feature requests

#21 Post by Keith Baxter »

Here you go @JackZ


Gradients and shading can be obtained with just a few lines of code.

Code: Select all

arb_40vlgC="font:arimo_bold.ttf; size:40px; color: #CDCDCD; halign:center; valign:center;"

canvas_id = canvas_add(0, 0, 200, 100, function()
	_rect(5, 5, 190, 90,30)
 	_stroke("#1A1A1A", 5)
  	_rect(6,7,192, 92,30)
 	 _fill_gradient_box(75, 40, 50, 40, 10, 100, "#5a5a5a", "#343434")
  	_rect(0, 0, 200, 100,30)
	_txt("IDENT",arb_40vlgC,100,50)
end)

You can of course alter the graduant via vars to simulate light angle. Something YOUR FANCY GRAPHICS .png cannot do. :lol: :lol: :lol: :lol: :lol: :lol:

Good-by skinman and ink scape. Hello canvas_draw.

This is the most exciting innovation for me.

Keith
Last edited by Keith Baxter on Wed Jul 08, 2020 7:01 pm, edited 2 times in total.
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board,  32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card 

User avatar
Keith Baxter
Posts: 4685
Joined: Wed Dec 20, 2017 11:00 am
Location: Botswana

Re: AM4 feature requests

#22 Post by Keith Baxter »

In the short time I have played around with these new features the bigger the power i have over color manipulation. By using "tables" of color codes or understanding how the color code coding works, changing color shades by altering the code via vars is relativity easy, but requires a different skill we can all learn.

Not sure if a color code "table" or .json is available directly. But would be a great addition.

This is so powerful, and my friends will come to realize that once they play with it a bit, many animation things are possible. it is all in the code.

Just to find a way for textures and i think canvas for what is required for small panels should suffice.

Awesome job @Corjan


Keith
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board,  32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card 

User avatar
Keith Baxter
Posts: 4685
Joined: Wed Dec 20, 2017 11:00 am
Location: Botswana

Re: AM4 feature requests

#23 Post by Keith Baxter »

I will conjure up a tool that can be used to create effects for this little feature if there is not one already.

This is more in @SimPassion line. :mrgreen:

I am sure Gilles will drop everything to take on an exciting protect.
Just joking Gilles. I will do it. just your input would be nice.


Keith
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board,  32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card 

User avatar
Corjan
Posts: 2941
Joined: Thu Nov 19, 2015 9:04 am

Re: AM4 feature requests

#24 Post by Corjan »

Hi,

Glad you like it Keith :)
Slowly but surely, things are getting better...

Corjan

User avatar
Corjan
Posts: 2941
Joined: Thu Nov 19, 2015 9:04 am

Re: AM4 feature requests

#25 Post by Corjan »

JackZ wrote: Wed Jul 08, 2020 12:49 pm Wish you all the best Keith.
We both know that we have very little if any influence over SI about development roadmap. Guess that I was lucky on this one for the vertical switches and that the feature was in fact already on Corjan personal TODO list :D
Well, thinking of it I think all but one feature that will be in AM 4.0 is not community driven. The Add instrument/panel/hw_function windows are completely redesigned, that is something I personally wanted to do.

All other features (FS2020, Arduino Nano Every, hardware functions, animations, extra switch modes, Arduino COM port scanning, gradients) all originated from customer feedback.


Corjan

JackZ
Posts: 2267
Joined: Mon Feb 22, 2016 1:02 pm

Re: AM4 feature requests

#26 Post by JackZ »

Good to hear that Corjan!
My YouTube Chanel on the A320 (Real SOPs by an Airline Pilot IRL):
https://www.youtube.com/playlist?list=P ... 0Q6SBASRqJ

Post Reply