And here's a program for creating your avatars for Buildy
It's built in HTML, but it uses Python because certain standard web features aren't possible for security reasons, such as directly downloading a file to a specific location.
Note that my scripts are local HTML scripts, not on the web, so there's less risk
Also, some features on Buildy will certainly use HTML, but without Electron, because Electron takes longer to open than a Python script that reads simple HTML. So, for example, the game engine which uses Three.js will use Electron, but for tools like avatar creation, thereβs no need for Electron because they donβt use complex HTML features.













0 comments