Search found 112 matches

by Swos2009
Fri Apr 16, 2021 9:01 am
Forum: Coding Questions
Topic: Purebasic Framework?
Replies: 3
Views: 1343

Re: Purebasic Framework?

Thanks infratec for Excellent Help and I will checked them :)
by Swos2009
Thu Apr 15, 2021 11:49 am
Forum: Coding Questions
Topic: Purebasic Framework?
Replies: 3
Views: 1343

Re: Purebasic Framework?

I going used raylib-purebasic and are there anymore Purebasic framework?
by Swos2009
Wed Apr 14, 2021 11:46 pm
Forum: Coding Questions
Topic: Purebasic Framework?
Replies: 3
Views: 1343

Purebasic Framework?

Hello all,

I am wondering if there is Purebasic Game Framework where people make own Commands because I dont really like Startdrawing and Stopdrawing commands......
by Swos2009
Mon Jun 15, 2020 7:57 pm
Forum: Coding Questions
Topic: Circle Sin Text
Replies: 7
Views: 2200

Re: Circle Sin Text

Thanks Mijikai , I learn somethings new as I didnt know that you can do just read the chars directly from memory :)
by Swos2009
Mon Jun 15, 2020 5:43 pm
Forum: Coding Questions
Topic: Circle Sin Text
Replies: 7
Views: 2200

Circle Sin Text

I got the code working in Sin text in circle but I cant seem get the message right because it seem covering other letters.

What am I doing wrong?


If InitSprite() = 0 Or InitKeyboard() = 0 Or OpenScreen(640,480,32,"App Title") = 0
MessageRequester("Error!", "Unable to Initialize Environment ...
by Swos2009
Thu Jan 28, 2016 12:30 am
Forum: Assembly and C Programming in PureBasic
Topic: How easy is to draw Sprites on Screen in Asm?
Replies: 5
Views: 15372

How easy is to draw Sprites on Screen in Asm?

I never done in Assembler for purebasic as I guess it quite daunting when looking at assembler code at first then become easier once I know what commands they are.

Just wondering how easy is to draw sprites on the screen in Purebasic Asm?
by Swos2009
Fri Oct 02, 2015 12:14 am
Forum: Coding Questions
Topic: C64 Loading screen?
Replies: 8
Views: 1783

Re: C64 Loading screen?

Excellent man and it work so well....

MY PC is AMD 10 7100 Laptop :)
by Swos2009
Thu Oct 01, 2015 10:08 pm
Forum: Coding Questions
Topic: C64 Loading screen?
Replies: 8
Views: 1783

Re: C64 Loading screen?

I dont understand why I got the error

http://oi62.tinypic.com/2803w3r.jpg
by Swos2009
Wed Sep 30, 2015 11:01 pm
Forum: Coding Questions
Topic: C64 Loading screen?
Replies: 8
Views: 1783

Re: C64 Loading screen?

Nice one :) thanks and I would like do full screen without CanvasGadget...

do I have change open screen setting?
by Swos2009
Wed Sep 30, 2015 8:28 pm
Forum: Coding Questions
Topic: C64 Loading screen?
Replies: 8
Views: 1783

C64 Loading screen?

by Swos2009
Thu Jul 09, 2015 3:27 pm
Forum: Game Programming
Topic: Pure BASIC Game
Replies: 16
Views: 11231

Re: Pure BASIC Game

Do you know when you going to release the game framework?
by Swos2009
Sun Jul 05, 2015 9:19 pm
Forum: Coding Questions
Topic: OpenGL?
Replies: 5
Views: 1786

Re: OpenGL?

thanks Bernd.

Timer is important to make things smooth :)

One things bugs me that I try do 3D Cubes by using glBegin(#GL_POLYGON) but I get the error saying it isnt functions....
by Swos2009
Sun Jul 05, 2015 7:50 pm
Forum: Coding Questions
Topic: OpenGL?
Replies: 5
Views: 1786

Re: OpenGL?


What exactly is your 'coding question'?


I want to learn more about OpenGL as I love the rotation of 3D which make look so easy instead of coding lots of Maths to do it!


I start move round the triangles but why it is slow?


EnableExplicit
Global RollAxisX.f
Global RollAxisY.f
Global ...
by Swos2009
Sun Jul 05, 2015 6:28 pm
Forum: Coding Questions
Topic: OpenGL?
Replies: 5
Views: 1786

OpenGL?

I did love learn OpenGl but one things put me off is that there is no Documents or Example or Tutorials for OpenGL.
by Swos2009
Sun Jul 05, 2015 6:01 pm
Forum: Coding Questions
Topic: Cannot save Source code!
Replies: 3
Views: 1249

Re: Cannot save Source code!

Thanks Guys and work fine now :)