Skip to content

tankfeud/norxsample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

norxsample

A trivial sample using Norx.

Install Nim

First you need a compiler for the Nim language, see nim-lang.org. Easiest is to use Choosenim like this for Linux:

curl https://nim-lang.org/choosenim/init.sh -sSf | sh

Build

Then you can build a release version with nimble build -d:release or nim c -d:release -o:norxsample src/norxsample.

In order to run the sample you will also need liborx[d|p].so|.dll|.dylib since we load the ORX library dynamically! See instructions in Norx for how to build and install these library files.

With the library in place you can then run with ./norxsample

About

A trivial sample using Norx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages