Restored from previous forum. Originally posted by pr0wler.
Hello all. I am a new registered PureBasic user. I belong to a few other discussion forums for other forms of Basic. One thing I haven't see or been able to find here is a Open Source Project forum for PureBasic. Would anybody be interested in this and work on open source projects like this, beings PB is multi-platform (which I love about it)? If there is one already please let me know where it is or the link to it.
Thank You,
Bry
Bry
Open Source Project Forum For PureBasic
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by fweil.
Hello prOwler,
It may be interesting to start in such a project. Do you have any particular idea on how to start and what to do ?
Start of it should be to define a framework on which to share experience and coding.
As it seems possible to do anything using Purebasic ...
Welcome anyway.
Francois Weil
14, rue Douer
F64100 Bayonne
Hello prOwler,
It may be interesting to start in such a project. Do you have any particular idea on how to start and what to do ?
Start of it should be to define a framework on which to share experience and coding.
As it seems possible to do anything using Purebasic ...
Welcome anyway.
Francois Weil
14, rue Douer
F64100 Bayonne
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by pr0wler.
thanks for the reply FWeil.
I would like other people to submit there ideas too.
But here just a few of mine:
1. Update Application: that can update files from multiple sources (Http,Ftp, File Sever). It checks for updates to certain files, it compares the file version or the file date. Could be a client/server application too.
2. Telenet Server and Client
3. Network Messaging System: a one-way messaging system that sends messages to the clients that connect over LAN or Internet. Only the server can send messages. the clients will check for message too on the sever but can't replay.
4. Remote Control Application (client and server)
5. And of course some type of Multi-player game (over Lan or Internet using Tcp/Ip) like a MMOORPG of some sort if possible.
Has you can see I like to learn how to do networking things over LAN and Internet. I know there are applications out there that can do these things but I like to learn how they work from a progamming view. Of course these ideas are from areas I am interested in, but others may have other areas they would like to learn more about. I hate using bloated VB and anything that requires runtimes or extra files.
If no interest then nothing lost.
I will post more detailed info if others are interested.
Bry
thanks for the reply FWeil.
I would like other people to submit there ideas too.
But here just a few of mine:
1. Update Application: that can update files from multiple sources (Http,Ftp, File Sever). It checks for updates to certain files, it compares the file version or the file date. Could be a client/server application too.
2. Telenet Server and Client
3. Network Messaging System: a one-way messaging system that sends messages to the clients that connect over LAN or Internet. Only the server can send messages. the clients will check for message too on the sever but can't replay.
4. Remote Control Application (client and server)
5. And of course some type of Multi-player game (over Lan or Internet using Tcp/Ip) like a MMOORPG of some sort if possible.
Has you can see I like to learn how to do networking things over LAN and Internet. I know there are applications out there that can do these things but I like to learn how they work from a progamming view. Of course these ideas are from areas I am interested in, but others may have other areas they would like to learn more about. I hate using bloated VB and anything that requires runtimes or extra files.
If no interest then nothing lost.

I will post more detailed info if others are interested.
Bry
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by VPureBasic.
Hi prOwler, fweil...
I am working on an OpenGL 3D Game Engine and, I will give my source to anyonelse who would like to help this kind of development on PB. I am ready to make it as opensource. I am for the evolution of PureBasic!
Roger Beausoleil
Quebec - Canada
Hi prOwler, fweil...
I am working on an OpenGL 3D Game Engine and, I will give my source to anyonelse who would like to help this kind of development on PB. I am ready to make it as opensource. I am for the evolution of PureBasic!
Roger Beausoleil
Quebec - Canada
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by fweil.
OK ... that's good to begin with.
On my side, I can maybe help more or less on networking and graphics.
I stay listening to you both and prepare my sources if some are of any interest.
I posted some sources on Paul's ressource site http://www.reelmediaproductions.com/pb/ that you can download (look my sign F.Weil) and tell me what you think we can do with. You will find my duties in Tricks'n tips and Apps sections.
I will be happy to share more experience with what I did not post !
KRgrds
Francois Weil
14, rue Douer
F64100 Bayonne
OK ... that's good to begin with.
On my side, I can maybe help more or less on networking and graphics.
I stay listening to you both and prepare my sources if some are of any interest.
I posted some sources on Paul's ressource site http://www.reelmediaproductions.com/pb/ that you can download (look my sign F.Weil) and tell me what you think we can do with. You will find my duties in Tricks'n tips and Apps sections.
I will be happy to share more experience with what I did not post !
KRgrds
Francois Weil
14, rue Douer
F64100 Bayonne
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Berikco.
I'l be happy to contribute if possible, i dit some http download code, and a e-mail routine.
Regards,
Berikco
http://www.benny.zeb.be
I'l be happy to contribute if possible, i dit some http download code, and a e-mail routine.
Regards,
Berikco
http://www.benny.zeb.be
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by VPureBasic.
My 3D Engine is not ready to create games yet. But all the camera, viewport and game screen initializations functions work fine.
Done:
;- User are able to use 3 kinds of camera ( Target, 3rd person and fix ) Unlimited Camera.
;- Move it forward, backward, upward and on the side, rotate, zoom ( Create, Delete, get by name or Id, set viewport etc )
;- Load Bmp, pcx, jpg, targa image for textures and apply them to plane
;- Create and move planes, boxes, spheres and triangles
I am working on:
;- collision detections
;- translate my docs for the opensource project
I am on the good way... I think
Roger Beausoleil
Hi Fred,Originally posted by fred
Is your 3DEngine growing ? Would be good to test
Fred - AlphaSND
My 3D Engine is not ready to create games yet. But all the camera, viewport and game screen initializations functions work fine.
Done:
;- User are able to use 3 kinds of camera ( Target, 3rd person and fix ) Unlimited Camera.
;- Move it forward, backward, upward and on the side, rotate, zoom ( Create, Delete, get by name or Id, set viewport etc )
;- Load Bmp, pcx, jpg, targa image for textures and apply them to plane
;- Create and move planes, boxes, spheres and triangles
I am working on:
;- collision detections
;- translate my docs for the opensource project
I am on the good way... I think

Roger Beausoleil
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm