File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
content/posts/newsletter-017 Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -664,6 +664,26 @@ in [this Amethyst forum thread][thesis-thread].
664
664
[ amethyst ] : https://github.com/amethyst/amethyst
665
665
[ thesis-thread ] : https://community.amethyst.rs/t/undergrad-thesis-on-game-scripting-for-legion/1753
666
666
667
+ ### [ Triangle from Scratch] [ tri-scratch ]
668
+
669
+ [ Triangle from Scratch] [ tri-scratch ] ([ source code] [ tri-scratch-src ] )
670
+ is a new tutorial series by [ @Lokathor ]
671
+ about drawing a triangle without using any outside crates.
672
+ So far there's just one article for opening a window using the Win32 API,
673
+ but more subjects and on more platforms will be added over time.
674
+ From the author:
675
+
676
+ > The point isn't that we specifically care about drawing the triangle.
677
+ > That's just a goal that's easy to grasp.
678
+ > The point is that we're doing it with no dependencies as a way
679
+ > to get ourselves to learn about low level OS interaction details as we go.
680
+ > That said, the "no crates" rule is for educational purposes only;
681
+ > please feel free to use crates in normal situations.
682
+
683
+ [ tri-scratch ] : https://rust-tutorials.github.io/triangle-from-scratch
684
+ [ tri-scratch-src ] : https://github.com/rust-tutorials/triangle-from-scratch
685
+ [ @Lokathor ] : https://twitter.com/Lokathor
686
+
667
687
### [ WASM Games From Scratch] [ wasm-scratch-book ]
668
688
669
689
![ sprite transformation explanations] ( wasm_sprite_transform.svg )
You can’t perform that action at this time.
0 commit comments