-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cross-platform support #4
Comments
can you assign me this issue @roh1th-s |
!assign @Viprakshi |
can you assign me this issue @roh1th-s |
!assign @Viprakshi |
@Viprakshi if you want to work on this go ahead, the bot seems to be having issues rn |
can you please deassign me here |
!deassign |
@Viprakshi I'm not sure if the bot is doing anything since it's not replying. If you're trying to work on another issue and they're not able to assign you its probably because of the bot. |
can I get this? |
@srijan-nodes withdraw from this issue first |
done...that has been completed |
!assign @srijan-nodes |
thanks |
Hey @roh1th-s! The timer for the @srijan-nodes to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30 |
made a pr |
This project in its current state works exclusively on Windows. To make it more accessible, we need to support other platforms, starting with Linux and potentially extending to MacOS. This will likely require minor code modifications to accommodate OS-specific APIs and headers. Also, the Makefile provided is configured for Windows (MSYS2/MinGW) only - it needs to be extended to other platforms.
#ifdef
etc) for OS specific stuff.-lGLU -lGL -lm
is required on Linux.The text was updated successfully, but these errors were encountered: