Since Danzel, the author of AFKIM, has released the stand-alone source code of the OSK (On-Screen Keyboard) in his 2.0 version of AFKIM, it itsn't a surprise that other homebrew developers have been tinkering with this one.
This time homebrew developer, cancan, has came up with an adaptation of the Danzeff OSK created by Danzel. Read on for the needed infos about this latest addition to homebrew development straight from cancan himself.
Code Usage:
First at the beginning of the your main script:
-dofile("danzeff.lua") -- This will include the danzeff.lua script in your application
-To initalize your keyboard variable with the Danzeff class: (you can put what you want as keyboard name, here I used "mykeyboard")
-This must be done once per application
-mykeyboard = Danzeff:New()
-To initialize the keyboard and display it on the screen: x represent the x position of the keyboard on the screen, y the y position
mykeyboard:Init(x, y)
To read the input from the keyboard: newchar if the variable where you want to store the value (it is an integer), pad is your Controls.read() variable
newchar = mykeyboard:Input(pad)
To display the keyboard
mykeyboard:Display()
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
Miro Lua Miro Lua
As many of you already know, this is a developer's tool for writing programs for the PSP and resembles Microsoft IDEs like Visual Studio in both form and function. This utility is built to run on the PC and will need Microsoft Frameworkd 2.0
ReglePSP ReglePSP
Poison_xtreamlua dropped by our PSP development forums to inform us of his team's (xtremlua) project - ReglePSP. Now it's not the average PSP homebrew for most of our readers as this one's specifically made to aid PSP developers in coding games/applications/emulators for us
PSP C++ IDE PSP C++ IDE
PSP C++ IDE v1.6, with Screen Designer - Image 1 PSP homebrew coder and QJ.Net Forum resident pspballer07 has apparently been busy for the past few days, as another update for the PSP C++ IDE application is released. For the non-coders wondering what this homebrew does, it's described as a PC-based Development Environment for coding in C++ for the PSP
Visual Application Visual Application
With the release of the Nanodesktop update that provides compatibility with custom firmwares and the PSP Slim, homebrew developer Andrea Badiali (a.k.a. andbad) has released a new version of Visual Application. The app is now compatible with the Slim and CFWs
PSPLink PSPLink
TyRaNiD has once again updated PSPLink. In case you're not familiar with it, let me help you out.
PSPLINK is basically an application to aid you while making homebrew using C/C++. It's got a lot of nice features, which make it easy for you to debug your application without exiting it
Raptor3D Raptor3D
Just the other day, we had the LTE studios people releasing their custom-made 3D engines for homebrew developers. And since I wasn't quite expecting it, I was pleasantly surprised.
And again, I wasn't expecting any other engines. Atleast not so soon! Well, it's nice to be surprised once in a while
pag3 pag3
Project description:
pag3 is a small but very complex html editor for PSP.
You can make your own website without html knowlege.
pag3 has been developed particularly for Neoflash coding competition!
How to install:
Put the dictionary "pag3" into ms0:/PSP/GAME/
thx to:
Bumuckl,Joshi,Mastertryce,Viper,Shoesy,wer wo was,neoflash.com,parabella
Eternal Rest Map Editor Source Code Eternal Rest Map Editor Source Code
Remember waaaay back in June when we brought you guys Ravine's nifty homebrew app for Eternal Rest? The map editor thingy? Well, he's just decided to pass on the uh..torch, if you will, and share the app's source code with the rest of the homebrew community
PSP Car Remote Source Code The Lua source code used for the car shown at CES 2006 which is remote controlled by a PSP
Phoenix Game Engine (Lua) 0.02 Phoenix Game Engine (Lua) 0.02
Version 0.02 has been released.
Changelog:
Added pge.exit() to explicitely exit at any time.
Fixed pge.texture.draw() to only allow the correct number of parameters to be passed (reported by #Gianni#).
Added pge.texture.swizzle() to swizzle a texture.
Added pge.texture.unswizzle() to unswizzle a texture
Comments on Danzeff Keyboard OSK for PSP Lua Player:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Please, select device to check if Danzeff Keyboard OSK for PSP Lua Player supports it