Author Topic: QB64 Bounty List  (Read 3481 times)

0 Members and 1 Guest are viewing this topic.

Offline wiggins

  • Newbie
  • Posts: 34
Re: QB64 Bounty List
« Reply #15 on: April 12, 2022, 09:51:50 pm »
M1 Support is needed
Generate a smaller executable

Offline wiggins

  • Newbie
  • Posts: 34
Re: QB64 Bounty List
« Reply #16 on: April 12, 2022, 09:53:58 pm »
I just remembered that there is a bug list out there. 

Offline madscijr

  • Seasoned Forum Regular
  • Posts: 295
Re: QB64 Bounty List
« Reply #17 on: April 13, 2022, 10:07:49 am »
One wish list item I'd offer a bounty for (if it's within my modest means!) would be getting QB64 to read separate input from multiple USB mice plugged into the computer.

Preferably this would be cross-platform (I did research a while back and it looked like it was possible for PC, Linux and Mac using different methods, not sure about DOS) but at least for Windows.

Microsoft's RawInput API can do it, and I found a ton of examples, but alas this is just beyond my capabilities and/or free time :-( so to anyone who can get it done, what's it worth to ya? LoL

Here are the discussions about it with links to research findings / related libraries / sample code / etc.:

reading multiple mice input with _DEVICES and _DEVICE$, or RawInput ?:

https://qb64forum.alephc.xyz/index.php?topic=3348.0

reading multiple mice input revisited / external library question:

https://qb64forum.alephc.xyz/index.php?topic=3695.0

events and malloc in QB64?:

https://qb64forum.alephc.xyz/index.php?topic=3766.0

Offline mdijkens

  • Newbie
  • Posts: 34
Re: QB64 Bounty List
« Reply #18 on: April 14, 2022, 03:27:47 am »
1. A good Inkey$ like alternative for $console:only on Win and Linux would give much business value for me
2. Shell with stdin and stdout; preferably with _Nowait (to get some multitasking functionality)
~ 2 million lines of BASIC

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • Steve’s QB64 Archive Forum
Re: QB64 Bounty List
« Reply #19 on: April 14, 2022, 09:01:10 am »
1. A good Inkey$ like alternative for $console:only on Win and Linux would give much business value for me

There's _CINP for Windows, which does what you're talking about, though it's never been ported into Linux yet.
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!