Shop OBEX P1 Docs P2 Docs Learn Events
VGA Driver with cursor / sprites — Parallax Forums

VGA Driver with cursor / sprites

Agent420Agent420 Posts: 439
edited 2009-08-28 17:39 in Propeller 1
So I'm currently working on a Space Invaders type clock, but it will use an older vga lcd monitor rather than the composite ntsc video.

I'm currently using this 1024 x 768 Tile Driver w/ Cursor driver obtained from Rayslogic fantastic site.· As it was written by Chip, I'm not sure why this isn't in the Exchange either - it's a great foundation !!

Anyway, things are progressing nicely, I am able to use both internal and custom fonts plus 16 x 16 4 color tiles and a custom mouse cursor all at the same time with little trouble (his bitmap and font utilities are fab!).

I'm thinking of trying to adapt the cursor code to a more flexible sprite type option so that some of the game elements can be smoothly scolled easily, and I have a couple of ideas towards that end.· But before I reinvent the wheel I figured I'd check in and see if anybody has run across anything similar...· I want to stay with the 1024 x 768 resolution and I don't want to go full bitmap because I want the memory space for program logic.·

Any ideas?· I'm having some trouble getting many results through the forum search.

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔

Comments

  • RaymanRayman Posts: 14,849
    edited 2009-08-28 16:17
    I kinda have something in my Chess program that might work... But, I think that is for the regular VGA mode and may need some work to get it to work in XGA... It's a little flaky though, you cannot update the screen while the mouse is showing... You have to hide the mouse, update the screen, and then show the mouse again to make it bullet-proof...

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
  • Agent420Agent420 Posts: 439
    edited 2009-08-28 16:30
    I might have huffed too many solder fumes last night... I don't see a link to your chess app anywhere?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
  • trodosstrodoss Posts: 577
    edited 2009-08-28 17:37
  • Agent420Agent420 Posts: 439
    edited 2009-08-28 17:39
    cool.gif· Thanks.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sign In or Register to comment.