You are here |
paladin-t.github.io | ||
| | | |
www.foonathan.net
|
|
| | | | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig... | |
| | | |
blog.evjang.com
|
|
| | | | You can download a PDF (typset in LaTeX) of this blog post here . Jupyter Notebook Code on GitHub: https://github.com/ericjang/pt-jax ... | |
| | | |
nesdoug.com
|
|
| | | | Keep watching for updates. . M8TE Here's another SNES tool that I made. It's a copy of my previous map editor / tile editor / palette editor, except that this one targets the 256 color / 8bpp modes (Mode 3 and Mode 7). https://github.com/nesdoug/M8TE/ There is also some example code in the folders that I... | |
| | | |
www.abubalay.com
|
|
| |