Search found 556 matches

by redcrab
Dec 30, 2021 1:25
Forum: Projects
Topic: CSGP : Moon Lander...
Replies: 67
Views: 37343

Re: CSGP : Moon Lander...

For who are interested, here the portage of Lander in Python3 with Pygame library

https://github.com/redcrab2016/Captain-Lander

Enjoy
by redcrab
Dec 30, 2021 1:10
Forum: Projects
Topic: CSGP : Moon Lander...
Replies: 67
Views: 37343

Re: CSGP : Moon Lander...

...cropped most text... After the migration in Unity game engine (C#), I 've currently, as an exercice for a friend, the code migration planned for Python3 with pygame. I'm glad that little game pleased you. I would be interested in seeing the Unity version as well, if you want to share. I've porte...
by redcrab
Dec 22, 2021 11:35
Forum: Projects
Topic: CSGP : Moon Lander...
Replies: 67
Views: 37343

Re: CSGP : Moon Lander...

recrab I have Version 1.4.1 it works on Linux Mint 20. Even the sound works with FBSOUND v1.2. I had to include the "fbsound_dynamic.bi". What's really surprising it works on the Raspberry Pi even on the slower single core 700mhz model. I did not even have to run X Windows it ran fine ful...
by redcrab
Dec 01, 2021 13:27
Forum: Projects
Topic: CSGP : Moon Lander...
Replies: 67
Views: 37343

Re: CSGP : Moon Lander...

This is awesome! I remember when you posted this many years ago. When I compile the lander.bas file in WIn 10 64 bit, I get a dos window saying initializing, and a small black window. Yes, you're right ... Oops The provided link point to a modified version dedicated for DOS ... To get the right cod...
by redcrab
Mar 29, 2019 13:33
Forum: Projects
Topic: CSGP : Moon Lander...
Replies: 67
Views: 37343

Re: CSGP : Moon Lander...

More than 11 years after ... That's incredible how fast the time is running This necromancer post Just a notice regarding this Redcrab Moon Lander I tried to make it working in a browsers (mainly on Chrome and Firefox) Mmm ... there are 2 tries #1 : emscripten dosbox with project compiled with FB o...
by redcrab
Jun 01, 2011 13:29
Forum: Linux
Topic: Linux X11 Framework (X Windows System for FreeBASIC)
Replies: 19
Views: 14645

Thanks D.J. That's a nice works,
as serious as the FBSOUND,

German credibility ;)

Thanks for your great works
by redcrab
Jun 01, 2011 9:43
Forum: Projects
Topic: Easy GL2D
Replies: 154
Views: 43525

OMG ... away from FB for few months ... this easy2D GL is simply Awesome ... thanks for this great jobs.

that's really fun !
by redcrab
May 31, 2011 16:10
Forum: Community Discussion
Topic: Put yourself on FreeBASIC Google Map
Replies: 19
Views: 6817

yup... Added myself
by redcrab
Jan 07, 2011 18:11
Forum: Sources, Examples, Tips and Tricks
Topic: Maze Solver
Replies: 3
Views: 2249

Hi there... about maze generation ... This remind me some old stuff that I've made .. (getting old pfeww ;) ) '************************************ '* CSGP fun code * '* Maze Generator By Redcrab * '* 05 May 2008 * '* FreeBASIC code * '************************************ '* Generator ensuring there...
by redcrab
Jan 07, 2011 18:03
Forum: Archive
Topic: 2D Pixel Physics
Replies: 6
Views: 3129

This remind me a very old stuff that I 've made for fun ... with just few lines ' Play With The Dust by redcrab 05/04/2007 ' lets drop the dust and play with it with mouse button 1,2 or 3 ' Enjoy ! #Define XRES 320 #Define YRES 240 Screenres XRES,YRES,8,,1 Palette 255,255,255,255 Sub nextgeneration(...
by redcrab
Nov 23, 2009 9:04
Forum: Sources, Examples, Tips and Tricks
Topic: Converting UTF8 (unicode) to UTF32
Replies: 1
Views: 2354

I'm not sure ... but is it not more meaningful to talk about UCS2 instead of UTF32 ?

btw nice code ;)

Have fun ...
by redcrab
Feb 24, 2009 16:25
Forum: Sources, Examples, Tips and Tricks
Topic: 480000 Particles in realtime
Replies: 5
Views: 3103

looks really Great! I love the 1/10th of the animation ... I've the illusion of a blur fx Using screen memory as particule That's remind me a very similar stuff have done some times ago .... look at (let's play with the dust) http://csgp.suret.net/blabla/viewtopic.php?f=5&t=20 and (Gaz iso press...
by redcrab
Dec 12, 2008 15:10
Forum: Beginners
Topic: Is there an INPUT USING command
Replies: 6
Views: 2373

for "input" I don't think so ...
see at
http://www.freebasic.net/wiki/wikka.php ... KeyPgInput

but for "print" , i guess there is no problem
http://www.freebasic.net/wiki/wikka.php ... Printusing

Hope that help ...
by redcrab
Dec 09, 2008 10:35
Forum: Linux
Topic: need a hint for a linux server distro
Replies: 6
Views: 2771

On linux community I always check http://distrowatch.com/ To have a strat point for the investigation ... to compare distros... From your list I would say ... Do you want RPM or DEB base package Do you want support contract($) or only community support Because technologicaly your list enumerate gene...
by redcrab
Dec 05, 2008 10:45
Forum: Archive
Topic: Syn9's Gorevania v1.0
Replies: 5
Views: 2806

Brillant this mixed style
2D vintage sprite with fine 3D landscape
I LOVE it ...

In addition it works just fine under Linux and Wine

Congratz to the developer team !

two thumb up !