(Kram von letztem Meetup) |
(mehr Links) |
||
Line 37: | Line 37: | ||
* [https://github.com/sbosnick/luther Luther]: ein Lexer-Generator | * [https://github.com/sbosnick/luther Luther]: ein Lexer-Generator | ||
* [https://www.nphysics.org/ nphysics]: 2D- und 3D-Physiksimulation | * [https://www.nphysics.org/ nphysics]: 2D- und 3D-Physiksimulation | ||
* [https://github.com/rust-lang-nursery/error-chain error-chain] | |||
* [https://github.com/rust-clique/human-panic human-panic] Fehlerbehandlung für CLI-Anwendungen | |||
==== Vorgestellte Projekte ==== | ==== Vorgestellte Projekte ==== | ||
Line 63: | Line 65: | ||
* [https://crates.io/ crates.io]: Rust-Crates | * [https://crates.io/ crates.io]: Rust-Crates | ||
* [http://arewegameyet.com/ Are We Game Yet?]: eine Übersicht von Gaming-Libraries | * [http://arewegameyet.com/ Are We Game Yet?]: eine Übersicht von Gaming-Libraries | ||
* [https://rust-lang-nursery.github.io/cli-wg/index.html Command line apps in Rust] | |||
* [https://rust-lang-nursery.github.io/rust-cookbook/ Rust Cookbook] | |||
* [https://doc.rust-lang.org/rust-by-example/ Rust By Example] |
Revision as of 18:57, 21 January 2019
CarGOcult | |
---|---|
meeting for people interested in Go and/or Rust | |
Art | Meet-Up |
Datum | monthly: 3rd monday |
Start | 18:00 |
Ende | 22:00 |
Dauer | 4h |
Host | gabriel, hanemile, ytvwld |
Relevant? | Yes |
CarGOcult alpha | |
---|---|
Treffen |
Wir probieren mal was Neues - ein regelmäßiges Treffen für Interessierte an Go und / oder Rust.
Regelmäßig bedeutet hier: Monatlich.
Mehr Details werden wohl auch irgendwann™ folgen.
Sonstiges
Vorgestellte Libraries
Go
- pb: Fortschrittsbalken
- log15: buntes Logging mit mehr Details
- gg: "Go Graphics" - einfaches 2D-Rendering
- [1]: SVG-Generierung
Rust
- Luther: ein Lexer-Generator
- nphysics: 2D- und 3D-Physiksimulation
- error-chain
- human-panic Fehlerbehandlung für CLI-Anwendungen
Vorgestellte Projekte
Go
- GalaxySimulator: Emiles Galaxien-Simulation
- Hexago
Sehenswerte Talks
- An Introduction to Rust by Sunjay Varma (Slides)
- An introduction to structs, traits, and zero-cost abstractions by Tim McLean
Bücher / Anleitungen / Übersichten
Go
- A Tour of Go: interaktive Tutorials zu vielen Go-Features
- Go Search: Suche für Go-Pakete
Rust
- The Rust Book
- Rust By Example
- crates.io: Rust-Crates
- Are We Game Yet?: eine Übersicht von Gaming-Libraries
- Command line apps in Rust
- Rust Cookbook
- Rust By Example