-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spectrogrammer #90
Comments
Someone else has been working on debugger support - and - rawdraw apps should work on Linux directly, there's just a handful of functions that are mutually exclusive. But they are easily shimmed. |
Re GDB: #87 |
I want to port my stuff to your framework, but I am not sure how to get imgui working, I'd be great if you had a sample I could use as a reference. This is super exciting as it is opening a huge door to get many apps working! |
OK I think I got it :) |
Actually, I am almost there! But I keep on getting this error I tried a few things I saw while googling but nothing worked. Prob you know from the top of your head what is going on? This is the full error:
|
bahhh I didn't realize they wrote parts in C++ :( laaame. I really wish someone would make something like imgui for rawdraw. There was rdui, but that seems to have disappeared... For the C++ issue, you will need to copy ...Android/Sdk/ndk/21.4.7075529/sources/cxx-stl/llvm-libc++/libs/arm64-v8a/libc++_shared.so into your libs folder as an extra library for deploy. |
Fixed it! I will check in my stuff as soon as I fix a couple of bugs. Thanks for your great code :) |
Almost there, the thing is that |
OK I got it working my repo is up to date in case you are curious: https://github.com/aguaviva/Spectrogrammer |
I wrote an app using your framework: https://github.com/aguaviva/Spectrogrammer
Still WIP as I am still learning but it should be pretty usable now. I am still using android makefiles :/ but will move to using regular makefiles.
A couple of requests :) I'd be awesome to
Many thanks!
The text was updated successfully, but these errors were encountered: