Search found 34 matches
- Fri Apr 09, 2021 8:07 pm
- Forum: Game Programming
- Topic: Raycasting engine help
- Replies: 5
- Views: 6267
Re: Raycasting engine help
These are all good resources. Does anyone know of any resource or example done in pure basic?
- Fri Apr 09, 2021 3:04 pm
- Forum: Game Programming
- Topic: Raycasting engine help
- Replies: 5
- Views: 6267
Raycasting engine help
I need some advice with getting started coding a raycasting engine in pure basic, basically converting 2D aspects to look 3D a game like wolfenstein 3D or something for example. I have no idea where to start. Any examples or tutorials anywhere on this?
- Mon Jul 30, 2018 5:35 am
- Forum: Game Programming
- Topic: Anyone interested in making a MUD?
- Replies: 0
- Views: 1685
Anyone interested in making a MUD?
Would anyone be interested in making a MUD game in PureBasic with me? The more people the better as I imagine its not a small undertaking. I have the resources to host as well on the internet for connection via a MUD client. I would potentially be looking at splitting it up into sections something ...
- Tue Jul 24, 2018 9:25 pm
- Forum: General Discussion
- Topic: Help me write a plug in for this program?
- Replies: 0
- Views: 1445
Help me write a plug in for this program?
Would anyone be willing to write a plugin for the PureBasic language for me who is more experienced for the following please:
http://flowgorithm.org/documentation/te ... /index.htm
http://flowgorithm.org/documentation/te ... /index.htm
Re: Discord?
I go in there every now and then but it is never active. I thought perhaps a more modern chat would be more effective.
Discord?
Anyone interested in setting up a Discord chat server for PureBasic?
- Wed Jul 18, 2018 5:53 pm
- Forum: Feature Requests and Wishlists
- Topic: Wakatime implementation
- Replies: 0
- Views: 965
Wakatime implementation
As it is difficult to use PureBasic in other text editors e.g. sublime text, I use Wakatime a lot in other text editors to track how long I code for. It would be good to see this implemented into purebasic IDE as well so I can track myself in it.
https://wakatime.com/help/creating-plugin
https://wakatime.com/help/creating-plugin
- Sat Dec 06, 2014 6:54 pm
- Forum: Announcement
- Topic: PureBasic - A Beginner's Guide : Free to download and adapt!
- Replies: 83
- Views: 305432
Re: PureBasic - A Beginner's Guide : Free to download and ad
Not posted here in a while, thought I would post something useful, you can download source code from this book via the following link:
http://web.archive.org/web/200710170713 ... 20Code.zip
http://web.archive.org/web/200710170713 ... 20Code.zip
- Wed May 21, 2014 6:24 pm
- Forum: Coding Questions
- Topic: Simple Message box method?
- Replies: 17
- Views: 5365
Re: Simple Message box method?
100% works how I want it to now, many thanks for all your help!!!!!!!!!
- Tue May 20, 2014 9:06 pm
- Forum: Coding Questions
- Topic: Simple Message box method?
- Replies: 17
- Views: 5365
Re: Simple Message box method?
Hi,
Sorry for taking so long to reply just been on holiday.
So I removed that code from the .pbf file, it works perfectly now 100% however, there is a new problem, whenever I change anything on the form using the form designer it adds that code back into the pbf. file, I remove it and save and it ...
Sorry for taking so long to reply just been on holiday.
So I removed that code from the .pbf file, it works perfectly now 100% however, there is a new problem, whenever I change anything on the form using the form designer it adds that code back into the pbf. file, I remove it and save and it ...
- Wed May 14, 2014 5:45 pm
- Forum: Coding Questions
- Topic: Simple Message box method?
- Replies: 17
- Views: 5365
Re: Simple Message box method?
Actually it don't work, here is my code its still displaying two windows as soon as I change something in the design mode of the form:
myForm.pbf:
;
; This code is automatically generated by the FormDesigner.
; Manual modification is possible to adjust existing commands, but anything else will be ...
myForm.pbf:
;
; This code is automatically generated by the FormDesigner.
; Manual modification is possible to adjust existing commands, but anything else will be ...
- Wed May 14, 2014 5:37 pm
- Forum: Coding Questions
- Topic: Simple Message box method?
- Replies: 17
- Views: 5365
Re: Simple Message box method?
I think I figured it out myself, is this correct:
for myForm.pb I added End to the end of your previously posted code, I believe this was the error, however I don't like to correct you because you are more knowledgable, haha. Let me know if this makes sense:
IncludeFile "myForm.pbf"
Procedure ...
for myForm.pb I added End to the end of your previously posted code, I believe this was the error, however I don't like to correct you because you are more knowledgable, haha. Let me know if this makes sense:
IncludeFile "myForm.pbf"
Procedure ...
- Wed May 14, 2014 10:50 am
- Forum: Coding Questions
- Topic: Simple Message box method?
- Replies: 17
- Views: 5365
Re: Simple Message box method?
Ok that makes sense what you have said.
The thing is now i stuck because if i leave that code in my program it creates two windows rather than one, if i take it out it works perfectly, i guess my question is how dp i leave this important bit of code in without it creating two window instances?
The thing is now i stuck because if i leave that code in my program it creates two windows rather than one, if i take it out it works perfectly, i guess my question is how dp i leave this important bit of code in without it creating two window instances?
- Wed May 14, 2014 12:43 am
- Forum: Coding Questions
- Topic: Simple Message box method?
- Replies: 17
- Views: 5365
Re: Simple Message box method?
Actually new problem! As soon as I change any aspect of the form in form designer it creates dual windows?! For example it opens two windows rather than one which both do the same thing? What code can I put in to stop this from happening?
Actually scrap that I figured it out,
OpenWindow_0 ...
Actually scrap that I figured it out,
OpenWindow_0 ...
- Tue May 13, 2014 11:51 pm
- Forum: Coding Questions
- Topic: Simple Message box method?
- Replies: 17
- Views: 5365
Re: Simple Message box method?
Your code works! Sorry, I was compiling from the form and not the code hence it was not working correctly when I did this.
Now although I can't get it to work when I compile from the form designer still, its ok because the code I have for it is linked and allows me to still change the form aswell ...
Now although I can't get it to work when I compile from the form designer still, its ok because the code I have for it is linked and allows me to still change the form aswell ...