Hi,
If you too miss some shortcuts like... cmd-v to show the versions of a method,
here is the solution, you have to add methodShortcutActivation to
SycShowMethodVersionCommand class:
SycShowMethodVersionCommand class >> methodShortcutActivation
^ CmdShortcutActivation by: $v meta for: ClyMetho
Hi Kasper,
I never did investigate using Pharo to building STL files.
But, I did used PharoJS to build a 3D scene using the three.js Javascript
library.
The code is part of PharoJS examples
Here is a live demo https://pharojs.org/Demos/PjThreeJsDemo/index.html
More about ThreeJS: https://threejs
Cheers all
I am looking for classes which can be used to build 3D pictures. Spheres,
Boxes, etc.
It is a fun thing for me to build, but on the other hand, if it is already
done, I will use them.
Also, I am interested in 3D figures being outputtet in STL files. Is that done?
It is an easier thi
# Pharo 11 backports
- P11 - During compilation there are redundant allocation of collections #16485
https://github.com/pharo-project/pharo/pull/16485
# Pharo 12
- Fix for pharo/pharo-project#16677: libgit2 library not listed in
LGitLibrary>>#unix64LibraryName #85
http