Maybe Elon and Trump just watched Code geass and they have a Zero in hold that will assissante both of them.
/s obviously
Maybe Elon and Trump just watched Code geass and they have a Zero in hold that will assissante both of them.
/s obviously
I don’t know why it souldn’t. DM me the image so that I can test it
For any other use case, I would have recommended Rust, but for making a hobby game engine, I would advise not using either rust or Odin and instead use C and C++. The graphics drivers have a primary C Abi and you would spend a really long time debugging C to Odin/Rust translation layer bugs than actually working on he engine.
I would suggest write a C rendering library, wrap it in safe Rust and move on from there.
I don’t think anybody gets paid enough to write that down. In fact, they might get punished for wasting company time. They could open source it and people would automatically fix these things. Who knows.
I started with rust 2 years back. It has been amazing since. Just build stuff you want to use, even recreate simple apps that you use everyday and have a rough idea on how they work. Getting used to the borrow checker takes time so don’t do something massive. Also if you haven’t finished the rust book and rustlings, I highly recommend them. They are amazing materials.
You can check out my github for ideas. I have till now as far as I can remember built a notification daemon, an automatic music player, a time management app, a video server, video library manager, a C/C++ build system and lots of other stuff. Reading other people’s code will make you get best practices.
PS Don’t learn from my builder_cpp project. The code is utter garbage, but it was how I used to do stuff in the early days
10% of the time its me. 90% of the time it’s me from the past.
Don’t they know this is a bad idea? That’s how beached babies are made. Kojima was right all along.
I use Obsidian primarily and just push everything to git. Remember to gitignore .obsidian/workspaces.json
to prevent conflicts on multiple devices.
Ohh… No issues. I tried it with the world map 16kx16k image and it worked. My i gpu couldn’t handle it but my gpu did open it