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 - Corax

#31
QuoteDen Fehler machen viele obwohl man sie alle warnt nicht gleich mit solchen Monsterprojekten zu beginnen. Aber das wird sich denk ich auch in Zukunft nicht ?ndern.

Ich versuche es derzeit mit einfacheren Projekten (ein GUI danach ein Adventure).

QuoteSowas vielleicht in den Codeschnipselbereich

Ist das Programm f?r den Codeschnipselbereich nicht zu gross ?

QuoteHalbfertiges aber schon spielbar vielleicht erstmal in den Beta Test. Sonst ist der Showroom gleich so zugem?llt.

Da passt es auch nicht rein, da nicht mehr vorhabe die engine noch zu beenden.
#32
QuoteSorry, aber k?nnt ihr auch mal mit GLBasic was programmieren oder seit ihr da um das Forum/die Page zu verbessern?

Ich habe den Fehler gemacht, gleich zu Anfang mit mehreren Grossprojekten zu beginnen, bei denen ich mittlerweile nicht mehr weiterkomme. Ich k?nnte diese hochladen (jemand k?nnte vielleicht die ein oder andere Funktion gebrauchen), weiss aber nicht ob halbfertige Programme in den Showroom geh?ren.

Ich habe GSE reingestellt, wenn es dort deplaziert ist sag mir bescheid.
#33
QuoteNaja es gibt ja die Bewertungsfunktion
Ein board w?re produktiver, da es Diskussionen erlaubt.

Quote, und das Forum mit seiner PM-F?higkeit
Was ist PM ?
#34
Wenn es im Showroom Boards f?r die Programme g?be, k?nnte man dort bug-reports und
Verbesserungsvorschl?ge posten.
#35
What happened ?

Maybe we should install something like the showroom for code-snippets.

Besides: this function may interest beginners, its nothing for advanced programmers.
#37
Thanks. I know now why it ran perfectly on my computer: I had 16 bit color depth.
#38
I programmed a code-snippet which should display fonts in the color the user picked. It runs perfectly on my computer (black background colored strings) but not on the one I am currently using (pink background).
Could anyone test this on his machine ?

EDIT by Schranz0r:

File now on attachments

[attachment deleted by admin]
#39
Gibt es etwas neues ?
#40
Thanks.
#41
Could you explain the concept of ?sparse matrix? and post a GLB example ?
(I read the wiki-article about it, but didn?t understand it)
#42
Is this ?sparse matrix?possible on GLB ?
#43
One index could have 10 tiles, the other but 1.
#44
The problem with a tilemap consisting of multiple layers is the large amount of unused memory. For example, if you have a DIM like this: TileMap[1000][1000][10] and only a few indexes use 10 tiles, the waste of memory isn?t acceptable.

I thought about tilemaps that function like linked lists. Is this possible with GLB ?
If yes, can someone post an example ?
#45
QuoteHave you checked Buzz lately? The latest version was released 2 days ago.

Good news. This time it even runs stable.

QuoteI wrote GLMidi, it is free, in www.GLBasic.com showroom.

This is the most unusual concept I?ve ever seen for a music-program.
How do you adjust the Volume ?

QuoteIts tricky if you dont know what an octave is though...you must have a good understanding of music to compose with it.

I know what an octave is but not much more. I compose by trial and error.