Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newsletter 18 #455

Closed
ozkriff opened this issue Feb 1, 2021 · 24 comments
Closed

Newsletter 18 #455

ozkriff opened this issue Feb 1, 2021 · 24 comments
Assignees
Labels
coordination help wanted Extra attention is needed

Comments

@ozkriff
Copy link
Member

ozkriff commented Feb 1, 2021

Feel free to suggest sections!

If you want to help writing the newsletter:

  • Read CONTRIBUTING.md.
  • Grab some of the "🆓 free" sections by leaving a comment like "I'd like to work on {section_name_1} and {section_name_2}".
  • Mentions in brackets (like "🆓 free (@ozkriff?)") are just an invitation to write the corresponding section if you want, but anyone is free to take it.
  • Write a short overview:
    • Use provided links as a starting point.
    • Try to maintain a consistent style with the rest of the newsletter and run markdownlint, please.
    • Insert line breaks (softbreak) at 80 chars, please.
    • DM me on Discord or Telegram if there're any questions.
  • Send a PR to the source branch (example: N15: A/B Street #336)
    • Mention this issue in your PR's description to link it all together.

The deadline for all section PRs is 2021.02.03.


⚠️ It was decided to try a shorter and more limited section format: ⚠️

  • Only one image (<300kb) or GIF (<2.5mb) before the text. With an optional caption and a mandatory alt text.

  • All the (rendered) text should be under 1000 characters (including spaces and punctuation) and under 6 paragraphs (without any subsections, etc).

  • No bold/italic/etc formatting - only links and one plain list without nesting per section.

  • Third-person perspective.

  • 80 chars per MD line and no other markdownlint warnings on CI.

  • Only the following simple templates are allowed:

    See the templates

    For games/apps/libs:

    # [Gamename]
    
    ![alt text](img)
    _optional image label_
    
    [Gamename] ([GitHub], [Discord], [Twitter]) by [@nickname]
    is ... {short project description in one sentence}.
    
    {An overview of the recent updates with links to more details}.
    
    _Discussions: [/r/rust_gamedev](link), [Twiter](link), [etc](link)_
    
    {md links block}

    For articles/videos/etc:

    # [Articlename]
    
    ![alt text](img)
    _optional image label_
    
    [@nickname] published an [article] about ...
    {overview what the resource is about}.
    
    _Discussions: [/r/rust_gamedev](link), [Twiter](link), [etc](link)_
    
    {md links block}

CONTRIBUTING.md isn't updated for this yet.

Current Structure & Status

(I'll try to keep this updated)

Final steps:

  • final review - ✔️ done by everyone
  • publish - ✔️ done by @ozkriff
  • post on /r/rust, /r/rust_gamedv, /r/gamedev, URLO, twitter.com/rust_gamedev - ✔️ done by @ozkriff
  • add comment links - ✔️ done by @ozkriff
  • add a draft of the 19 newsletter - 🚧 WIP by @ozkriff

Editors: @ozkriff @17cupsofcoffee @AngelOnFira

@17cupsofcoffee
Copy link
Collaborator

I'll pick up the Tetra section after work 👍

@voxelias
Copy link
Contributor

voxelias commented Feb 1, 2021

Taking Dotrix 👍

@o2sh
Copy link
Contributor

o2sh commented Feb 1, 2021

I'd be more than happy to take care of Teki.

@djkoloski
Copy link
Contributor

I’ll write a bit about rkyv.

@Dooskington
Copy link
Contributor

I'll take Antorum 💯

@icefoxen
Copy link
Contributor

icefoxen commented Feb 1, 2021

I'll take ggez 🧂

@o2sh o2sh mentioned this issue Feb 1, 2021
@NiklasEi
Copy link
Contributor

NiklasEi commented Feb 1, 2021

I'll write something about Oicana 🎮

@logicsoup
Copy link
Member

I'll try to write something up on Garden during the week

@zicklag zicklag mentioned this issue Feb 2, 2021
@tesselode
Copy link
Contributor

i'll take kira

@zicklag zicklag mentioned this issue Feb 2, 2021
@pmathia0
Copy link
Contributor

pmathia0 commented Feb 2, 2021

I'll write a section about my project (SeniorSKY), per Twitter DM invitation

@dabreegster
Copy link
Contributor

I'll take A/B Street

@AlexEne
Copy link
Member

AlexEne commented Feb 2, 2021

I'll do dwarf.world

jakmeier added a commit to jakmeier/rust-gamedev.github.io that referenced this issue Feb 2, 2021
jakmeier added a commit to jakmeier/rust-gamedev.github.io that referenced this issue Feb 2, 2021
jakmeier added a commit to jakmeier/rust-gamedev.github.io that referenced this issue Feb 2, 2021
@sanbox-irl
Copy link
Contributor

Hey i'm going to add a section for imgui-rs

not-fl3 added a commit to not-fl3/rust-gamedev.github.io that referenced this issue Feb 3, 2021
not-fl3 added a commit to not-fl3/rust-gamedev.github.io that referenced this issue Feb 3, 2021
17cupsofcoffee pushed a commit that referenced this issue Feb 3, 2021
@ozkriff
Copy link
Member Author

ozkriff commented Feb 4, 2021

The deadline for all section PRs is 2021.02.03.

It's time to deal with sections that are still free!

Taking:

  • Hands-on-Rust new chapters
  • Triangle from Scratch: Win and WASM
  • Rust Executable's Icon in Windows

@ozkriff
Copy link
Member Author

ozkriff commented Feb 4, 2021

Any volunteers for the last unclaimed sections: "gamelisp", "Dimforge", "chess-engine", "dcli", and "Shader Playground"?

@Wodann Wodann mentioned this issue Feb 5, 2021
This was referenced Feb 5, 2021
@ozkriff
Copy link
Member Author

ozkriff commented Feb 5, 2021

Taking "gamelisp", "chess-engine" and "dcli".

@ozkriff
Copy link
Member Author

ozkriff commented Feb 5, 2021

Ping @AngelOnFira @erlend-sh @Lowentwickler @sanbox-irl, how're your WIP sections going? :)

@sanbox-irl
Copy link
Contributor

Writing it up as we speak! Well, type

@ozkriff
Copy link
Member Author

ozkriff commented Feb 5, 2021

Also taking "Shader Playground" myself and assigning "Dimforge" to @AngelOnFira.

Hope to have a final draft tomorrow morning and release the newsletter somewhere around 15:00 UTC.

@ozkriff
Copy link
Member Author

ozkriff commented Feb 6, 2021

Final PR - #494 - everyone is invited to review :)

@ozkriff
Copy link
Member Author

ozkriff commented Feb 6, 2021

🎉 https://rust-gamedev.github.io/posts/newsletter-018 !!

Huge thanks to all editors, contributors, and reviewers! 🦀🦀🦀

@ozkriff ozkriff mentioned this issue Feb 14, 2021
@ozkriff ozkriff closed this as completed Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coordination help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests