Skip to content
#

native

Here are 1,810 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 Dec 15, 2021
  • Red
ekrich
ekrich commented Nov 9, 2021

When porting tests from Scala.js to Scala Native and also creating new tests, developers have been using the following package by just changing the org in the package name:

package org.scalanative.testsuite.javalib...

Initially when the ability to run the tests against the JVM, they were changed to the following for example to avoid using the java package name:

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

Silk.NET
Perksey
Perksey commented Sep 25, 2021

Summary

#619 pointed out that we currently have zero resources demonstrating our Assimp bindings, and because Assimp is usually used with C++ there aren't many resources for the C API which we bind to as is.

We should make a demo model loader using Silk.NET.OpenGL and Silk.NET.Assimp.

In my eyes, this looks like:

  • An ImGui interface allowing you to paste in a file path and load a 3D

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