Search found 804 matches

by DK_PETER
Tue Jan 21, 2025 12:41 pm
Forum: Off Topic
Topic: Anthropocene
Replies: 17
Views: 10989

Re: Anthropocene

Nuclear powerplants ...Thank you!

I didn't expect to see this topic in here, though..
Now I watch approx. 10 minutes of news a day in total - just so I don't miss a sudden "happy" event.
Haven't been able to spot one in the "news" for a looong time.

But returning to a'hmm co2...

Here are some ...
by DK_PETER
Tue Dec 24, 2024 1:42 pm
Forum: Off Topic
Topic: Happy Christmas
Replies: 17
Views: 10197

Re: Happy Christmas

Merry Christmas
May the new year shine upon you with happiness and peace.
Best wishes
by DK_PETER
Fri Dec 20, 2024 5:20 pm
Forum: Bugs - 3D Engine
Topic: >>>>> PB 6.20 -Bugs <<<<<
Replies: 39
Views: 36424

Re: >>>>> PB 6.20 -Bugs <<<<<

StaticGeometry example

StaticGeometry.pb

Using WorldShadows(#PB_Shadow_Additive) decreases the framerate considerably.
Go to 'ground' level and 'move' around - very clear when moving from one side
to the other.
No problem in version 6.1
by DK_PETER
Tue Dec 17, 2024 3:36 pm
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 83060

Re: PureBasic 6.20 beta 1 is out !

Just testing it out.
Great work!
Thx
by DK_PETER
Sat Nov 09, 2024 2:13 pm
Forum: Tricks 'n' Tips
Topic: Old Skool Effects & Other Stuff
Replies: 86
Views: 15360

Re: Old Skool Effects & Other Stuff

A generous collection of examples.

Thank you for making them available.
by DK_PETER
Wed Jul 31, 2024 7:22 pm
Forum: Announcement
Topic: PureBasic 6.11 LTS is out !
Replies: 70
Views: 41601

Re: PureBasic 6.11 LTS is out !

Thank you. 8)
by DK_PETER
Sun Nov 26, 2023 5:22 pm
Forum: 3D Programming
Topic: Demo 3D - Shoal of fish V2
Replies: 35
Views: 8608

Re: Demo 3D - Shoal of fish V2

Yup, way better.
Really great. :)
by DK_PETER
Fri Nov 24, 2023 1:33 pm
Forum: 3D Programming
Topic: Demo 3D - Shoal of fish V2
Replies: 35
Views: 8608

Re: Demo 3D - Shoal of fish >> to be seen! <<

Awesome fishes.
Lovely example. :-D
by DK_PETER
Sun Aug 06, 2023 6:51 pm
Forum: 3D Programming
Topic: Sun
Replies: 2
Views: 1651

Re: Sun

The sun command affect CreateWater() nothing else.

As Demivec wrote, you have to do it the other way.

Take a look at "StaticGeometry.pb" in the PB's examples folder for reference.
by DK_PETER
Thu Jul 20, 2023 9:03 pm
Forum: Off Topic
Topic: OpenKylin - could be next generation Linux?
Replies: 2
Views: 1424

OpenKylin - could be next generation Linux?

China is the land of shortcuts with massive surveillance and population control.
I wouldn't trust China for a second, but recently they showcased their version of linux called OpenKylin.
(Edit: I don't trust ANY government in general)
It should be 100% Opensource which could be their way to ...
by DK_PETER
Fri Jul 14, 2023 7:21 pm
Forum: General Discussion
Topic: ChatGPT-4 can do Purebasic, here is your Prompt.
Replies: 10
Views: 2457

Re: ChatGPT-4 can do Purebasic, here is your Prompt.

I truly hate AI and I can't stand the owners and the developers creating it..

I don't expect many to join me in this, but the future they want
AI to participate in and what it will be used for is not good.

Already it is biased as hell. Don't ask me what I mean - try it and
you might find out ...
by DK_PETER
Mon Apr 10, 2023 7:42 pm
Forum: 3D Programming
Topic: Tetris piece crash
Replies: 5
Views: 1575

Re: Tetris piece crash

Remove the Entity() inside the IsEntity().
Simply check the entity by value alone.
by DK_PETER
Wed Mar 29, 2023 9:19 pm
Forum: 3D Programming
Topic: Demo - Morphing
Replies: 32
Views: 7634

Re: Demo - Morphing

Edit:
Ran it twice now without freezing...
It seems like it struggles during the morphing?

On windows it works fast and flawlessly, though.
Good example.
by DK_PETER
Wed Mar 29, 2023 4:10 pm
Forum: 3D Programming
Topic: Demo - Morphing
Replies: 32
Views: 7634

Re: Demo - Morphing

Try this: WindowEvent is not handled correctly

Procedure ColorBlend(color1.l, color2.l, blend.f)
Protected r.w,g.w,b.w,a.w
r= Red(color1) + (Red(color2) - Red(color1)) * blend
g=Green(color1) + (Green(color2) - Green(color1)) * blend
b= Blue(color1) + (Blue(color2) - Blue(color1)) * blend
a ...
by DK_PETER
Tue Mar 21, 2023 1:03 am
Forum: 3D Programming
Topic: Demo 3D - Mountain v3
Replies: 20
Views: 5390

Re: Demo 3D - Mountain v3

Damn! Pure magic!