Search found 721 matches

by MrGodin
April 26th, 2019, 3:05 am
Forum: Everything
Topic: Gotcha's in programming
Replies: 5
Views: 2286

Re: Gotcha's in programming

Thats a lot to digest Papa, you've come a long way, when ya gonna get a full on game going ;)
by MrGodin
April 26th, 2019, 2:45 am
Forum: Everything
Topic: New computer
Replies: 2
Views: 1798

New computer

Just got a new computer
Intel i3-8100 cpu @ 3.60Ghz (4 CPUs)
Republic of Gamers Motherboard
16 GIGs ram
Radeon RX 570 Series 8 GIGs ram video.

Man and i don't know what to do with it all in code. Gotta work on taking advantage of the threads.
by MrGodin
April 20th, 2019, 4:56 pm
Forum: Everything
Topic: Howdy Folks.
Replies: 3
Views: 1895

Re: Howdy Folks.

Hey Chili, yes been doing the opengl thing lately working in 2D. Seems easier to implement than Direct3D. Sample of some stuff. class CPhysics : public Component { private: Transform* transform = nullptr; Movement2D* movement = nullptr; Collider* collider = nullptr; public: std::function<Physics::In...
by MrGodin
April 18th, 2019, 8:57 pm
Forum: Everything
Topic: Howdy Folks.
Replies: 3
Views: 1895

Howdy Folks.

Been a long time, since i've been here. New digs looks good!. When was the new format implemented?. Cheers
by MrGodin
August 1st, 2018, 12:06 am
Forum: Everything
Topic: Tutorial16
Replies: 3
Views: 2117

Re: Tutorial16

Sometimes, although they can be annoying, workarounds or wrappers can be a good learning experience.
by MrGodin
July 29th, 2018, 10:33 pm
Forum: Everything
Topic: Android
Replies: 12
Views: 13007

Android

Well, i finally got a phone (Galaxy A5) and made my first "hello world" app via VS. Just downloaded Android Studio and am going to play around with it. (havta learn Java .. ugg).
Has anyone played around with both VS and Android studio to make apps? .. if so, which do you prefer?
Wish me luck
by MrGodin
July 28th, 2018, 1:38 am
Forum: Everything
Topic: Bubble Lava Lamp
Replies: 6
Views: 2084

Re: Bubble Lava Lamp

@albino.. i'm just a fuck around hobby guy, if it works it works .. to a fault i tend to do that lol ;) Peace brother
by MrGodin
July 28th, 2018, 1:07 am
Forum: Everything
Topic: Bubble Lava Lamp
Replies: 6
Views: 2084

Re: Bubble Lava Lamp

@ chili, I am no where near your comprehension of coding so don't laugh lol
by MrGodin
July 24th, 2018, 6:09 am
Forum: Everything
Topic: Bubble Lava Lamp
Replies: 6
Views: 2084

Bubble Lava Lamp

Hey folks, I was playing around with some partitioning and spherical physics when all of a sudden this happened. Reminds me of a lava lamp from back in the 70's Built with VS 2017 on Windows 10 There is a text file called runData in the Solution Explorer you can alter a couple numbers that the app w...
by MrGodin
July 22nd, 2018, 12:50 am
Forum: Everything
Topic: constexpr
Replies: 3
Views: 1612

Re: constexpr