Re: Emscripten and fetching NPM dependencies listed by extracted distfiles

2021-05-01 Thread Karsten Pedersen
Hi Stuart, > > Simplest is usually to fetch via npm out-of-band, tar it up and provide > a tar containing the files. > Great, thanks for clarifying. It feels a bit awkward having to do this but I can't say I can think of a better approach. Unlike Perl, it seems that all the scatty Node.js NPM

Emscripten and fetching NPM dependencies listed by extracted distfiles

2021-05-01 Thread Karsten Pedersen
Hello all, I am cleaning up my initial port of Emscripten. I have a recent project to port something to the MS Hololens and I aim to avoid the disposable WinStore / UWP stuff. Because of this, WebXR seems the better approach if I can leverage my existing C++ codebase.

devel/emscripten - C/C++ to Javascript (asm.js) WebAssembly transpiler

2019-05-14 Thread Karsten Pedersen
Hi all, Emscripten is a C/C++ to asm.js and WebAssembly transpiler. It sounds like a terrible idea but it is actually very effective for porting existing OpenGL / SDL applications. We use it a lot at work and a few of us run OpenBSD systems but up to this point I don't believe a port has ever

NEW: gtkradiant

2011-05-18 Thread Karsten Pedersen
Hello, I have a port of GtkRadiant lying around that I quickly knocked up during my dissertation. If anyone has interest in this it can be found at:- http://devio.us/~kpedersen/ports/gtkradiant.tar.gz Much of it was copied from the FreeBSD port but there were a few tweaks needed for OpenBSD.