Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: HTML table rendering to a window  (Read 3062 times)

0 Members and 1 Guest are viewing this topic.

njoshi3

  • Newbie
  • *
  • Posts: 4
    • View Profile
HTML table rendering to a window
« on: December 11, 2012, 05:59:50 pm »
Hi,

I wish to generate a table with different cells colored differently, following some coloring convention. I guess that would be done best with generating an HTML table and rendering it to the SFML window. (Something similar to pgu html in pygame.) Can someone help me how to do it using c++ and SFML?

If not HTML table, is there a way to generate nice/pretty tables, to be displayed on a window?

regards,
Nikhil

gyscos

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Re: HTML table rendering to a window
« Reply #1 on: December 11, 2012, 08:55:48 pm »
Maybe you want something more like Qt than SFML ?

G.

  • Hero Member
  • *****
  • Posts: 1593
    • View Profile
Re: HTML table rendering to a window
« Reply #2 on: December 11, 2012, 09:05:05 pm »
Maybe Awesomium or Berkelium. ;)

njoshi3

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: HTML table rendering to a window
« Reply #3 on: December 12, 2012, 10:20:11 pm »
Hi G. and gyscos,

Thanks a lot for the suggestions :). I will try them soon. For now, I have written a small table class which does almost all that is needed from an HTML table renderer to SFML :)

Thanks,
Nikhil

 

anything