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

Author Topic: Using LWJGL and JSFML together?  (Read 8778 times)

0 Members and 1 Guest are viewing this topic.

tetra

  • Newbie
  • *
  • Posts: 16
    • View Profile
Using LWJGL and JSFML together?
« on: May 27, 2015, 08:55:51 pm »
Is there anyway you can mix LWJGL and JSFML like http://www.sfml-dev.org/tutorials/2.0/window-opengl.php?

Specifically, I'm wondering how to draw a scene (built in JSFML Drawables) to a framebuffer that's supplied by LWJGL.
« Last Edit: May 27, 2015, 08:57:50 pm by tetra »

pdinklag

  • Sr. Member
  • ****
  • Posts: 330
  • JSFML Developer
    • View Profile
    • JSFML Website
Re: Using LWJGL and JSFML together?
« Reply #1 on: May 28, 2015, 11:10:44 am »
I have not done any deep research on this and cannot offer support, but Overkill posted a simple and working example once, maybe give that a try:
http://en.sfml-dev.org/forums/index.php?topic=13740.0
JSFML - The Java binding to SFML.

 

anything