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

Author Topic: Quake Style Console Here is a Project  (Read 2646 times)

0 Members and 1 Guest are viewing this topic.

kryton9

  • Newbie
  • *
  • Posts: 11
    • View Profile
Quake Style Console Here is a Project
« on: May 31, 2017, 08:12:17 am »
This looks like a really cool project that could be integrated with SFML for a quake style console window to change variables of a program on the fly without having a massive gui interface.

Here is the project link. They have interfaces for glut and FLTK, perhaps if they could work with the team here to add an interface to SFML?

https://github.com/arpg/CVars

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10828
    • View Profile
    • development blog
    • Email
Re: Quake Style Console Here is a Project
« Reply #1 on: May 31, 2017, 02:03:14 pm »
I don't really see the use case for this in SFML. Quake style consoles are a neat development feature, but not something essential and you can easily build one on top of SFML, as many have done so in the past.
Also keep in mind, SFML is not a game engine, but a C++ library that provides an API for basic/essentially multimedia functions.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Quake Style Console Here is a Project
« Reply #2 on: May 31, 2017, 11:52:46 pm »
While I love in game consoles, this makes little sense. SFML has right now 0 such input processing tools/widgets of its own, it just gives you the input, allows drawing graphics and so on and you can make a console or bind one to SFML with it all yourself.
Back to C++ gamedev with SFML in May 2023

kryton9

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Quake Style Console Here is a Project
« Reply #3 on: June 01, 2017, 12:14:46 am »
Thanks, I see now that SFML wants to tweak where it is at and the feature set is fine where it is at. I can understand and appreciate that.