Been working on a level editor in #rust using #bevy and #egui (the editor will be a general editor tho)
Already got:
- Shapes creation(for collision mostly)
- Importing images(although they cannot be moved currently)
- Snapping grid
while it doesn't seem like much my focus was mostly on the shapes part of it
Source code: https://gitea.rustystriker.dev/RustyStriker/shape_maker
Updated my #website 's source code to make use of my new injector.
Also wrote a little "story" about it
https://rustystriker.dev/stories/injector.html
its also published under the AGPL-3.0 or higher!
Just made an html command injector using #rust
Now i can push bash commands into an html file.
Why? So i could make my website auto update everytime i build/serve/update it(auto updating stuff like header, footer, adjacent files and such) and also allowing me to use the power of unix shell in html files...
I am Rusty Striker The First