Canvas vs. SVG for games [closed]

SVG V Canvas As a professional games creator my advice is to stay away from SVG if you wish to create browser based games. The main reason is that it is simply too slow. Second reason is that it will make your job as a programmer more difficult because finding solutions to SVG’s lack of … Read more

equivalent of “canvas” in React Native

react-native-canvas maintainer here. Since this question was asked a lot has changed in the library: it’s the most complete and compatible canvas component for React Native featuring advanced features like Path2D and gradients, and unlike the default web view canvas it renders in high DPI. The component is slower compared to other React Native components … Read more

tech