Remove all python stuff, simplify gitignore, update CREDITS, and tons of Rust rewriting basically. UI is done, but i might improve it by adding more functionality once im done with the rewrite. HTML Parser is done, and i started rewriting HTTPConnection. Just to note, this code doesnt work yet but i wanted to commit so its in the cloud.

This commit is contained in:
csd4ni3l
2026-02-22 16:19:23 +01:00
parent fc4fc66b30
commit 0b2e9c12ad
23 changed files with 6955 additions and 2316 deletions

11
CREDITS
View File

@@ -4,12 +4,7 @@ The Roboto Black font used in this project is licensed under the Open Font Licen
Thanks to https://browser.engineering for their tutorial on how to make a web browser from scratch!
Huge Thanks to Python for being the programming language used in this game.
https://www.python.org/
Huge Thanks to Rust for being the programming language used in this app.
https://www.rust-lang.org/
Huge thanks to Arcade and Pyglet for being the graphical engines used in this application.
https://arcade.academy/
https://pyglet.readthedocs.io/en/latest/
Thanks to the following other libraries used in this game:
pypresence - https://github.com/qwertyquerty/pypresence - Used for Discord Rich Presence
Huge thanks to Bevy for being the graphical engine / ECS used in this app.