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

NaCl port #1

Closed
mosra opened this issue Oct 29, 2012 · 1 comment
Closed

NaCl port #1

mosra opened this issue Oct 29, 2012 · 1 comment
Assignees
Milestone

Comments

@mosra
Copy link
Owner

mosra commented Oct 29, 2012

  1. Research what is and what is not allowed, mainly:
    • C++11 support, supported compilers (currently only GCC 4.4?)
    • Unavailable STL features? (streams -> unusable Debug() etc...)
    • (A)synchronous file IO?
    • Artificial constraints (disallowed multiple inheritance and other possible nasty issues?)
    • Is CMake supported?
    • How about dynamic/static libraries, GLEW etc?
    • How about SIMD?
  2. Update and fix compatibility for older GCCs (branch compatibility)
  3. Update and fix OpenGL ES support
  4. How about deployment and distribution?
@ghost ghost assigned mosra Jan 1, 2013
mosra added a commit that referenced this issue Feb 27, 2013
@mosra
Copy link
Owner Author

mosra commented Mar 10, 2013

Basic support is done, now it's just needed to maintain compatibility branch.

@mosra mosra closed this as completed Mar 10, 2013
mosra added a commit that referenced this issue May 4, 2013
Currently only the tests for particular shapes work, everything else is
broken.
mosra pushed a commit that referenced this issue Apr 7, 2017
@mosra mosra added this to the 2013.08 milestone Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant