triangle-from-scratch
triangle-from-scratch copied to clipboard
Drawing a triangle with no other crate dependencies.
using WebGL
For WebGL, and general "web stuff", I think we could cave and use `wasm_pack`, and the associated proc_macro and such.
The win32 examples that handle the `WM_NCCREATE` event *without* using `DefWindowProcW` don't have their non-client area drawn properly, which means that they don't get the title text drawn.
we don't say what othe rust skill a person needs. (probably just having read The Rust Book)
Currently the only CI is a github pages run when a commit goes to the main branch. It would be better for bug catching if there was also CI to...
Separate from initializing a GL context (very platform specific) is the issue of making that GL context even slightly easy to use (fairly platform neutral). Basically you usually end up...
an excuse to dabble with volatile / mmio, and also direct video memory drawing.
this is a unix-y subject. you can use pdcurses on windows, but the point is more about having a little practice with man pages.