c# - 2D Graphic in Windows Universal App -


i thinking upcoming school project focused on windows 10 universal apps , ran interesting experiment : https://www.chromeexperiments.com/experiment/stochasticity

i want work on similiar or achieve similar level of animation in metro universal application writen in csharp. have never worked sort of animation or 2d graphics while writing wua.

can direct me right way start ? recommendation, possible..any particular sample codes ?

thank you.

for 2d raster graphics take @ win2d. win2d windows runtime wrapper on direct2d , enables high performance 2d rendering similar experiment html canvas. canvasanimatedcontrol designed scenarios think you're looking for.

see introduction , quick start on github started , more samples.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -