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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - exonaut

Pages: [1]
1
Java / Re: JInternalFrame and a RenderWindow?
« on: March 04, 2014, 08:12:30 pm »
I was looking at some methods and I saw that there was a capture method in RenderWindow? Then you can convert the JSFML Image to an BufferedImage so would that work? To capture the image every frame and then draw it onto the frame?

2
Java / Re: GUI for JSFML
« on: March 01, 2014, 07:12:38 am »
I know there is a library to use with SFML that allows you to use GUI, but I was wondering if there were any for JSFML?

I'm slowly making a 2D game engine built on JSFML and I should have a basic GUI system to go with it. Buttons, textfields, and labels to start and eventually I can make more standard components.

3
Java / JInternalFrame and a RenderWindow?
« on: March 01, 2014, 07:06:13 am »
I'm working on a Swing editor that needs to display a RenderWindow in a JInternalFrame and I'm not really sure how to go about that. I don't need event polling I just need all of the sprites/primitives that I add from the Swing editor to appear in the RenderWindow and in-turn the JInternalFrame. Does anyone know how to do this? Thanks in advance.

Pages: [1]