triangle-from-scratch icon indicating copy to clipboard operation
triangle-from-scratch copied to clipboard

Drawing a triangle with no other crate dependencies.

Results 18 triangle-from-scratch issues
Sort by recently updated
recently updated
newest added

For WebGL, and general "web stuff", I think we could cave and use `wasm_pack`, and the associated proc_macro and such.

help wanted
stretch goals

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.

bug
Windows

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...

* [x] Windows * [ ] Mac * [ ] Linux

Linux
Mac

an excuse to dabble with volatile / mmio, and also direct video memory drawing.

stretch goals

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.

stretch goals
Linux
Mac