Warning: session_start(): open(/tmp/sess_l21ab5puvkt5j29db32lts6ig1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kontroller openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

kontroller

   0.1 (compiles)  

KDE Other Game

Score 42%
kontroller
zoom


kontroller
zoom


kontroller
zoom


Link:  Link
Downloads:  599
Submitted:  Jan 31 2004
Updated:  Feb 3 2004

Description:

I'm sorry to say, but Kontroller is on a hiatus (if it wasn't obvious)

I'm using OS X exclusively now, and don't have a box to develop on at the moment. If I ever do get a linux box again (very likely) I will kick back up development.

cheers

*****

Kontroller is the premier Multi-Emulator front-end for KDE.

I always wanted a snes9x for windows - like emulator (emulator surface embedded with a menu / settings) -- I never liked those "launcher" frontends. although I have always liked advancemenu (for my TV).

For now, development will be only to embed snes9x -- but others are just as possible, and will be extremely easy to add. I plan on making it possible to make an XML file "plugin" for each emulator. the XML file will define what emulator it is, what kinds of files it opens, command line options, controls, etc.

I have several questions:

1. Should there be a toolbar/menubar, or just a menubar?

ex: tool/menubar in NEMU64 http://gakum.hp.infoseek.co.jp/n64/nemu.jpg

2. What is the number 1 feature you are missing in emulation frontends?

So tell me what you think, and request any features you want. I won't promise anything, but I'll do my best to accommodate those requests.




Changelog:

0.1 - initial code release.
this will open and play an snes9x game -- not much else. has a few compiler warnings and X Opcode error I can't seem to de-bug. but it will comple and run fine.

0.1 (preview) -
initial non-release of just screenshot




LicenseGPL
(0.1 source release)
Send to a friend
Subscribe
Other  Content  from standsolid
Report inappropriate content



goto page:  1  2 

-
.

 Toolbar vs. Menubar

 
 by SegFault on: Jan 31 2004
 
Score 50%

I think you should add both.
It isn't hard to do using the XMLGUI-stuff of KDE and so the user will have the choice what he likes best.

But I'm interested in this app in general.
I once thought about something similar as well.
How do you want to "embed" the windows of the different emulators into your mainwindow?
Are you using this XEMBED-protocol or something similar?
Will this work for every emulator?
How are you going to manage the parameter-stuff?
Will you create dynamic dialogs which input-fields are read from the XML-file you mentioned?


Reply to this

-
.

 Re: Toolbar vs. Menubar

 
 by standsolid on: Jan 31 2004
 
Score 50%

Menu/toolbar won't be hard at all. it seems like the way i'm going to go. I can always disable it or ditch it later. (KDE's framework is excellent for this)

How do you want to "embed" the windows of the different emulators into your mainwindow?
I'm using qxembed.

Will this work for every emulator?
basically, yes. some emulators don't want to be resized by the WM (fce-ultra) and i've been thinking of ways to tricking them to resize on command. I was thinking of saving the gamestate, exiting, then starting w/ the game state, but have fce-ultra run maximized. It would also be a solution to changing keybindings w/o emu restart in mid game, etc. Like how snes9x windows syncs network games.

How are you going to manage the parameter-stuff?
command-line options? I'm going to make intuitive (yes, intuitive) dialogs using qt designer. I run the emulator w/ qProcess
Will you create dynamic dialogs which input-fields are read from the XML-file you mentioned?
I'm beginning to think now that I want each "plugin" to be a set of XML files (interface, setting, etc)

thanks for your comment :)


Reply to this

-

 Re: Re: Toolbar vs. Menubar

 
 by DarkStalker on: Feb 1 2004
 
Score 50%

I know the author of fceu. Maybe I can get him in touch with you so that you'll be able to make it work easier.


Reply to this

-
.

 Re: Re: Re: Toolbar vs. Menubar

 
 by standsolid on: Feb 1 2004
 
Score 50%

That would be fantastic!

All I really want is for fce-ultra to be able to scale it's surface like how Snes9X does.

If the author doesn't want to, that's also fine. It'd stil be nice :)

He doesn't seem to take feature requests. So if you could pass this along, it'd be great


Reply to this

-
.

 gba support....

 
 by luismml on: Feb 1 2004
 
Score 50%

I would like support gor gba games, and maybe you can include gameshark or any type of cheat system.

Not that I like to cheat, but once I pass a game like advance wars, i like to use gameshark to get all types of weapons and destroy the A.I. Its just Fun.


Its all fun and Games until someone gets hurt, then it hilarious..
Reply to this

-
.

 source release

 
 by standsolid on: Feb 3 2004
 
Score 50%

I'm now figuring out how kdevelop's system needs me to tar up my code so that I can archive this release. It's basically a working SNES9x front-end as of now. not much more. Still, it is fun to see in action :)

The one cool thing about having it as a KDE application (that i've found), is that with KWin you can toggle fullscreen on/off. that's something you (I) couldn't do before with snes9x. nifty.


Reply to this

-

 Hmm

 
 by elektroschock on: Feb 4 2004
 
Score 50%

dosbox? (GPL)

dosbox.sf.net

You can even play Gorilla.bas inside Qbasic with the emulator. 95% of dos games work


Reply to this

-

 Cool; great idea.

 
 by kerrle on: Feb 17 2004
 
Score 50%

I'd seriously thought about starting a project like this; I'm glad I don't have to.

I have a few console icons that you are more than welcome to use; they've just been things I've put together for my own personal use so far. Anyway, the SNES one is at:

http://my.awesomenet.net/~kerrle/zsnes.png


Reply to this

-

 Hope this develops

 
 by msimplay on: Dec 3 2004
 
Score 50%

I'd like to say finally the best super nes emulator snes9x gets a decent frontend

the reason why i say best is because it supports sdd1 games like streetfighter alpha on the fly without decryption packs and whats more it works on linux as the znes linux version doesn't play sfa2 on linux and also the sound is more accurate so i'd like to just say i hope this project really develops i'm glad someone is finally making a good frontend to it :D

This kontroller project means that emulators that are excellent like Fceultra and mame will finally have a good frontend in kde :D


Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team