(→Vorgestellte Projekte: Hexagons) |
(Kram von letztem Meetup) |
||
| Line 31: | Line 31: | ||
* [https://github.com/inconshreveable/log15 log15]: buntes Logging mit mehr Details | * [https://github.com/inconshreveable/log15 log15]: buntes Logging mit mehr Details | ||
* [https://github.com/fogleman/gg gg]: "Go Graphics" - einfaches 2D-Rendering | * [https://github.com/fogleman/gg gg]: "Go Graphics" - einfaches 2D-Rendering | ||
* [https://github.com/ajstarks/svgo]: SVG-Generierung | |||
===== Rust ===== | ===== Rust ===== | ||
| Line 42: | Line 43: | ||
* [https://git.darknebu.la/GalaxySimulator/Source GalaxySimulator]: Emiles Galaxien-Simulation | * [https://git.darknebu.la/GalaxySimulator/Source GalaxySimulator]: Emiles Galaxien-Simulation | ||
* [https:// | * [https://github.com/mraerino/hexago Hexago] | ||
==== Sehenswerte Talks ==== | ==== Sehenswerte Talks ==== | ||
Revision as of 16:41, 27 November 2018
| 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 |
| 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
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