Introducing 2D Geometry Library

preview_player
Показать описание
In this video, I introduce a One Lone Coder Community project called olcUTIL_Geometry2D. It's a new open source library that can perform many varied 2D primitive interactions. This video details how to use basic features of the library.

Рекомендации по теме
Комментарии
Автор

My favourite programming channel is alive! And with such a wonderful gift too!

GTGTRIK
Автор

Have to admit a good chuckle when you said "So far... so what?" Caught me off guard. Many thanx, and much respect to the work on this library!

davidbale
Автор

Hey Javid

Just wanted to drop by and say thanks to people like you, simondev, code monkey, sebastian lague.. I am slowly shifting my career from 25 years in web application programming and moving into solo game dev and I cannot thank you enough!

Cheers man

phutureproof
Автор

He returned. I'm happy for that.

siriusleto
Автор

This is very cool.
I had actually used your game engine to quickly validate some 2D geometry calculations I was doing for Godot.
Should probably join your community discord with the fine folks.

ristopaasivirta
Автор

Just a note, I've found that the √c² can be calculated as roughly √0.5 * (a+b) (a & b from from a²+b²=c²). There will be a little bit of error when a != b but the results do tend to be close enough that it's worth storing the result of √0.5 just to do quick square roots for potential collision detection (whereby the more accurate math can then be used if the result happens to be in the outer radius of the shapes

zxuiji
Автор

Good to see you back. I was just watching some of your older videos last week. The PGE is still my go-to library for hacking together a quick visual in C++.

richardbloemenkamp
Автор

Well hello good sir! It's good to see your going well!

Nunya
Автор

Hell yeah, finally another video for motivation!

FD
Автор

Glad to see you back. Thanks for your nice video :)

wizardy
Автор

This gives me an idea of what seemed impossible before I saw it. While watching, I feel nervous. After completing this, I feel empowered with new possibilities.

wevv-it
Автор

I'd like to see videos like this a bit more often, even short ones. Good content as always :)

petrihaikonen
Автор

Thank you for the content. It's been sorely missed.

VictorHernandez-qtxx
Автор

Good to see you back. Im in the mood of coding again after 1 year, so Its right on time.

jw
Автор

Wow, set up everything as stated and worked first shot. Looking forward to helping out.

IllumTheMessage
Автор

Welcome back Javid! Its also been awhile since I last watched your videos due to university

uuu
Автор

Very impressive work everyone, looks gorgeous and promising!

gustafbstrom
Автор

This is really well done. Thanks OLC crew!

TheOnlySWilliams
Автор

I've watched a lot of your videos and a bunch other game dev channels. I have to say, listening and watch has convinced me to do some hobby projects!

notSoAnonyymus
Автор

Oh!!!! Mate you haven't changed a bit....ahhh... nevermind. Glad to see you back! Ive loved your channel since... well ever!

Bastanaft