karan85 | 5 years ago | on: Skyline – Your GitHub story in 3D
karan85's comments
It's spelled Seerene (https://www.seerene.com/) :)
I did the initial port of the 'SoftwareMap' from C++/OpenGL to WebGL.
karan85 | 8 years ago | on: Poly – Browse, Discover and Download 3D Objects
glTF adoption is growing very quickly - 2.0 was only finished a few months ago and there is lots of tooling already: https://github.com/KhronosGroup/glTF#gltf-tools
karan85 | 9 years ago | on: Announcing Rust 1.16
I wasn't only talking about code completion either - when I make any syntax/type error I get a red squiggly after about a second and hovering shows the compiler error (which often has hints for solving it). Same goes for compiler warnings (e.g. green squigglies for dead code). Feels quite close to IntelliJ already (I use PyCharm...).
karan85 | 9 years ago | on: Announcing Rust 1.16
You can already get instant hints now with VS Code and the Rust Language Server (RLS). It's still in alpha and the initial setup is a bit involved, but it already works very well for me.
https://github.com/rust-lang-nursery/rls
https://github.com/jonathandturner/rls_vscode
For some reason, code completion via Racer doesn't work yet for me via RLS, so I use the "old" RustyCode extension for that (https://github.com/saviorisdead/RustyCode).
page 1