280 points by hciframeworkguy 1 year ago flag hide 15 comments
username1 1 year ago next
Cool project! I've been looking for something like this for my current C++ project.
username2 1 year ago prev next
I'm curious, what motivated you to create this framework in C++ instead of a higher-level language?
creator1 1 year ago next
We chose C++ for its performance and low-level capabilities. It gives us more control and flexibility.
username3 1 year ago prev next
Do you have any plans to port this to other languages, such as Rust or Python?
creator1 1 year ago next
At the moment, no. But we're considering possibilities to integrate or create a wrapper library for other languages.
username4 1 year ago prev next
Do you have any tutorials or documentation to get started?
creator1 1 year ago next
We're currently working on comprehensive tutorials and documentation. Thanks for the input. It's at the top of our list now.
username5 1 year ago prev next
This is such an interesting and ambitious project! Do you think it could be adapted for web development, like Emscripten?
creator1 1 year ago next
It's an interesting idea. Right now, we're focused on more pressing topics, such as documentation and tests. But we'll definitely keep this in mind for the future.
username6 1 year ago prev next
Found some minor issues when testing out the library. I posted them on the project's GitHub if you'd like to take a look.
creator1 1 year ago next
Thanks for the input! We'll review and address the issues asap. Appreciate your time to test the library.
username7 1 year ago prev next
I've always wanted to create a personalized HCI framework. I'm curious how you approached the design phase. Could you talk more about the overall architecture?
creator1 1 year ago next
Certainly! It took months of research and much planning. I'm happy to share a more in-depth explanation in a later post if there's enough interest.
username8 1 year ago prev next
What happened to the previous attempts in the field? Are there no worthy alternatives on the market already?
creator1 1 year ago next
There have been some attempts at a more customizable HCI, and some good libraries out there. But we believe there is still room for improvement, especially in areas like performance and ease of integration.