Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
100% Positive
Analyzed from 428 words in the discussion.
Trending Topics
#language#programming#flight#simulator#own#vibe#code#wrote#bootstrap#actually
Discussion Sentiment
Analyzed from 428 words in the discussion.
Trending Topics
Discussion (13 Comments)Read Original on HackerNews
An LLM wrote a flight simulator in a language an LLM also wrote for you.
It's cool that you're doing all of this, and hopefully you and others get value out of it.
But it helps to be clear about who is doing what.
Just own it.
It's cool that AI can do this.
For me, a DIY programming language is something I wouldn’t have the time for without the help of AI.
https://www.youtube.com/watch?v=CYQEfLaR4Pg
- conventional aircraft have direct roll control, not just pitch and yaw
- you can get very far with simple static lift and drag coefficients (though they're not static IRL), and then computing lift/drag forces, and using trigonometry with the bank/pitch/yaw angle to implement a simple rigid body dynamics model
Those two alone will have a big impact on how realistic it feels to fly.