Window Toolkit for PSP

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
xoclipse
Posts: 5
Joined: Mon Oct 03, 2005 8:08 am
Location: Phoenix, Arizona
Contact:

Window Toolkit for PSP

Post by xoclipse »

I'm a new PSP owner and since I've had it I have been very interested in the development of homebrew software for the PSP. I'm a programmer myself and I have been inspired to write some software for the PSP. I've been doing lots of research recently, and I'm glad that this site exists because it's helped me out a lot in learning about PSP homebrew software development.

But as I was having fun with pspsdk, I noticed that there isn't really a high level API for writing applications with windows, dialogs, etc,. I think that this is a necessity to make it easier for programmers to not have to worry about the low level parts so that they can focus on the actual functionality of the program.

Now my question is, does a type of window toolkit exist that will work on top of pspsdk, or is anyone currently working on one?

If not, I think I'd be really interested in writing one. Let me know what you think about the idea. By the way, if anyone is interested in any code I've written in the past you can find it at http://www.themoos.net.
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

for windoze ;) users there are a
variety of IDE's you can use
on top of PSPSDK
as long as your IDE is pointing
to the PSPSDK libraries and
compiler and other tools
any IDE can be used, including
visual studio.net, DC++ and others

there are currently all-in-one
packages around the net that focus
on psp programming in windows
enviroments ...one such noteworthy
is devkitpsp which can be found here
http://devkitpro.org/

you can find similar information by
looking in the PSPSDK support forum ;)
there is highly documented topics on
how to set up IDE's such as aforementioned
VS.Net and DC++ to include and help you
compile your code for psp using PSPSDK
10011011 00101010 11010111 10001001 10111010
weak
Posts: 114
Joined: Thu Jan 13, 2005 8:31 pm
Location: Vienna, Austria

Post by weak »

if i'm not mistaken you can find microwindows/nano-x in svn. here's what a quick search yielded.
xoclipse
Posts: 5
Joined: Mon Oct 03, 2005 8:08 am
Location: Phoenix, Arizona
Contact:

Post by xoclipse »

dot_blank: I didn't mean I needed to figure out how to setup my IDE for PSP development, I was talking about an API(set of classes, functions, etc,.) for help in creating an application with dialogs, buttons, and other standard controls.

I checked out microwindows already but I wasn't really that impressed with the quality of it. The graphics in it didn't really impress me at all and I don't think they will change at all in the future, due to the nature of that project. If that's all that exists I'd probably be willing to start on something that is a little more visually appealing. I think it'd be fun also ;). If anyone else wants to help me let me know. Specifically with the actual functions that control the GPU. I'm learning quite a bit about graphics programming right now but if anyone wants to contribute, let me know.
ZMaster
Posts: 29
Joined: Fri Sep 02, 2005 10:14 pm

Post by ZMaster »

There are some APIs out there that set up a GUI on top of OpenGL. Use google. I've found a few, that look very impressing. But you'd certainly have to modify the source a bit since the PSP screen is smaller than what you've usually attached to your desktop computer ;-) You also have no pointing device on your PSP - not yet. But if you contribute some work you might get a hardware accelerated viusal interface :-)
xoclipse
Posts: 5
Joined: Mon Oct 03, 2005 8:08 am
Location: Phoenix, Arizona
Contact:

Post by xoclipse »

Hehe yeah having a hardware accelerated user interface would be pretty cool. I could probably find some useful code from exisiting OpenGL GUI's, but I think I'd rather start from scratch. Mostly because I think it would be a fun learning experience, but also because it would probably be better to have it custom for the PSP from the ground up, which would probably result in the most functional/attractive interface.
ashleydb
Posts: 26
Joined: Mon Oct 03, 2005 2:06 am
Location: USA
Contact:

Post by ashleydb »

xoclipse wrote:Hehe yeah having a hardware accelerated user interface would be pretty cool.
Enter Windows Vista...
www.PSP-Files.com - PSP News, Hacks etc.

www.HiAsh.com - My work and stuff
Post Reply