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

#16
Thank you ! I will try this sample !
#17
Salut,

Effectivement les français sont pas nombreux ici. Content de voir qu'il y en aie qui s'intéresse à GLBasic :) Et c'est bien Kitty qui le code ^^
#18
mmmmh it seems that I have some problems. Is there a code that I could have to test with it and have a begin to make a html 5 project please ?

I try to find something in the manual but it seems that there 's nothing for now about it. Is there something to do to setup a html 5 project with GLBasic ?

Thank you
#19
Oki I have to see because I just tested with an example of GLBasic, I didn't see an html 5 specific example.

I tried in Firefox. May be I should write an simple example myself to see. Thank you I will try
#20
Hi there !

Just play with html 5 and I have little problems. The compiling process is ok but very long (about 4-5 mns). After uploaded it on DropBox for example, I can see the canvas with somes options but nothing happens, or, it's very long to launch. Is it normal ?

Sorry for my approximative english :)

Thank you.
#21
Hi !

Fantastic ! I didn't see answers ! sorry for that, but these tweaks are very cool :) thx !
#22
Salut tous :)

Je vous poste ici un petit snippet. Les habitués reconnaîtront le style vu que je l'ai présenté dans plusieurs langages :) Je voulais l'adapter pour GLBasic.

Il s'agit d'un fond étoilé animé en fausse 3D, réalisé avec de simples calculs mathématiques. J'attache au topic le zip des sources :)

Happy GLBasic :)

[attachment deleted by admin]
#23
Hi all :)

Here is a code that I wrote to simulate a 3D Starfield, in an amiga style. This code is inspired from an Blitzbasic code, I found severals years ago.

I wrote this code on Purebasic several years ago, and then I wanted to translate it for GLBasic :)

I provide you a zip file with the project and the source.

Have fun :)

Happy GLB !

PS : Sorry for my aproximative english.

[attachment deleted by admin]
#24
Quote from: gavendortt on 2010-Mar-10
Salut, Crystal!
Tu serais pas aussi un Purebasicien, par hasard?  8)
Je suis Warkering sur le forum.

Je répond carrément en retard, mais si j'ai utilisé purebasic :p

Mais bon vu que pour la portabilité c'est devient délire, je préfère glbasic du moins pour le multimédia.
#25
Thank you :)
#26
Hi,

I've updated the code here to make it work with earlier version of GLBasic.

To simplify, I've made a zip file that contains the sources and medias.

Just extract the zip file and open the project, and compile it to launch.

Happy GLB !

[attachment deleted by admin]
#27
I had a try with the latest ubuntu 11.04 and I update the topic of the FAQ ;) here we go.

But for Fedora it's more complicated. Have to test.
#28
Hi everybody,

I've done some testing with the last Ubuntu 11.04 Natty and there is a few step to get GLbasic apps to work properly ;)

I started with a fresh install of Ubuntu.

1 - Install Ubuntu 11.04

So, that's easy, just install the Os. Follow the process.

2. Update Ubuntu

You need to update Ubuntu first. To do this, follow these steps

Code (glbasic) Select
sudo apt-get update

Code (glbasic) Select
sudo apt-get dist-upgrade

Code (glbasic) Select
sudo apt-get upgrade

That's take a while to complete...and the reboot the system

3 - The graphic card

I have an ATI video card, but it's the same with Nvidia.

Ubuntu tells you that there are some owner drivers of your card. Install them. If Ubuntu doesn't say anything, just go in the system properties and click on the "Other drivers" option to install them.

4 - Installing free and non-free codec

I've installed some codecs before try running a GLBasic program. These codecs let you play some multimedia files like mp3, video etc..

To do all of these, we use the medibuntu repo. I give you a link that explain you how to use Medibuntu repo. Be aware that for some codecs there is a legal notice, depend of the country you are :

https://help.ubuntu.com/community/Medibuntu

5 - And that'all ?

Yes ! that's all, you don't need anything else. SDL en stdc++ are already installed :) you can now enjoy GLBasic App under Linux :)

I tested this on my PC (AMD x64) with Ubuntu 11.04

Have fun and Happy GLB !


#29
FAQ / Re: Books
2011-Aug-29
Just buy it :)
#30
Hello :)

How as you can see, I try to make some games work in Linux. But I try to make them work more easier for the end user.

Here : http://www.glbasic.com/forum/index.php?topic=6796.0

I try to show a way to find libs we need with more ease (for ex with Fedora dist), but I wonder several things about that :

There are two FAQ about it

the first here : http://www.glbasic.com/forum/index.php?topic=2525.0

and the second here : http://www.glbasic.com/forum/index.php?topic=3853.0

I try yesterday on a fresh install of ubuntu 11.04 and it seems that we just need to install SDL mixer and stdc++ and that's all.

But in other dist like fedora, we need more to make games work.

Are these two FAQ up to date ? or something change since ?

These libs are always required (libmikmod.so.2 libvorbisfile.so.3 libsmpeg-0.4.so.0 libvorbis.so.0) ?

I think that could be a little tricky for someone who want to test on linux a game. May be there is a way to put the lib in the same directory and make an Export in a bash file before run the game ?

I need some informations about linux export.

Thank you in advance, and one more time : sorry for my poor english :)