RetroBASIC

Retrogamecoding(.org) => Other Languages => Topic started by: Tomaaz on February 09, 2019, 06:28:37 PM

Title: Drawing with Go
Post by: Tomaaz on February 09, 2019, 06:28:37 PM
It's extremely easy.

Code: [Select]
package main

import (
"github.com/gen2brain/raylib-go/raylib"
)

func main() {
szer := int32(900)
wys := int32(600)
rl.InitWindow(szer, wys, "Drawing with Golang")
rl.SetTargetFPS(60)
for !rl.WindowShouldClose() {
rl.BeginDrawing()
rl.ClearBackground(rl.RayWhite)
rl.DrawText("As easy as BASIC!", 300, 40, 30, rl.DarkGray)
rl.DrawLine(50, 90, 850, 90, rl.Black)
rl.DrawCircle(450, 350, 10, rl.DarkBlue)
rl.DrawCircleGradient(450, 350, 150, rl.Yellow, rl.DarkGreen)
rl.DrawCircleLines(450, 350, 200, rl.Black)
rl.DrawRectangleLines(10, 10, 880, 580, rl.Red)
rl.DrawRectangleGradientH(50, 100, 50, 50, rl.Maroon, rl.Gold)
rl.DrawRectangle(50, 500, 50, 50, rl.Brown)
rl.DrawRectangle(800, 100, 50, 50, rl.DarkGray)
rl.DrawRectangleGradientH(800, 500, 50, 50, rl.Purple, rl.DarkBlue)
rl.EndDrawing()
}
rl.CloseWindow()
}

Title: Re: Drawing with Go
Post by: Aurel on February 09, 2019, 08:38:44 PM
ha ha ...extremly easy ....  ;D
then ..Go.....Go...Gooo ..what a ploncker :D
Title: Re: Drawing with Go
Post by: Tomaaz on February 09, 2019, 10:04:13 PM
ha ha ...extremly easy ....  ;D

Says a person who's planning to learn C. If this is not easy, then well... good luck with your study.  ;D
Title: Re: Drawing with Go
Post by: Aurel on February 10, 2019, 04:36:33 PM
pih...
just because one stupid letter E..... ;D
who care about such a freak like you ..better put your dick into
your energy drink can ...then you will pick up whole wisdom of the world. :P
Title: Re: Drawing with Go
Post by: Tomaaz on February 10, 2019, 05:11:47 PM
I love when you lose it. I just wish I could see a video of you shouting this stuff at me.  ;D
Title: Re: Drawing with Go
Post by: Aurel on February 10, 2019, 05:36:20 PM
Quote
I love when you lose it. I just wish I could see a video of you shouting this stuff at me

You love when i lose ... :o and what you have from this ..nothing.
In fact in don't see in what you win?
ahhh probably because your smart-ass attitude you think you win...
geeee what a schmack.... ::)

Quote
I just wish I could see a video of you shouting this stuff a
shouting on you ...no ....i really don't get it what kind of poor moron you are...?
CAN YOU EXPLAIN ?

 ;D
Title: Re: Drawing with Go
Post by: Tomaaz on February 10, 2019, 06:25:59 PM
Not when you lose, but when you lose it. Google the difference.