Downloads
-
OptimizedPutty (download link) build with right alt key fixed.
- The built binary is based on putty 0.81.
- Build platform: x64 Windows.
- Compiler: Visual Studio 2022 (17.9), _MSC_VER=1939.
- Maximum optimization (favor speed /O2).
- AVX2 enabled (/arch:AVX2), intrinsic functions enabled (/Oi), string pooling (/GF).
- Link time code generation (/LTCG) and whole program optimization enabled (/GL).
- Use Consolas, 14-point as the default font used in the terminal window.
- The right alt key issue has been fixed. This fix is particularly helpful for emacs users.
-
Prebuilt x64 Windows Conda Environments for Classic VPython.
Vpython 6 is a very easy-to-use python package for creating 3D animations.
I've been using it for years. Unfortunately, its official development and support have been discontinued.
To make this fantastic tool work with the latest Python versions,
I've built a few conda environments for Windows users with python 3.10, 3.9, 3.8, and 3.7 supported.
Just download one of them and decompress it into the envs folder (e.g. %HOMEPATH%\.conda\envs) of your Anaconda installation.
Then, simply use "conda activate vpython" to activate the environment.