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 ...
Search found 804 matches
- Tue Jan 21, 2025 12:41 pm
- Forum: Off Topic
- Topic: Anthropocene
- Replies: 17
- Views: 10989
- 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
May the new year shine upon you with happiness and peace.
Best wishes
- 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
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
- 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
Great work!
Thx
- 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.
Thank you for making them available.
- 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. 

- 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.
Really great.

- 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.
Lovely example.

- 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.
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.
- 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 ...
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 ...
- 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 ...
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 ...
- 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.
Simply check the entity by value alone.
- 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.
Ran it twice now without freezing...
It seems like it struggles during the morphing?
On windows it works fast and flawlessly, though.
Good example.
- 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 ...
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 ...
- 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!