The Wayback Machine - https://web.archive.org/web/20220226162736/https://github.com/topics/native
Skip to content
#

native

Here are 1,854 public repositories matching this topic...

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
  • Updated Feb 26, 2022
  • Red
DevKiri
DevKiri commented Jul 19, 2018

When use "$: react-native dom"
Appears:
No version of 'react-native-dom' found that satisfies a peer dependency on '[email protected]'

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",
"

jkelleyrtp
jkelleyrtp commented Feb 11, 2022

Specific Demand

When resolving assets, we should determine of the current program is contained within a bundle. If it is, then we should cananocalize the asset differently to be relative to the .app/.deb/.rpm/.exe for a smoother distribution experience.

  • macOS

These targets do not provide a straightforward way of bundling assets. I've opted to make it the asset dir configu

Silk.NET
vpenades
vpenades commented Feb 1, 2022

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

Improve this page

Add a description, image, and links to the native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the native topic, visit your repo's landing page and select "manage topics."

Learn more