46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
# Cybernetics
|
|
|
|
- http://www.nongnu.org/cybop/ (lang)
|
|
- http://www.kybdr.de/software (tools)
|
|
|
|
# AR
|
|
|
|
hurray, it still stands! : https://www.artoolkit.org/
|
|
archive - forum: https://archive.artoolkit.org/community/forums/
|
|
|
|
# Robotics
|
|
|
|
# Lisp
|
|
|
|
checkout https://www.npmjs.com/package/eslisp, awesome!
|
|
|
|
# LLVM - Lessons / Resources
|
|
|
|
http://blog.llvm.org/2013/08/object-caching-with-kaleidoscope.html
|
|
|
|
https://github.com/CreativeMachinesLab/aracna
|
|
|
|
# WASM
|
|
|
|
[asm.js fallback path](https://github.com/kripken/emscripten/issues/5279)
|
|
[Haskell](https://github.com/haskell-wasm/wasm)
|
|
[Awesome WASM](https://github.com/mbasso/awesome-wasm)
|
|
[Loader - TS](https://github.com/rsms/wasm-loader/blob/master/lib/wasm.d.ts)
|
|
[TS variant compiler for WASM](https://github.com/AssemblyScript/assemblyscript)
|
|
[TS 2 WASM blog post](https://medium.com/web-on-the-edge/exploring-compilation-from-typescript-to-webassembly-f846d6befc12)
|
|
[Turbo Script](https://01alchemist.com/projects/turboscript/playground/)
|
|
|
|
## C++ Libs (header only)
|
|
|
|
[std & co](https://github.com/nothings/stb)
|
|
|
|
## OpenCV - Extensions
|
|
|
|
@TODO: we need more trackers
|
|
|
|
## JS sugar
|
|
|
|
[Macros](https://www.sweetjs.org/)
|
|
|
|
[FFI for Node.JS](https://github.com/tx4x/node-ffi)
|