Geometry.Net - the online learning center
Home  - Basic_S - Sdl Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-5 of 5    1 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Sdl Programming:     more books (29)
  1. Focus On SDL (The Premier Press Game Development Series) by Ernest Pazera, 2002-11-18
  2. Sdl '91: Evolving Methods : Proceedings of the Fifth Sdl Forum Glasgow, Scotland, Uk, 29 September-4 October, 1991 by 1991, Glasgow, Scotland) SDL Forum (5th, 1991-08
  3. SDL 2005: Model Driven: 12th International SDL Forum, Grimstad, Norway, June 20-23, 2005, Proceedings (Lecture Notes in Computer Science / Computer Communication Networks and Telecommunications)
  4. Sdl '89: The Language at Work : Proceedings of the Fourth Sdl Forum Lisbon, Portugal, 9-13 October, 1989 by Ove Fargemand, 1989-12
  5. SDL '97: Time for Testing: SDL, MSC and Trends
  6. Sdl With Applications from Protocol Specification (Bcs Practitioner Series) by Ferenc Belina, Dieter Hogrefe, et all 1991-11
  7. Sdl '99
  8. SDL 2007: Design for Dependable Systems: 13th International SDL Forum, Paris, France, September 18-21, 2007, Proceedings (Lecture Notes in Computer Science ... Networks and Telecommunications)
  9. Systems Engineering with SDL: Developing Performance-Critical Communication Systems by Andreas Mitschele-Thiel, 2001-02-01
  10. SDL 2003: System Design: 11th International SDL Forum, Stuttgart, Germany, July 1-4, 2003, Proceedings (Lecture Notes in Computer Science)
  11. Sdl '87: State of the Art and Future Trends : Proceedings of the Third Sdl Forum the Hague, the Netherlands, April 1987 by R. Saracco, 1987-10
  12. SDL '95 with MSC in CASE
  13. Telecommunications and beyond: The Broader Applicability of SDL and MSC: Third International Workshop, SAM 2002, Aberystwyth, UK, June 24-26, 2002. Revised Papers (Lecture Notes in Computer Science)
  14. System Analysis and Modeling: 4th International SDL and MSC Workshop, SAM 2004, Ottawa, Canada, June 1-4, 2004, Revised Selected Papers (Lecture Notes ... Networks and Telecommunications)

1. SDL Programming - WikiPodLinux
so events (especially scroll events) will take a long time (as much as 200ms!) to process. Retrieved from http//ipodlinux.org/sdl_programming
http://ipodlinux.org/SDL_Programming
SDL Programming
From wikiPodLinux
First of all, if you haven't built a working iPod SDL , do so before reading this page. With SDL available for the iPod, some applications should be much easier to port. However, the iPod SDL implementation has a few idiosyncracies that will be detailed below.
Table of contents showTocToggle("show","hide") 1 Setting the Video Mode
2 2-bit Color

3 The Mouse

4 Events
...
edit
Setting the Video Mode
bpp as . (Not 2!) On an iPod photo, nano, or video, you would correctly set bpp to 16. In order to set the correct mode for your iPod, use a function like this one. You can now check to see what format you got. edit
2-bit Color
Since the iPod standard only supports 4 colors (white, light grey, dark grey, black), and SDL supports surfaces with, at minimum, a 256-color palette, we had to cheat a bit. The iPod video driver sets an unchangeable palette of constant repetitions of these four colors for the screen. (Yes, is white.) To convert other surfaces to this palette, use a function like this one. Note that "light gray" is not exactly 66% RGB, nor is "dark gray" exactly 33%. (That would be 170 and 85 instead of 160 and 80.)

2. SDL Programming - IPodBrasil
Retirado de http//ipodbrasil.net/wiki/index.php/sdl_programming . Page categories Development. Acessos. Artigo; Discussão; Ver código; História
http://ipodbrasil.net/wiki/index.php/SDL_Programming
SDL Programming
De IPodBrasil
Ir para: navega§£o pesquisa First of all, if you haven't built a working iPod SDL , do so before reading this page. With SDL available for the iPod, some applications should be much easier to port. However, the iPod SDL implementation has a few idiosyncracies that will be detailed below.
Conteºdo
Setting the Video Mode
bpp as . (Not 2!) On an iPod photo, nano, or video, you would correctly set bpp to 16. In order to set the correct mode for your iPod, use a function like this one. You can now check to see what format you got.
2-bit Color
Since the iPod standard only supports 4 colors (white, light grey, dark grey, black), and SDL supports surfaces with, at minimum, a 256-color palette, we had to cheat a bit. The iPod video driver sets an unchangeable palette of constant repetitions of these four colors for the screen. (Yes, is white.) To convert other surfaces to this palette, use a function like this one. Note that "light gray" is not exactly 66% RGB, nor is "dark gray" exactly 33%. (That would be 170 and 85 instead of 160 and 80.)
The Mouse
SDL insists on having a mouse, even if it doesn't make sense. Unless you hide the cursor, it'll show up in the upper left corner of your screen. So be sure to execute

