Hacker News new | past | comments | ask | show | jobs | submit | feiss's comments login

This is neat, today I learnt. Can an Ender 3 do mesh leveling?


Yes look for the cr touch. But make sure that you have a 16 bit main board. All v1.x boards don't support it


That's the correct pronunciation, yup


Great idea and fantastic implementation!! This is very well aimed to actual painters. Are you a painter yourself, or did you have any help from a painter?

Awesome job


I am a semi-pro artist and graduated from art school. But I had an almost 10-years break from painting. Some time ago I started painting again and decided to combine my painting and programming skills. Before launching ArtistAssistApp, I painted about 10 works with its help to make sure it's convenient and easy to use. Also, I asked a pro artist to make a few paintings with the help of the app to get the feedback. These paintings by a pro artist I used for promo videos in Instagram, YouTube and GitHub.


That makes sense, and definitely adds value to the app. Thanks for sharing!


I played Doom in my 486sx 25mhz..


I played it a little in a 386SX40. I had to reduce the rendered screen size, and even then it struggled in open or complex scenes and/or when there were a lot of enemies active.


https://alternativeto.net/ was always my go to website for this


this is lovely!! neat, clean and useful. I'm gonna use it, thanks for making it!


Job.

Art station is a very recent thing :)


You can use SDFs (signed distance functions) to express your objects in a mathematical form. It has its pros and cons. One of the bigger cons is that most tools use the polygonal approach, so you'd have to build a lot from scratch.

Lots of SDF examples in ShaderToy[2], and many introductory videos on YouTube (I specially recommend Inigo Quilez's channel[2] --co-creator of [1]--, and The Art of Code [3])

[1] https://www.shadertoy.com/

[2] https://www.youtube.com/channel/UCdmAhiG8HQDlz8uyekw4ENw

[3] https://youtu.be/PGtv-dBi2wE


I've been using it for +1 year now, love it.

I have only one complain: I tried everything to configure it to open in a specific position in the screen (top left corner), and for FSM's sake, It's impossible! (Windows 10)


it's possible now with the nightly version (might need negative X on some machines)

  local wezterm = require("wezterm")
  wezterm.on('gui-startup', function(cmd) -- set startup Window position
    local tab, pane, window = wezterm.mux.spawn_window(cmd or
      {position={x=0,y=0},width=100,height=20}
    )
  end)


Oh, I will try, thanks so much!


The editor looks fabulous, great job! although I am actually very excited and impressed with the eepp GUI framework.. it's pretty sick! I wish we had more like this in rust..


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: