Artöm
And git is not the only tool for that. Svn and hg are still fairly popular
Artöm
Lol, it doesnt prove anything. And even if Linus himself didnt want git to be used for closed source, it is completely fair to do so
Anonymous
https://youtu.be/-4lqA01d_yE
Artöm
You make no sense
Anonymous
Microsoft is driving open source now
Artöm
It doesnt matter as long as msft doesnt violate licenses and stuff
Anonymous
.Net Core, Roslyn, Microsoft STL are open source
Artöm
If I publish anything under e.g. mit I dont care how much money one gets using my software
Artöm
I said e.g.
Anonymous
Does anybody have experience with building chess engine in past?
Anonymous
It's not ontopic
Anonymous
From scratch not from library like just writing minmax or alpha beta pruning
Anonymous
From scratch not from library like just writing minmax or alpha beta pruning
MIT has whitepapers and algorithms on that on their site Have a look
Vlad
From scratch not from library like just writing minmax or alpha beta pruning
I ended up using stockfish for the AI. Because it's too much work to create something like that yourself.
Vlad
And I guess if I were to code AI I wouldn't have made it.
Anonymous
Yeah of course
Vlad
That's crazy deadline
I know right. BTW it was a test task, and I didn't even get to the interview. Real bummer.
Vlad
https://github.com/VladDoc/Console-Chess Look into it if you're interested
Anonymous
Vlad
And it is 'cuz I made it.
Vlad
Btw I used plain console output
Anonymous
Yeah
Vlad
But it wouldn't be much harder with sdl or such.
Anonymous
Arena is good for gui
Anonymous
Hello
klimi
Hello
yes Paul?
Bernardes
/get cppbookguide
Bernardes
/get ide
piggyho
Any good YouTube videos on Binary Tree Implementation? (C++ only)
Wikipedia had some good stuff and psuedo code
Artöm
Did you link boost?
Artöm
Oof dlopen
Artöm
Check rpath maybe
Anonymous
I don't think it can be useful
Nils
Yes but probably not with purely QT features
V01D
Why don't you learn how to do it?
Nils
Qtopengl will do the trick
Nils
Just render your opengl stuff in there
V01D
The best way to create games is via Unreal Engine. If you want something from scratch, try learning SDL2.
V01D
You can also do it without sdl:)
True, however that would be a bit extreme. Why reinvent the wheel? (Says me)
V01D
Lol..
Aji
Practical_1.pdf
Ilsaf
Hello, what projects should a beginner do in C?
su
Hello, what projects should a beginner do in C?
I thnk a simple data structures, like lists, stacks, queues, are good to go
Slp
Hello everyone
Ilsaf
=)
Anonymous
My website for some good concepts of c programming language. You may get benefits of it. https://tutorialworld.in
Anonymous
18
Anonymous
218
Jai
Where can I learn Data Structure for cpp mainly for Tree and graph with implementation
Nicolas
My website for some good concepts of c programming language. You may get benefits of it. https://tutorialworld.in
I know it has nothing to do with the group but it doesn't load the image that should be in the header
V01D
@enesdxdxd Writting an OS is not that hard. There are many online resources and nothing will teach you C better than OS development.
Vlad
OpenGL if you want to make them from scratch.
Vlad
Of for the software renderers and such
klimi
Of for the software renderers and such
Sdl2 is hardware accelerated
Vlad
Sdl2 is hardware accelerated
I know. But for 2d.
Vlad
And nothing stops you from writing in the surface manually if you want to
Asdew
You can use OpenGL with SDL (not saying anyone here said you can't).
Vlad
You can use OpenGL with SDL (not saying anyone here said you can't).
Then chances are that you don't need SDL for 3d at all.
V01D
What about a opengl? For first time
Idk, never did graphichs stuff. Next project will be SDL
V01D
So I might be able to help at a later time
Gnostic Trades |
I have done half of course of C programming in my college due to covid-19, is it worth to learn complete c ?
V01D
Idk, ask @Dragon_Trainer786
Gnostic Trades |
Gnostic Trades |
you can’t complete C
I mean learning basic syntax and concepts