Archiv:CarGOcult: Difference between revisions

Jump to navigation Jump to search
Doppelten Link entfernt (Rust by example stand da zweimal drin)
(Doppelten Link entfernt (Rust by example stand da zweimal drin))
(5 intermediate revisions by one other user not shown)
Line 21: Line 21:


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 31: Line 53:
* [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 36: Line 59:
* [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 42: Line 68:


* [https://git.darknebu.la/GalaxySimulator/Source GalaxySimulator]: Emiles Galaxien-Simulation
* [https://git.darknebu.la/GalaxySimulator/Source GalaxySimulator]: Emiles Galaxien-Simulation
* [https://gist.github.com/YtvwlD/5bec195e2ceb9604072b54bd3407914c Hexagons]
* [https://github.com/mraerino/hexago Hexago]


==== Sehenswerte Talks ====
==== Sehenswerte Talks ====
Line 62: Line 88:
* [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]
Anonymous user

Navigation menu