arsenal
ggez
Our great sponsors
arsenal | ggez | |
---|---|---|
3 | 32 | |
1,018 | 3,266 | |
7.7% | 1.3% | |
7.6 | 7.4 | |
26 days ago | 1 day ago | |
Python | Rust | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
arsenal
-
Reconmap 1.5.0 release notes
900s new commands were imported from the awesome https://github.com/Orange-Cyberdefense/arsenal project into Reconmap. This pushed us to add pagination, better search, sorting and so on to the command pages as it was otherwise impossible to find the right security command amongst the long list.
-
Just failed the new format. General thoughts.
I'm really interested in feedback of those that tried "everything" to laterally move in the domain sets but failed. Have you tried everything from this mindmap for example? Much of that is out of scope on OSCP but will help you learn more about the mindset of moving in a domain.
- Pentesting AD Mindmap
ggez
-
Is there a better way to do this? (Drawing a lot of rectangles with GGEZ)
Take a look at https://github.com/ggez/ggez/blob/master/examples/spritebatch.rs
-
New to Game Dev
Alongside macroquad, ggez is also quite popular for 2D, It aims to implement an API based on a Rustified version of the LÖVE framework
I did look at GGEZ as well, and you probably should too.
-
Lies we tell ourselves to keep using Golang
Rust is a general purpose programming language. It can do low level systems programming but it's also highly capable of doing web backends, web frontends (wasm), game design, small utility scripts, etc.
A big thing people learning Rust do my mistake is to try and use all of the low level features straight away. Rust has tools like Rc, RefCell, Arc, and RwLock that let you have a garbage collected language (well, reference counted) and not worry about any of the low level memory management details.
See things like https://ggez.rs/ for games and https://www.arewewebyet.org/ for web stuff.
Although honestly I think if you're looking for a "hot" backend web language I'd say Elixir is the more well designed one than Go.
- 2d library for a game
-
Game engine for programmars
ggez: Rust game thing
-
Rust alternative for PyGame ?
I know it’s not the newest, but ggez is probably a good fit.
-
Simplest way to get basic programmatic tile OR voxel graphics going?
ggez
-
ggez 0.7.0 released!
ggez is a lightweight cross-platform game framework for making 2D games with minimum friction. Check it out at https://github.com/ggez/ggez, https://crates.io/crates/ggez
-
good-web-game (ggez in browsers) v0.6
Chances seem pretty good at this point. Can be tracked here: https://github.com/ggez/ggez/issues/962
What are some alternatives?
bevy - A refreshingly simple data-driven game engine built in Rust
piston - A modular game engine written in Rust
macroquad - Cross-platform game engine in Rust.
Tetra - 🎮 A simple 2D game framework written in Rust
Amethyst - Data-oriented and data-driven game engine written in Rust
specs - Specs - Parallel ECS
AutoHotkey - AutoHotkey is a powerful and easy to use scripting language for desktop automation on Windows.
godot-rust - Rust bindings for GDNative
love - LÖVE is an awesome 2D game framework for Lua.
RG3D - 3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]
awesome-bevy - A collection of Bevy assets, plugins, learning resources, and apps made by the community
PyO3 - Rust bindings for the Python interpreter