Author Topic: Graphics Test #2 - are you certifiable?  (Read 5499 times)

0 Members and 1 Guest are viewing this topic.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Graphics Test #2 - are you certifiable?
« on: November 29, 2021, 08:37:35 am »
Can you write code for this?
 
Globe - 2 branching.PNG

FellippeHeitor

  • Guest
Re: Graphics Test #2 - are you certifiable?
« Reply #1 on: November 29, 2021, 08:50:43 am »
No.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Graphics Test #2 - are you certifiable?
« Reply #2 on: November 29, 2021, 08:53:39 am »
Can you write code for this?

Nope.  LOL!  I'm too busy working on my Xmas project with my free time right now.  :P 

Are we even having a Xmas collection/competition this year?  Nobody has posted anything about one yet.  Or have I just jumped the gun and gotten an early start while everyone else is waiting until December to actually begin? 
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Dav

  • Forum Resident
  • Posts: 792
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #3 on: November 29, 2021, 10:23:32 am »
Not me, yet.  I'm still trying to pass #1...

- Dav

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #4 on: November 29, 2021, 10:51:29 am »
Oh a Star for your Christmas Tree!
 
Xmas Tree Star.PNG

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #5 on: November 29, 2021, 11:21:55 am »
Xmax Tree Star  ;-))

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #6 on: November 29, 2021, 11:48:05 am »
Of course...
If a screenshot is enough...

:)


Offline OldMoses

  • Seasoned Forum Regular
  • Posts: 469
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #7 on: November 29, 2021, 01:24:09 pm »
I'm seeing a two power advancing loop, but I must confess that trying to figure out the line control is making my brain smoke...

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #8 on: November 29, 2021, 02:26:52 pm »
I'm seeing a two power advancing loop, but I must confess that trying to figure out the line control is making my brain smoke...

That's right, structured on circles of increasing radius divided evenly by powers of 2.

It took three tries, twice I started over.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #9 on: November 29, 2021, 03:32:00 pm »
Once you get the hang of it:
 
3 branching.PNG


 
5 branching.PNG


There's a Christmas Tree Star!

Offline Dimster

  • Forum Resident
  • Posts: 500
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #10 on: November 30, 2021, 04:17:35 pm »
Now if you can get it to rotate with a voice over repeated saying "LOOK into my Eye", then provide an address to send money, I think you could make a fortune. Very neat work. Reminds me of Mandelbrot or Mandrake.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Graphics Test #2 - are you certifiable?
« Reply #11 on: November 30, 2021, 05:45:59 pm »
I was playing around with something to recursively create a pattern like this, and the initial start of it looked promising...

 
SS.png


Of course, my angle here is much greater than the one bplus used, but you can see where I was making two branches and dividing them out as I go along towards the edge...

My end result, however, ended up looking a ton different than bplus's:

 
SS2.png


In some ways, this reminds me of a 3d rendering of the internal structure of an apartment building or some such (rotated somewhat), like some of the 3d maps which you could zoom in and out form in some of the old games I used to play...   

Now, anyone can make something PRETTY, with enough effort.   MY question for bplus is to see if he's completely certifiable.  Can he purposely reproduce a mess like this one?  LOL!

https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline johnno56

  • Forum Resident
  • Posts: 1270
  • Live long and prosper.
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #12 on: November 30, 2021, 06:21:51 pm »
That's right, structured on circles of increasing radius divided evenly by powers of 2.

Grammar check. Spoiler alert. Your reference to 'circles' (multiple), must by inference, be transferable to 'radius' as 'radii'... Moo Ha Ha...
Logic is the beginning of wisdom.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #13 on: November 30, 2021, 06:30:20 pm »
Here are the shelves before Steve caught a snap of them falling over ;-))
 
3d render #2.PNG

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Graphics Test #2 - are you certifiable?
« Reply #14 on: November 30, 2021, 06:36:08 pm »
Grammar check. Spoiler alert. Your reference to 'circles' (multiple), must by inference, be transferable to 'radius' as 'radii'... Moo Ha Ha...

But I am only increasing one radius in a loop, that leaves behind a circle at each round. I am left with circles and an single big radius at the end.

@Dimster thank you! I have an idea to try now and to quote a friend, Moo Ha Ha...