18:42 up to 19:32 1 - programming as a form of escapism 2 - programming for fun and enjoyment 3 - programming as a way to improve programming skills Ah, at it happens, programming pays too :D Couldn't agree more. The best programmers are the ones who program for enjoyment. They grind and sharpen they skill because they like it. Let people complain that why you are spending your time on the things you like, the things you enjoy doing, the things that you consider "nothing in this world make [you] this happy". You go sister, keep on the good grind 🎉
I don’t even really pay that much attention to what is happening in the video, but having videos like these running in the background helps me work and feel less alone in my own insanity. Keep on ✊
to you move you model direct with the mouse you have to step this: (1) when you click a 3d model you have to create a 3d plane and the plane position will be set to same clicked model position, (2) whe the mouse button is down, create a Ray to intercept the plane, this Ray will colide with the plane and this Vector3 colision will be the new model position. Summary : create a plane in model position when mouse just clicked, and while the mouse key down make a Ray collide this plane to be the model position
But I do it with 3 planes, one for X, another for Y, and another for Z, but you can try just with one plane lying down, since the other 2 are in a vertical position."
Посмотрев твоё интервью, я понял что ты прошла огромный путь, я уверен у тебя получиться ещё больше, благодаря тебе я смог лучше в себе разобраться, за это хочу выразить большую благодарность, удачи)
@@sudolovemebaby I can help you organize the server. Do you have a personal discord account? You can send it to me, I can add friends and we will start organizing the server :)
@@fkcade documenatation for what? you can develop cloud system in many ways, but i want to create a 3d texture, where i would generate some noise to simulate cloud shapes. afterwards when it is done you go with a ahader implementation that will sample your 3d texture cloud noise and draw it in the space using SDF approach and some physics functions to calculate density and stuff
keep going sudo 👍
Не пишу ни на чем из твоего стека, но очень интересно смотреть) Ты крутая
18:42 up to 19:32
1 - programming as a form of escapism
2 - programming for fun and enjoyment
3 - programming as a way to improve programming skills
Ah, at it happens, programming pays too :D
Couldn't agree more. The best programmers are the ones who program for enjoyment. They grind and sharpen they skill because they like it. Let people complain that why you are spending your time on the things you like, the things you enjoy doing, the things that you consider "nothing in this world make [you] this happy".
You go sister, keep on the good grind 🎉
Finally i could get this comment to pass the filter. Dear god, youtube is dense sometimes.
@@arkeynserhayn8370 thank you!! 🥰
This is like the best comment
For some reason, having your live sessions in the background helps me a lot to concentrate on work. Keep it up 🦾
@@Felipe-ns7gl i am glad it helped :)
I don’t even really pay that much attention to what is happening in the video, but having videos like these running in the background helps me work and feel less alone in my own insanity. Keep on ✊
@@arkdev9 thank you! :)
i see how she repeats all that newbies errors, all that singletons and class passing. how nostalgic, like myself in 2000s.
Each time we rewrite the code it gets a little bit better and we understand more about the problem))
Ты используешь Visual Studio? Я честно думал увидеть что-то типо vim.
Как смотришь на продукты от JetBrains?
@@DenisBezrukov-jr1tp не нравятся))
Вимом мне тяжело с большими проектами работать
Я редко изучаю неовим, но пока не набрала достаточных навыков
oh, no, ze Vulkan...scary shit 😮 Good luck
@@spider853 i'm writing with OpenGL and i am scared even of it 😅
@@spider853 thanks :)
to you move you model direct with the mouse you have to step this: (1) when you click a 3d model you have to create a 3d plane and the plane position will be set to same clicked model position, (2) whe the mouse button is down, create a Ray to intercept the plane, this Ray will colide with the plane and this Vector3 colision will be the new model position. Summary : create a plane in model position when mouse just clicked, and while the mouse key down make a Ray collide this plane to be the model position
this 3d plane ins ivisible, dont has render for this plane, unless you want to debug.
"I took a long time to come up with this idea, but it works perfectly."
But I do it with 3 planes, one for X, another for Y, and another for Z, but you can try just with one plane lying down, since the other 2 are in a vertical position."
@@eu_if_desu hm interesting! i will improve my implementation soon, so i will try your suggestion
ну привет! молодец! давай обсудим! мне нужен мета клиент ! в основе хочу видеть UDP socket / TCP. возможно с графикой voxel magic.
Посмотрев твоё интервью, я понял что ты прошла огромный путь, я уверен у тебя получиться ещё больше, благодаря тебе я смог лучше в себе разобраться, за это хочу выразить большую благодарность, удачи)
@@giessoochanneldm8529 ой 🥺удачи тебе во всем
sudo, did u delete @EthemAlemdar comment? Or he deleted it and ran away to cry?
@@ZODDBERR i didn't do anything :)
What did he say?
23 male here writing trash typescript and I am embarrassed. I need to "git-gud"
always a pleasure to see a fellow dark souls player
typescript puts food on my table, when C++ was only a toy for a 20 years. That is the difference.
@@kishirisu1268 typescript feeding us for sure
Do you have a Discord address
@@prisonermhmt i will soon
@@sudolovemebaby I can help you organize the server. Do you have a personal discord account? You can send it to me, I can add friends and we will start organizing the server :)
@@prisonermhmt oh thanks, but i believe i already organized it, so when i make it public we can discuss and improve it afterwards
@@sudolovemebaby It's up to you. It's okay, I wanted to help you, you refused, but it's okay, good luck :)
JPN but where are U hired if U dont mind?
@@black3dtop3 sorry i dont understand th question
@@sudolovemebaby where do you work? if itsnot a secret..
@@black3dtop3 egosoft
ты классная, ты хороший спец! не забывай отдыхать, разгружаться очень важно, мы не железные =)
@@andreydegtyarev9098 спасибо 🥺
hello, I wanted to know if you studied computer science at school or on your own?
@@skillcfg hi, on my own 😰
@@sudolovemebaby wtf and i cant even write
a single line of code by myself
@@NCRP980 😰😰😰
I have so many questions
@@fkcade like what??
too many to ask. How do you plan to do clouds? Do you have documentation already?
@@fkcade documenatation for what?
you can develop cloud system in many ways, but i want to create a 3d texture, where i would generate some noise to simulate cloud shapes. afterwards when it is done you go with a ahader implementation that will sample your 3d texture cloud noise and draw it in the space using SDF approach and some physics functions to calculate density and stuff
@@sudolovemebaby yes of course,I see, yes. I would’ve used SFG approach, but it will still be pretty.
How would you do trees?
@@fkcade i have no idea yet :) didn't even investigate this question, but you can share some links if you have
Сэнкью
She is really spending too much on her screen
@@KOMEK1999 😰😰😰
@tokyospliff
moscowspliff
@@cvspvr xD