3. Wiki:sdl_programming:sol_s_graphics_for_beginners [AstralKid Lives In Befun.info
Translate this page wikisdl_programmingsol_s_graphics_for_beginners. AstralKid lives in befun.info. » sol_s_graphics_for_beginners
http://befun.info:8080/wiki/doku.php?id=wiki:sdl_programming:sol_s_graphics_for_

4. [SDL] [PATCH] IPod Framebuffer Video Driver
I ve created two pages on the iPodLinux wiki about this patch http//www.ipodlinux.org/Building_SDL and http//www.ipodlinux.org/sdl_programming.
http://listas.apesol.org/pipermail/sdl-libsdl.org/2005-June/050638.html
[SDL] [PATCH] iPod framebuffer video driver
Joshua Oreman oremanj at gmail.com
Sun Jun 19 15:53:22 PDT 2005 Hi SDL-list, I've been working on a port of SDL to iPodLinux ( http://www.ipodlinux.org ). I've created a patch for both the standard 2-bit iPod screen (using an unchangeable palette) and the 16-bit iPod photo. The patch is attached, against version 1.2.8. I've created two pages on the iPodLinux wiki about this patch: http://www.ipodlinux.org/Building_SDL and http://www.ipodlinux.org/SDL_Programming. See those pages if you're curious. Comments? Questions? Is this something that might be able to get into SDL 1.2.9? Thanks for your feedback! Josh next part A non-text attachment was scrubbed... Name: SDL-1.2.8-ipod.patch.gz Type: application/x-gzip Size: 7958 bytes Desc: not available Url : http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20050619/cc1a5a0a/attachment.bin

5. Log Opened Tue Aug 30 000001 2005 0003 Jedix Blast. 0013
Log opened Tue Aug 30 000001 2005 0003 jedix blast. 0013 -!- Z_Man n=zachary@cpe-24-209-92-36.woh.res.rr.com has joined ipodlinux 0022 -!
http://rainstorm.org/ipod/stats/ipodlinux.log-2005-08-31
- Log opened Tue Aug 30 00:00:01 2005 00:03 blast. 00:13 -!- Z_Man [n=zachary@cpe-24-209-92-36.woh.res.rr.com] has joined #ipodlinux 00:22 -!- meatmanek [n=meatmane@cpe-65-26-182-222.indy.res.rr.com] has joined #ipodlinux 00:25 -!- tx297` [n=TX297@ppp-69-148-92-186.dsl.rcsntx.swbell.net] has joined #ipodlinux 00:26 -!- tx297 [n=TX297@ppp-69-148-92-186.dsl.rcsntx.swbell.net] has quit [Read error: 104 (Connection reset by peer)] 00:26 -!- tx297` is now known as tx297 00:32 -!- davidc_ [n=chatzill@S01060002b360aacd.vc.shawcable.net] has joined #ipodlinux 00:32 -!- deusx [n=nnndeusx@pcp06251357pcs.roylok01.mi.comcast.net] has left #ipodlinux [] 00:39 -!- Bi-noix [n=Bi-noix@84.4.253.13] has quit ["brb"] 00:47 -!- Bi-noix [n=Bi-noix@84.4.253.13] has joined #ipodlinux 00:47 -!- boxgamex [n=boxgamex@nr8-66-117-214-166.fuse.net] has joined #ipodlinux 00:47 dang, i guess i cant ask for help on my 2nd gen mini then? 00:47 -!- Toxikated [n=noway@d207-216-211-182.bchsia.telus.net] has joined #ipodlinux 00:48 What's the deal with all the forum posts about downgrading the apple firmware? 00:49

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 1     1-5 of 5    1 

free hit counter