Hacker News new | ask | show | jobs
by pelorat 1352 days ago
If you're going to make an app like this, at least use electron or something similar and create an integrated package instead of relying on a python UI over a bunch of command line tools.

Also how does it compare to Nvidia Instant Nerf (performance etc)?

1 comments

electron is a literal ecological disaster because of how much CPU and RAM JavaScript runtimes use. How many chunks of coal have been burned just to keep Electron going when a faster language would have used less CPU time for the millions of users who use Electron apps?