Skip to content
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

Doesn't compile on windows #6

Open
jnterry opened this issue May 26, 2018 · 4 comments
Open

Doesn't compile on windows #6

jnterry opened this issue May 26, 2018 · 4 comments
Labels
bug Something isn't working platform-windows Any issues which are present only in the windows build

Comments

@jnterry
Copy link
Owner

jnterry commented May 26, 2018

The engine does not compile on windows.

Think the only issue is that thpool is linux only - but there might be other problems after that is fixed.

@jnterry jnterry added the bug Something isn't working label May 26, 2018
@jnterry
Copy link
Owner Author

jnterry commented May 26, 2018

Work queue implementation depends on a ring buffer type: #7

@jnterry jnterry added the blocked This issue or pull request cannot be dealt with until some other is label May 26, 2018
@jnterry
Copy link
Owner Author

jnterry commented Sep 15, 2018

There are now many more issues on windows - we probably want to solidify the kernel interface first (in long run that will handle thread management replacing thpool library which is linux only)

@jnterry
Copy link
Owner Author

jnterry commented Sep 25, 2018

thpool library has been replaced with our own implementation of threads as of: 8ba2dee

Note that our implementation is also linux only, but at least now its only our own code that needs to be ported to get Xeno Engine compiling on windows once more...

@jnterry jnterry removed the blocked This issue or pull request cannot be dealt with until some other is label Sep 25, 2018
@jnterry
Copy link
Owner Author

jnterry commented Jan 27, 2019

Compiles and runs as of: 681712c

But, some examples crash...

  • OpenGL renderer crashes on windows
  • software rasterizer works with some examples, but others crash

@jnterry jnterry added the platform-windows Any issues which are present only in the windows build label Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform-windows Any issues which are present only in the windows build
Projects
None yet
Development

No branches or pull requests

1 participant