Search found 5 matches

by Kirito
Fri Mar 23, 2018 10:32 am
Forum: Tricks 'n' Tips
Topic: GFX_Wizzard_BF - [Modules - All OS]
Replies: 182
Views: 151081

Re: GFX_Wizzard_BF - [Modules - All OS]

Thank you for answering, I will give BF definitely a try :)

Greetings,
Kirito
by Kirito
Thu Mar 22, 2018 10:48 am
Forum: Tricks 'n' Tips
Topic: GFX_Wizzard_BF - [Modules - All OS]
Replies: 182
Views: 151081

Re: GFX_Wizzard_BF - [Modules - All OS]

Hey walbus,

first I want to say that BF looks really amazing. I've read quiet often about it now and the screenshots are really awesome.
But haven't tested it out, yet. I wanted to know if it's fast enough for gamedevelopment, as I would use a lot of effects in
it and for now I am sticked to my ...
by Kirito
Thu Feb 15, 2018 11:47 am
Forum: Coding Questions
Topic: HOW TO INTERRUPT A RUNNING PROCEDURE
Replies: 21
Views: 4037

Re: HOW TO INTERRUPT A RUNNING PROCEDURE

I think you want to work with threads here.
Threads are parts of your code that are running async along your main-code.

In your code it goes like this:
https://preview.ibb.co/jh73Ln/thread1.png

breaking can not be called until proces1() or proces2() are finished.
With threads it would be like ...
by Kirito
Tue Jan 30, 2018 1:03 pm
Forum: Applications - Feedback and Discussion
Topic: JSc - JavaScript in Purebasic
Replies: 3
Views: 4524

Re: JSc - JavaScript in Purebasic

Kwai chang caine wrote:It can be useful this style of program
Thanks for sharing 8)
No problem :wink:
by Kirito
Wed Jan 24, 2018 11:54 am
Forum: Applications - Feedback and Discussion
Topic: JSc - JavaScript in Purebasic
Replies: 3
Views: 4524

JSc - JavaScript in Purebasic

As this is my first post here, let me introduce myself shortly:
I'm 24 years old and started using PureBasic as I was 12 (I guess :mrgreen:)
Came across a lot of other programming languages, as I made my
way to become a sofware engineer. All the other languages in my mind -
I still often use ...