Skip to content
View Evryon75's full-sized avatar
🐢
just kinda doing whatever lately
🐢
just kinda doing whatever lately
Block or Report

Block or report Evryon75

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Evryon75/README.md

Evryon

174 |   fn wake_up() {
175 |         // school(); breaks everything
176 |         eat("protein");
177 |         code(projects[0]);
178 |         work_out();
179 |         sleep();
180 |         wake_up();
181 |    }

  Im Evryon (Ev for short), or Daniel, and im from Italy.
  Im a passionate developer, and although i am going to an IT school in theory, i am mostly self taught.
  I am interested in most STEM fields, mainly computer engineering and computer science.


Sadly many of the commits, and much of the history behind some of my work is lost,
as i had to upload the projects from another account i will not disclose.
Most of them were pretty much like the gif of commits above, so not much is lost i guess.

Languages

...in order of proficiency

                       

                   

Rust is my favourite language, im still learning it and whenever i use other languages i miss Rust;
C# is not up there just because it is "Microsoft Java", i use it with Unity. I prefer it to Java aswell;
Python is my least favourite language, it is a complete 180° from Rust, i am never sure if my code is going to do what i want it to;
I know some web development, im not an expert but i know enough to pick TypeScript over JavaScript whenever i can;
I want to learn low level programming, and systems programming, with C and C++, and also Rust of course.


Tools and IDEs

                       

                   

Out of the many IDEs i have tried, JetBrains software has always been the best, great refactoring, fast and extensible;
I have done a few projects with unity. I am interested in learning Unreal Engine and maybe one day even making my own game engine;
I know git enough to use most of its core functionality, i dont know the more niche commands. I do know of interactive rebase;
Visual Studio Code is a great general purpose IDE, i have used it a lot with many languages;


Stats


In 2023 i will:

• Try to submit pull requests
• Contribute to the open source community
• Focus on my personal projects more



Tech i will be learning in 2023:

       
                              

Projects

2023

  • Rust to Python transpiler » Rust (current project)

  • Clarissa Operating System » Rust

  • Crimson Rose programming language (another one yes) » Rust, LLVM

  • Rewrite the Pin manager bot » Rust

  • 3D engine » Probably in Go

  • 3D Physics engine » Rust

  • Portfolio » Vanilla, Vite, Three.js

  • Car drifting game » Unity

  • I was looking at a classmate while he was playing an online car drifting game, and as we started making fun of its goofy physics i said
    "i could make this i think..." so here we are.
  • NES Tetris remake » Zig
  • Tetris (again) » Rust
  • Tetris inspired programming language » Rust
  • Can you tell i like Tetris?
  • Vertical scrolling rhythm game » Rust

2022

  • Ev programming language » Rust

  • Ev lang documentation » Angular.js

https://evryon75.github.io/Ev-Lang-Documentation/

  • Sussy Squares » Java, JavaFx

  • Conway's Game of Life » Java, JavaFx

  • Red Square Jumping » Unity

  • Pin Manager » Java, Discord bot

  • FxTris » Java, JavaFx

  • Homing Object » Java, JavaFx


Custom built PC Specs

CPU: AMD Ryzen 5 5600 6-Core Processor

GPU: MSI NVIDIA GeForce RTX 3080

RAM: 2x16 T-Force

PSU: MSI MPG A850GF 850w

Motherboard: MSI PRO B550-P GEN3

Pinned

  1. Clarissa Clarissa Public

    Operating system made in Rust

    Rust

  2. Ev-Interpreter Ev-Interpreter Public

    An interpreter for the Ev programming language, my own language!

    Rust 1 1

  3. FxTris FxTris Public

    Modern tetris in JavaFX

    Java

  4. Sussy-Squares Sussy-Squares Public

    Overkill school project. Controls: W A S D + SPACE vs ARROW KEYS + ENTER. Keyboards without N Key Rollover that dont scan keys indipendently from one another might struggle.

    Java

  5. Conway-s-Game-of-Life Conway-s-Game-of-Life Public

    Although the grid is limited, it is large enough for a glider gun.

    Java

  6. Red-Square-Jumping Red-Square-Jumping Public

    First real Unity project

    C#