Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| sdlconsole [15.04.2006 13:43 (vor 21 Jahren)] – cwacha | sdlconsole [16.11.2016 23:18 (vor 10 Jahren)] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ===== The power of Quake as a library for SDL ===== | ||
| + | ==== What is it? ==== | ||
| + | SDL_Console is a drop down console that can be easily added to any SDL application. It is similar to Quake and other games consoles. A console gives you the ability to interact with your program in an easy way by executing predefined commands. You can also have more than one console at a time. | ||
| + | |||
| + | SDL_Console is released under the GNU/LGPL licence ( see http:// | ||
| + | |||
| + | The project is hosted on SourceForge and can be found at http:// | ||
| + | |||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ==== Download ==== | ||
| + | |||
| + | ^Platform^Version^File^ | ||
| + | |Source|2.1|[[http:// | ||
| + | |Windows|2.1|[[http:// | ||
| + | |||
| + | |||
| + | ==== Screenshots ==== | ||
| + | |||
| + | You can find the screenshots on a [[sdlconsole: | ||
| + | |||
| + | ==== Development ==== | ||
| + | |||
| + | === Future Plans === | ||
| + | During development I have found some design bugs. It is now difficult to include SDL_console into a C++ project (it works good if you like global pointers). Right now you need a callback function that gets called when you have enterd a command. The best solution would be to rewrite the whole project in C++. | ||
| + | |||
| + | **NEED HELP!!** Another point is OpenGL compatibility. It works for now but it's not very fast. The plan was to make a rewrite of the console wich supports OpenGL natively by converting the current SDL_Surfaces to textures. Unfortunately I have never done OpenGL before. It would be great if someone could help me. | ||
| + | |||
| + | === Documentation === | ||
| + | |||
| + | [[sdlconsole: | ||
| + | |||
| + | |||
| + | === Dependencies === | ||
| + | |||
| + | SDL_Console depends on the following two libraries | ||
| + | |||
| + | * SDL http:// | ||
| + | * SDL_image (optional) http:// | ||
| + | |||
| + | === Changelog === | ||
| + | [[sdlconsole: | ||
| + | |||
| + | |||
| + | ==== Authors ==== | ||
| + | * Version 2.x, Documentation: | ||
| + | * Version 1.x: [[talanthyr@tuxfamily.org|Boris Lesner]] | ||
| + | * Original Project: [[mongoose@mongeese.org|Garret Banuk]] | ||
| + | |||
| + | |||
| + | ---- | ||
| + | < | ||
| + | <a href=" | ||
| + | <img src=" | ||
| + | </a> | ||
| + | </ | ||