Search found 1393 matches

by IceSoft
Tue Jan 23, 2024 4:06 pm
Forum: Coding Questions
Topic: New Beta 6.10
Replies: 6
Views: 525

Re: New Beta 6.10

I'm testing 6.10 beta 3. All seems to be ok, but the executable created with v6.10 it's a lot bigger than the executable created with v6.04 Around 140kb (6.10 beta 3) - Around 9kb (6.04) Is this so much more? Which is your target system which having a problem with this "big" growing execu...
by IceSoft
Thu Jan 11, 2024 8:11 am
Forum: Game Programming
Topic: Polygon Engine 2023
Replies: 8
Views: 1552

Re: Polygon Engine 2023

SPH wrote: Wed Jan 10, 2024 7:45 pm
IceSoft wrote: Wed Jan 10, 2024 2:25 pm There are some polygons with overlapped points (i belive).
Yes, it's normal. I build an image with several polygons :D
Of course. Thats not what I mean.
I mean some Polygons having crossing lines.
by IceSoft
Wed Jan 10, 2024 2:25 pm
Forum: Game Programming
Topic: Polygon Engine 2023
Replies: 8
Views: 1552

Re: Polygon Engine 2023

SPH wrote: Wed Jan 10, 2024 7:50 am Yes, I made myself a polygon editor. For this anime, I took screenshots of the original anime. Then, I reconstruct it point by point.
There are some polygons with overlapped points (i belive).
+> For me it looks like a "bug"
by IceSoft
Tue Jan 09, 2024 8:52 am
Forum: Game Programming
Topic: Polygon Engine 2023
Replies: 8
Views: 1552

Re: Polygon Engine 2023

@SPH:
Have you an editor generating the datas?
by IceSoft
Sun Nov 26, 2023 1:04 pm
Forum: General Discussion
Topic: What's going on with the 3D Engine?
Replies: 10
Views: 1378

Re: What's going on with the 3D Engine?

I agree than OGRE support needs a (big) upgrade, but it's very verty time consuming so I don't know when it will be done. We will try to bug fix it, that's why I created a separate forum to monitor more easily the current bugs. An idea: @fred make this part of PureBasic "open source" like...
by IceSoft
Wed Jun 28, 2023 9:43 pm
Forum: Coding Questions
Topic: Find + Count option
Replies: 2
Views: 166

Re: Find + Count option

Maybe the "PureBasic Editor" is the better place?
by IceSoft
Wed Jun 28, 2023 7:46 am
Forum: Tricks 'n' Tips
Topic: Vector Curve Designer (RAD Tool)
Replies: 96
Views: 27407

Re: Vector Curve Designer (RAD Tool)

I add a github repository for this nice tool: https://github.com/aismann/PureBasic_examples Add some new features too: [FEATURES] - Add a magnifier - [Space] Enable/Disable the red 4 circles (for a better view) - [RMB] Enable/Disable the red curve in the magnifier - [RMB Dopple Click] same like 'Com...
by IceSoft
Tue May 30, 2023 8:30 am
Forum: Coding Questions
Topic: Purebasic To Csharp DLL Problem in Memory
Replies: 8
Views: 545

Re: Purebasic To Csharp DLL Problem in Memory

Do you think this is allowed?
by IceSoft
Thu Apr 27, 2023 8:18 am
Forum: Coding Questions
Topic: CompareMemory() optimizations
Replies: 9
Views: 744

Re: CompareMemory() optimizations

original: CompareMemory: 97ms Own function: 423ms Little bit optimized (but PB bottle neck). CompareMemory: 98ms Own function: 262ms The big bottle neck is this part: *Mem11.quads = *Mem1+i *Mem22.quads = *Mem2+i If *Mem11\quad<>*Mem22\quad @fred maybe a direct use of this kind of source will be a p...
by IceSoft
Sat Apr 22, 2023 6:27 am
Forum: Announcement
Topic: PureBasic 6.02 LTS is out !
Replies: 89
Views: 17086

Re: PureBasic 6.02 beta 2 is out !

Its not realy very important how much machines still use Win7.
Its more important how much PureBasic Programms existing on such machines and still need an update with new pure Basic versions.
It is still possible to work with older pb versions
by IceSoft
Fri Apr 21, 2023 8:41 pm
Forum: Announcement
Topic: PureBasic 6.02 LTS is out !
Replies: 89
Views: 17086

Re: PureBasic 6.02 beta 2 is out !

@Fred,
What for a Visual Studio Version is used with the PB6.xx?
Can I write/use Visual Studio 2022 for some "userlibs"?
Eg.: for the 2D Physics engine: Chipmunk2D ([Chipmunk2D4PB] 2D Physics Engine) https://www.purebasic.fr/english/viewtopic.php?t=44068
by IceSoft
Sat Apr 15, 2023 10:04 am
Forum: Applications - Feedback and Discussion
Topic: MP3D Engine Alpha 33
Replies: 1056
Views: 459497

Re: MP3D Engine Alpha 33

Hi, Without reading the 71 pages of the forum, can someone give an update on this engine? Is it a 3D engine that can replace Ogre? Is it complete? thx It is as it is. DirectX 9 and seems no longer supported for any new stuff only in a very slow maintenance modus. Try the examples and make your own ...
by IceSoft
Sat Apr 15, 2023 9:59 am
Forum: Applications - Feedback and Discussion
Topic: MP3D Engine Alpha 33
Replies: 1056
Views: 459497

Re: MP3D Engine Alpha 33

Sorry MP3D threat.
Nothing else others
by IceSoft
Wed Apr 12, 2023 11:52 am
Forum: 3D Programming
Topic: Physics for my robot arm simulator ...
Replies: 3
Views: 1045

Re: Physics for my robot arm simulator ...

Ok. Part of the Ogre