Archiv:CarGOcult: Difference between revisions

From Chaosdorf Wiki
(auch im Text)
(mehr Links hinzugefügt)
Line 23: Line 23:


=== Sonstiges ===
=== Sonstiges ===
==== Vorgestellte Libraries ====
===== Go =====
* [https://github.com/inconshreveable/log15 log15]: buntes Logging mit mehr Details
* [https://github.com/fogleman/gg gg]: "Go Graphics" - einfaches 2D-Rendering
===== Rust =====
* [https://github.com/sbosnick/luther Luther]: ein Lexer-Generator
* [https://www.nphysics.org/ nphysics]: 2D- und 3D-Physiksimulation
==== Vorgestellte Projekte ====
===== Go =====
* [https://git.darknebu.la/GalaxySimulator/Source GalaxySimulator]: Emiles Galaxien-Simulation


==== Sehenswerte Talks ====
==== Sehenswerte Talks ====
Line 29: Line 47:
* [https://www.youtube.com/watch?v=Sn3JklPAVLk An introduction to structs, traits, and zero-cost abstractions by Tim McLean]
* [https://www.youtube.com/watch?v=Sn3JklPAVLk An introduction to structs, traits, and zero-cost abstractions by Tim McLean]


==== Bücher / Anleitungen ====
==== Bücher / Anleitungen / Übersichten ====
 
===== Go =====
 
* [https://tour.golang.org/ A Tour of Go]: interaktive Tutorials zu vielen Go-Features
* [https://go-search.org/ Go Search]: Suche für Go-Pakete
 
===== Rust =====


* [https://doc.rust-lang.org/book/ The Rust Book]
* [https://doc.rust-lang.org/book/ The Rust Book]
* [https://doc.rust-lang.org/rust-by-example/ Rust By Example]
* [https://doc.rust-lang.org/rust-by-example/ Rust By Example]
* [https://crates.io/ crates.io]: Rust-Crates
* [http://arewegameyet.com/ Are We Game Yet?]: eine Übersicht von Gaming-Libraries