(mehr Links hinzugefügt) |
m (Ytvwld moved page CarGOcult to Archiv:CarGOcult) |
||
(14 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|Description=meeting for people interested in Go and/or Rust | |Description=meeting for people interested in Go and/or Rust | ||
|Type=Meet-Up | |Type=Meet-Up | ||
|Host=gabriel, hanemile, ytvwld | |Host=gabriel, hanemile, ytvwld | ||
}} | }} | ||
{{Project | {{Project | ||
Line 14: | Line 9: | ||
|description=Treffen | |description=Treffen | ||
|project category=Meet-Up | |project category=Meet-Up | ||
|status= | |status=obsolete | ||
}} | }} | ||
Line 21: | Line 16: | ||
Mehr Details werden wohl auch irgendwann™ folgen. | Mehr Details werden wohl auch irgendwann™ folgen. | ||
=== Quick-Start === | |||
==== Go ==== | |||
Sprache: | |||
von der [https://golang.org/dl/ Go-Homepage] oder aus den Paketquellen deiner Distro - das Paket sollte golang heißen (z.B. [apt://golang Ubuntu bzw. Debian]). | |||
IDEs: | |||
* [https://www.jetbrains.com/go/ Goland] | |||
==== Rust ==== | |||
Sprache: | |||
von der [https://rustup.rs/ Rust-Homepage] oder aus den Paketquellen deiner Distro - das Paket sollte cargo heißen (z.B. [apt://cargo Ubuntu bzw. Debian]). | |||
IDEs: | |||
* [https://intellij-rust.github.io/ IDEA Rust] | |||
=== Sonstiges === | === Sonstiges === | ||
Line 28: | Line 45: | ||
===== Go ===== | ===== Go ===== | ||
* [https://github.com/cheggaaa/pb pb]: Fortschrittsbalken | |||
* [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 35: | Line 54: | ||
* [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 | |||
* [https://github.com/hyperium/hyper hyper]: eine Library für HTTP-Server und -Clients | |||
==== Vorgestellte Projekte ==== | ==== Vorgestellte Projekte ==== | ||
Line 41: | Line 63: | ||
* [https://git.darknebu.la/GalaxySimulator/Source GalaxySimulator]: Emiles Galaxien-Simulation | * [https://git.darknebu.la/GalaxySimulator/Source GalaxySimulator]: Emiles Galaxien-Simulation | ||
* [https://github.com/mraerino/hexago Hexago] | |||
===== Rust ===== | |||
* [https://pub.ytvwld.de/verify.tgz verify] C-Bindings für [https://github.com/jedisct1/rust-minisign-verify minisign-verify] | |||
==== Sehenswerte Talks ==== | ==== Sehenswerte Talks ==== | ||
Line 60: | Line 87: | ||
* [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] |
Latest revision as of 20:38, 19 October 2022
CarGOcult | |
---|---|
meeting for people interested in Go and/or Rust | |
Art | Meet-Up |
Host | gabriel, hanemile, ytvwld |
CarGOcult obsolete | |
---|---|
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.
Quick-Start[edit source]
Go[edit source]
Sprache:
von der Go-Homepage oder aus den Paketquellen deiner Distro - das Paket sollte golang heißen (z.B. Ubuntu bzw. Debian).
IDEs:
Rust[edit source]
Sprache:
von der Rust-Homepage oder aus den Paketquellen deiner Distro - das Paket sollte cargo heißen (z.B. Ubuntu bzw. Debian).
IDEs:
Sonstiges[edit source]
Vorgestellte Libraries[edit source]
Go[edit source]
- pb: Fortschrittsbalken
- log15: buntes Logging mit mehr Details
- gg: "Go Graphics" - einfaches 2D-Rendering
- [1]: SVG-Generierung
Rust[edit source]
- Luther: ein Lexer-Generator
- nphysics: 2D- und 3D-Physiksimulation
- error-chain
- human-panic Fehlerbehandlung für CLI-Anwendungen
- hyper: eine Library für HTTP-Server und -Clients
Vorgestellte Projekte[edit source]
Go[edit source]
- GalaxySimulator: Emiles Galaxien-Simulation
- Hexago
Rust[edit source]
- verify C-Bindings für minisign-verify
Sehenswerte Talks[edit source]
- An Introduction to Rust by Sunjay Varma (Slides)
- An introduction to structs, traits, and zero-cost abstractions by Tim McLean
Bücher / Anleitungen / Übersichten[edit source]
Go[edit source]
- A Tour of Go: interaktive Tutorials zu vielen Go-Features
- Go Search: Suche für Go-Pakete
Rust[edit source]
- 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