bearlibterminal icon indicating copy to clipboard operation
bearlibterminal copied to clipboard

Why strings as input parameters

Open cupsster opened this issue 3 years ago • 1 comments

Hi, why did you chose to use strings as input parameters to functions? Is there any practical reason to do so? Why not expose API directly and use parameters instead. I like the library but I'm scratching my head how to plug this to my codebase. Also is there possibility to have multiple "Terminal" classes at once? Eg I'm trying to make rougelike and I would welcome to have screen split to regions, terminals if you like. One for main map draw, one for minimap and one or more to draw stats and UI. Also I'm having very hard time to run CMake (I'm using gui version 3.10.0) and I constantly get this error message when trying to configure project:

CMake Error at Terminal/CMakeLists.txt:102 (install):
  install Library TARGETS given no DESTINATION!


Configuring incomplete, errors occurred!
See also "C:/_CP_Dev/Libraries/bearlibterminal/Build/CMakeFiles/CMakeOutput.log".

cupsster avatar Apr 29 '21 13:04 cupsster