Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Schranz0r

#46
In the Type-Methods you can call a Membervariable without a "self." call.
Arrays can do this: Array1[] = Array2[]  ->  shorter: Array1 = Array2 (No need to write the [])
#47
Beta Tests / Re: SGEngine
2020-Nov-11
There is no code, so it's not a snippet. :)
Thats why i moved it.
#49
Thats a nice little improvement :)
#50
Maybe i'm blind but, in function foo you use self.ia[].
So if i understand it right, i can do with the next Update this:

Code (glbasic) Select
    FUNCTION foo:
        ALIAS p AS ia[0]
    ENDFUNCTION
#51
Quote from: dreamerman on 2020-Aug-10
So tell me now where are those updated bindings for GLB? :D

This was just a info, nothing i working on. ^^

Quote from: dreamerman on 2020-Aug-10
That's good YT channel, always some useful, few days ago I also saw that grant for RayLib from Epic, and I was curious what status of Your wrapper?
btw.

My wrapper is stoped atm. Since GLB is sadly more and more transforming itself into a dead horse, i see no usecase for me and others...

Quote from: dreamerman on 2020-Aug-10
Do You have some base64 encoder code for GLB? I don't want to use Encode$ as it make encoded content much longer, need to upload image in Post request.

Gernot did some Base64 en/decoding back in the days, or no? :/
#52
Hi Folks,

Box2D released 2.4.0 two weeks ago!
Here a short video from Gamefromscratch:



Licence is now under the MIT!
#53
It's hard to compete against other languages in 3D.
GLBasic with it's routines in 3D are not worth to use for me.
If i do 3D, i use OpenGL and C++ Inline.

From that point could a user say: Why using GLBasic for that and not C++ and OpenGL in VS...


Two ways to go, i would say:
1. Renew 3D in GLB from ground up.
2. Give a dang, leave it as is and drop future support.

#54
Hmmm, would be nice to do it the modern OpenGL way with shaders...  ;)
Maybe i'll give it a shot this week!

And a textureatlas should be the fastes way to do.
#55
Quote from: Kitty Hello on 2020-Jun-19
I can't see youtube videos in this forum on Firefox. Is it just me? I see the space where it should go, but no content or placeholder icon at all.

Is it working now for you?
#56
Hi Folks,

i like this way:

QuotePowerUpElevation\Compiled\Win
PowerUp_Elevation.exe
PowerUp_Elevation64.exe

This is the only way it make sens to me.

Change Win to Linux, Mac, Android or what ever and all is fine and clean.
#58
Finde keine Seite der API... Aber normal über Curl und/oder Sockets.
#59
It is working very well SnooPI! :)
Were did you get that information about "DOS-Mode"?
#60
Had not much time lately, to bring it further...