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

Author Topic: using sfml to overlay 3d games?  (Read 1000 times)

0 Members and 1 Guest are viewing this topic.

floviru

  • Newbie
  • *
  • Posts: 1
    • View Profile
using sfml to overlay 3d games?
« on: December 14, 2013, 06:44:14 pm »
hello there,

i'd like to ask if its possible to render to d3d9 surfaces with sfml to achieve an overlay? im trying to do an overlay like fraps etc. but without the hooking part... it works by running the desired application in windowed mode, making my sfml window transparent and clicktrough and then "overlaying" it..

but thats more like a shitty workaround since i'd like to have it working in fullscreen mode too.

thanks!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
AW: using sfml to overlay 3d games?
« Reply #1 on: December 14, 2013, 06:59:34 pm »
No, SFML is based on OpenGL and does not support DirectX. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/