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

Author Topic: GUI for JSFML  (Read 6278 times)

0 Members and 1 Guest are viewing this topic.

Hertz

  • Newbie
  • *
  • Posts: 1
    • View Profile
GUI for JSFML
« on: August 16, 2013, 06:26:06 pm »
 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?

pdinklag

  • Sr. Member
  • ****
  • Posts: 330
  • JSFML Developer
    • View Profile
    • JSFML Website
Re: GUI for JSFML
« Reply #1 on: August 16, 2013, 06:40:03 pm »
For what I know, nobody has written any yet. ;)
JSFML - The Java binding to SFML.

exonaut

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: GUI for JSFML
« Reply #2 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.

liesard

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: GUI for JSFML
« Reply #3 on: January 26, 2015, 01:53:45 am »
It isn't very difficult to use vanilla JSFML to make a GUI application.  You would just have to make the sprites for the buttons and text boxes and the key handler yourself.  I'm sure it's doable.