If you had the time what would be your next big PB project?

Everything else that doesn't fall into one of the other PB categories.
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

If you had the time what would be your next big PB project?

Post by Kale »

If you had the time what would be your next big PB project?

Something you've always wanted to do but you find you never have the time for? Something that you think to yourself, that would be awesome if only i could get more than a few hours of coding done a night. :wink:

What would it be?
--Kale

Image
User avatar
IceSoft
Addict
Addict
Posts: 1746
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

I would try to finish some of my PB projects:

=QONK=
PB*, eg.: PBpuzzle, PBarrows
BLOCKS
...
Puzzle of Mystralia (C++)
Bug Planet, Waponez III, =QONK=, PetriDish, Movie2Image
<Wrapper>4PB, PB<game>, PictureManager,...
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: If you had the time what would be your next big PB proje

Post by PB »

An IDE like Visual Basic's, with drag-and-drop for gadgets, and double-click
a gadget to code it's Click routine, and so on. Would pay for this, too. ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

I'd try to code a Purebasic Compiler, that outputs C code. Way to complex
for me yet, but one day I'll try... :P

The compiler would just be an academical project. (no need to worry Fred :lol:)
Windows 7 & PureBasic 4.4
User avatar
idle
Always Here
Always Here
Posts: 6239
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Post by idle »

+1 on PB's
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

An interactive UML modeling tool which supports dynamic reverse engineering of sources for PureBasic.

+1 for the IDE too, but I don't see myself writing one. I'd rather spend the time figuring out how to implement support for PureBasic into Eclipse or NetBeans.
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

A Go program.

I'd have to win the lottery so I could quite my job to have enough time to do it so I don't really thing I'll ever get there.

seeing how long gomoku took me, I guess it's out of reach
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
liam
User
User
Posts: 38
Joined: Tue Jul 03, 2007 3:48 am
Location: Philippines

Post by liam »

being a total noob, the only app i managed to write with PB is a simple lame calculator and some small applets with simple functionality easily replicated using an ordinary batch file lolz..

but if given the time, i had always thought of writing an app which can parse contents from websites such as chordie.com and extract music lyrics and chords then format it in an easily viewable screen. the app would categorize into artist/genre/alphabetical store the downloaded music in its own database. it should also allow me the user to make correction to chords and lyrics and also enable me to move chord scales up or down if the key is too high or low.

hope to surprise my wife with this as anniversary present someday :)
Seymour Clufley
Addict
Addict
Posts: 1267
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Post by Seymour Clufley »

liam wrote:hope to surprise my wife with this as anniversary present someday :)
You will. :)

For me, I don't know... OCR?

I'd like to write a MNG encoder but without IE/FireFox/Chrome supporting it natively, what's the f***ing point?! Seems like a great format though. I don't understand why it hasn't taken off.

Also, I'd to make some neat, quick functions for doing HSL drawing stuff. I'll get round to it one day, hopefully!

A generic VST framework, which could be used to make any VST I (or anyone else) wanted to make in the future.

Some kind of cyborg built from a cop killed in the line of duty, that would patrol the streets delivering justice (cross-platform).
Berikco
Administrator
Administrator
Posts: 1330
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

+1 on PB's
Berikco
User avatar
Erlend
Enthusiast
Enthusiast
Posts: 131
Joined: Mon Apr 19, 2004 8:22 pm
Location: NORWAY

Post by Erlend »

I'd like to finish my pirates/oil imperium like game, but all my time goes to programming the IDE that PB is talking about :-(.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> all my time goes to programming the IDE that PB is talking about

Sounds good! Let us know if you need any testers!
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
marroh
User
User
Posts: 72
Joined: Wed Aug 06, 2008 8:21 am

Post by marroh »

+1 on PB's
Thalius
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Post by Thalius »

Finishing Irrlichtwarpper with all addons and networked physics. *g*

Re-writing my MMORPG Engine in PB/Irrlicht *g* ;) /ducks flame :P

Cheers,
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone! ;)"
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

Or write a virus like app that spreads around the internet then turns into a network like grid and becomes conscious & sentient which then trawls google and wiki to become more clever, is granted the title of a legal entity by governments around the world and brings peace and goodwill to all mankind curing famine and leading us toward colonising the stars.

I've made a start...

Code: Select all


While IsSentient = #True and InternetGridEstablished = #True
 ; Code goes here
Wend

:mrgreen:
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Post Reply