Search found 3 matches

by yoidog
Sep 08, 2022 16:32
Forum: Game Dev
Topic: How to draw graphics into screen?
Replies: 3
Views: 3296

Re: How to draw graphics into screen?

Here are all FreeBASIC graphics commands -->: CatPgGfx Joshy ' graphic screen with 8 bit palette = 256 colors screenres 640,480,8 ' a red diagonal line line (10,10)-step(100,100),4 ' a red [B]ox line (120,10)-step(100,100),4,B ' a red [B]ox [F]illed line (240,10)-step(100,100),4,BF ' a red [B]ox [F...
by yoidog
Sep 07, 2022 23:52
Forum: Game Dev
Topic: How to draw graphics into screen?
Replies: 3
Views: 3296

How to draw graphics into screen?

Hi, i want to draw graphics into the screen like a simple red 2d cube, can anyone tell me how?
by yoidog
Jun 29, 2022 8:02
Forum: General
Topic: How can i make a FB file find something from a text file?
Replies: 2
Views: 524

How can i make a FB file find something from a text file?

How can you make a FreeBASIC file read from a text file.
Basically how it works:
When executed, the binary will read from a text file then find a text in that text file then execute a function.