native
Here are 1,840 public repositories matching this topic...
-
Updated
Feb 9, 2022 - Objective-C
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Jan 22, 2022 - TypeScript
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Jun 10, 2020 - Java
-
Updated
Feb 8, 2022 - JavaScript
-
Updated
Feb 9, 2022 - Red
official documentation say follows
libraryDependencies += "org.scala-native" %%% "junit-runtime" % |release|
addCompilerPlugin("org.scala-native" % "junit-plugin" % |release| cross CrossVersion.full)but this add Compile scope dependency
No version of 'react-native-dom' found that satisfies a peer dependency on 'react-native@0.56.0'
When use "$: react-native dom"
Appears:
No version of 'react-native-dom' found that satisfies a peer dependency on 'react-native@0.56.0'
This is my package.json:
{
"name": "dom",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"
-
Updated
Feb 9, 2022 - Objective-C
-
Updated
Feb 9, 2022 - D
-
Updated
Feb 9, 2022 - Java
-
Updated
Jul 9, 2021 - TypeScript
Summary of feature
Math library has 2D and 3D common shape types like Ray2D, Ray3D, Cube, Sphere, etc
It could be useful to have Ray2D and Ray3D to have methods to return the intesection with shapes and volumes.
Also, test methods to get whether shapes and volumens overlap.
Comments
Area/volume overlapping is a very common practice for graphics development in areas like frutum c
-
Updated
Jan 17, 2022 - Swift
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Jan 7, 2022 - Java
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Dec 27, 2021 - C
Improve this page
Add a description, image, and links to the native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the native topic, visit your repo's landing page and select "manage topics."
Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=....What do you others think?