Reddit Programming
210 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
Video in which I go over AABB collision system, gravity, as well as resolution for my indie custom Engine C++ game!
https://www.reddit.com/r/programming/comments/1nlncnk/video_in_which_i_go_over_aabb_collision_system/

<!-- SC_OFF -->The video goes over my custom engine C++ game that I coded from scratch, and showcases code for Axis Allied Bounding Boxes and their application when it comes to gravity and collision resolution in gaming. <!-- SC_ON --> submitted by /u/CommercialStrike9439 (https://www.reddit.com/user/CommercialStrike9439)
[link] (https://youtu.be/j2xDgGS39v0?si=TwHijOBnUmDUiGs8) [comments] (https://www.reddit.com/r/programming/comments/1nlncnk/video_in_which_i_go_over_aabb_collision_system/)
New version of ConanEx v2.3.0 - Conan Extended C/C++ Package Manager. Improved version of 'install' command, now feels like platform package manager
https://www.reddit.com/r/programming/comments/1nlwo54/new_version_of_conanex_v230_conan_extended_cc/

<!-- SC_OFF -->Improved conanex `install` command to fill like package manager command. Instead of: ```bash conanex install --requires=poco/1.13.3 --requires=flatbuffers/22.10.26 --requires=ctre/3.6 --build=missing --output-folder=/dev/null conanex install --requires=poco/1.13.3 --tool-requires=cmake/3.23.5 --tool-requires=ninja/1.11.0 --build=missing --output-folder=/dev/null ``` Use like this: ```bash conanex install poco/1.9.4 flatbuffers/22.10.26 ctre/3.6 conanex install poco/1.9.4 --tools cmake/3.23.5 ninja/1.11.0 conanex install --tools cmake/3.23.5 ninja/1.11.0 -- poco/1.9.4 ``` This feels like alternative to `apt-get` on Ubuntu, `brew` on MacOS and `choco` on Windows, but cross-platform. <!-- SC_ON --> submitted by /u/redradist (https://www.reddit.com/user/redradist)
[link] (https://pypi.org/project/conanex/2.3.0/) [comments] (https://www.reddit.com/r/programming/comments/1nlwo54/new_version_of_conanex_v230_conan_extended_cc/)