So, Its now 2013.. what ya gonna create this year?

For everything that's not in any way related to PureBasic. General chat etc...
DoctorLove
User
User
Posts: 85
Joined: Sat Mar 06, 2010 2:55 pm

So, Its now 2013.. what ya gonna create this year?

Post by DoctorLove »

The topic says it all!

What project(s) are you gonna start or finish?
I will start :lol:

- PB RAD
Starting a real RAD designer tool for the PB langauge, with some cool techniques on doing rad. The PB language is now mature.
- PACS / HL7 Clients
Finish the projects for my clients, hospitals and try to beat the JAVA variants. They suck and are slow.
- Xray viewer and Aqcuire
Finish Xray viewer for hospitals working on dicom3.0 sets.

:mrgreen:
Franky
Enthusiast
Enthusiast
Posts: 213
Joined: Sat Apr 26, 2003 2:58 pm

Re: So, Its now 2013.. what ya gonna create this year?

Post by Franky »

Just a reminder that tells me on January 1 2014 to ask you what happened to this announcement :mrgreen:
Give Up everything but trying!
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: So, Its now 2013.. what ya gonna create this year?

Post by Tenaja »

DoctorLove wrote:Finish the projects for my clients, hospitals and try to beat the JAVA variants. They suck and are slow.
If speed is the performance metric you are after, you may be better off switching to Java. Even Fred has mentioned Java has distinct speed advantages over PB:
Re: ...PureBasic 2x slower than Java?
Postby Fred » Mon Nov 14, 2011 9:21 am
Well JAVA will probably outperform PB and most C compiler on such benchmarks because they get more informations on the current underlying hardware: as it's a JIT compilation, it can leverage SSE2/3/4, 64 bit and such stuffs if it's present. PB compiles a code which is compatiable with i486. And to be honnest, a whole team is working to optimize JAVA JIT so it's not really a surprise to see it faster. JAVA has evolved a lot, and if you choose the right JVM (server one please, for max speed), it often peroduce best results than C/C++.
Having said that, it is entirely possible that the Java variants are not slow because they used Java but because of how their code was written. If they wrote inefficient code, depending on how bad it is, even a slow interpreter could show a speed improvement. If that is the case, then you should have a certain winner with PB code.
User avatar
kenmo
Addict
Addict
Posts: 2047
Joined: Tue Dec 23, 2003 3:54 am

Re: So, Its now 2013.. what ya gonna create this year?

Post by kenmo »

It's going to be a good year (programming and otherwise)! I am currently working on...

- a utility / IDE tool for PureBasic... should be done this month... nothing crazy, don't get too excited :)

- a quick silly spinoff game of my big platformer I released last month... also done soon...

- a simple, easy-to-use C/C++ IDE designed for beginners... (reinventing the wheel, I know)

- my next big PB game, just getting started...

- unrelated electronics and music projects 8)
jesperbrannmark
Enthusiast
Enthusiast
Posts: 536
Joined: Mon Feb 16, 2009 10:42 am
Location: sweden
Contact:

Re: So, Its now 2013.. what ya gonna create this year?

Post by jesperbrannmark »

* A app (for mac appstore and hopefully windows eventually) to specific eye motor control exercises.
* A system for measuring eye movements.
* A headtracker that will do exercise by moving head (and/or eyes).
* A chat client with depth perception (xtion/kinect).
This is a year I have been looking forward to for several weeks now :lol:
Zach
Addict
Addict
Posts: 1676
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: So, Its now 2013.. what ya gonna create this year?

Post by Zach »

Still trying to find time to do that Text RPG... I have so many things on my plate I haven't coded in forever :|

I did redo my web site, though.. I guess that counts for creating something
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: So, Its now 2013.. what ya gonna create this year?

Post by netmaestro »

.. what ya gonna create this year?
Havoc. Maybe a bit of code here and there, but mainly havoc.
BERESHEIT
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: So, Its now 2013.. what ya gonna create this year?

Post by srod »

netmaestro wrote:
.. what ya gonna create this year?
Havoc. Maybe a bit of code here and there, but mainly havoc.
:lol:
I may look like a mule, but I'm not a complete ass.
Post Reply