WIP projects update

This commit is contained in:
Crom (Thibaut CHARLES) 2022-11-25 16:13:10 +01:00
parent f1da5aa784
commit 8ab3603f73
Signed by: tcharles
GPG Key ID: 45A3D5F880B9E6D0
1 changed files with 112 additions and 1 deletions

View File

@ -50,13 +50,124 @@
})
</script>
</article>
<!--
TODO
<article>
<h1 id="nwn-lib-rs">Flipper zero <img title="Personal project" src="/img/perso.svg"/></h1>
Worth mentioning?
</article>
<article>
<h1 id="ecgj6">Advent of Code 2020 <img title="Personal project" src="/img/perso.svg"/></h1>
<h1 id="nwn-lib-rs">Reroll Soldier ! <img title="Personal project" src="/img/perso.svg"/></h1>
July 15th 2022
### Skills
- Game design
- Godot 3 (python-ish scripting)
- Sound design (Audacity)
- Level design
### More
- Game page (can be played in the browser): https://cromfr.itch.io/reroll-soldier
- Source code: https://github.com/semi-confituriers/RerollSoldier
</article>
<article>
<h1 id="nwn-lib-rs">nwn-lib-rs <img title="Personal project" src="/img/perso.svg"/></h1>
June 2022
### Skills
- Rust programming
- Secure binary file parsing
### More
- Gitlab repository: https://gitlab.com/CromFr/nwn-lib-rs
</article>
<article>
<h1 id="nwn-lib-rs">Tetrogue <img title="Personal project" src="/img/perso.svg"/></h1>
June 11th 2021
### Skills
- Game design
- Godot 3 (python-ish scripting)
- 2D sprite creation (Krita)
- Sound design (Audacity)
- Level design
### More
- Game page (can be played in the browser): https://cromfr.itch.io/reroll-soldier
- Source code: https://github.com/semi-confituriers/RerollSoldier
</article>
<article>
<h1 id="nwnx4">NWBash <img title="Personal project" src="/img/perso.svg"/></h1>
February 2021
### Skills
- Understand bash command-line parsing
- Reimplementing bash in a language that's really not designed for it (no arrays, no pointers, no char type, ...)
### More
- Gitlab repository: https://gitlab.com/CromFr/nwbash
</article>
<article>
<h1 id="nwnx4">NWNX4 <img title="Personal project" src="/img/perso.svg"/></h1>
March 2021
### Skills
- C++ programming, with Win32 ABI
- DLL Injection and Reverse engineering
- Upgrading a legacy code-base and tools (Visual Studio 2005 => MSVC 2019 + Meson)
- Automated testing and release management with Github Actions
- ABI design for writing independent plugins
### More
- NWNX4 main repository: https://github.com/nwn2dev/nwnx4
- NWNX4 related projects: https://github.com/orgs/nwn2dev/repositories
</article>
-->
<article>
<h1 id="aoc2020">Advent of Code 2020 <img title="Personal project" src="/img/perso.svg"/></h1>
In December 2020 I decided to participate in the Advent of Code 2020, a yearly event where every day of December, you get an __algorithmic puzzle__ that you can solve using any language you want (the input data is randomly generated and you must provide the correct answer). I chose to solve the daily puzzles with __Rust__ code, since I am __very interested in this language__ and I haven't practised it very much.